No space left on device ESP32 Error

Hello guys.

I have an ESP32 Dev Module and I have been working on it for almost 6 months. I have constantly upgraded the code, And now it is a large code. some 1759 lines, I do not want to share the code because it is pointless, and this character limit is less than the code that I have. The last time I checked on the space of the chip, it was 89%, some 1300000 bytes or so, I did an upgrade of some 50 lines and now it tells me this rare error, I tried to upload other files, and the same thing; Restart Arduino, same; I have no idea what to do now, Is there a way I can expand the space on this ESP32? I have Arduino 2.1.0. Here is the full error message:

<built-in>: fatal error: when writing output to preproc\ctags_target_for_gcc_minus_e.cpp: No space left on device
compilation terminated.
exit status 1
Error compiling for board ESP32 Dev Module.

Please let me know. Thanks.

Which partition scheme have you got selected in the IDE ?

I have Default 4MB spiffs(1.2MB APP / 1.5MB SPIFFS). Never changed it before btw.

Is your hard drive full?

It looks like an error on your PC, not with your ESP32. Part of the compile chain is trying to write to preproc\ctags_target_for_gcc_minus_e.cpp but can not.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.