ESP32 exit status 1

Hello everyone,

I've been using the Arduino IDE for more than a year now but never have I gotten this error before. It's not a code problem as an empty sketch will yield the same error, and this error does not trigger with the Arduino board, only the ESP32 board (https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json)

Any help would be appreciated, thank you.

FQBN: esp32:esp32:esp32s2
Using board 'esp32s2' from platform in folder: C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.9
Using core 'esp32' from platform in folder: C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.9

cmd /c if exist "C:\Users\jlgpk\Desktop\Arduino\Fiver\ime2023\ESP32_2G\partitions.csv" COPY /y "C:\Users\jlgpk\Desktop\Arduino\Fiver\ime2023\ESP32_2G\partitions.csv" "C:\Users\jlgpk\AppData\Local\Temp\arduino\sketches\7FF852EA0D2A5B607C3E541945D464ED\partitions.csv"

exit status 1

Compilation error: exit status 1

1 Like

bump

Hello luctom

Welcome to the worldbest Arduino forum ever.

Take a search engine of your choice and ask the WWW for 'ESP32 exit status 1' to collect some data to be sorted out to get the needed information.

Have a nice day and enjoy coding in C++.

bump is unpolite. You should follow the advice given.
there are about 200 different reasons why you can get a

You will have to switch on all details in the compile log like described here to get more detail information what is causing the "exit status 1"

best regards Stefan

Desktop??
Did you move your Arduino folder to your desktop??

~q

It was when i first started programming, so I had 0 clue about directories.

Hi @StefanL38 StefanL38, the output above is with verbose on. That's all the feedback I get, and I have tried using the search engine as @paulpaulson suggested many times to see if anyone had a copy of my problem, but they all differed in some way.

What I have figured out is that when I used another laptop that never had had Arduino in it, it gave the exact same "partitions.csv" as in my laptop when trying to compile the same code. The difference was that on the 2nd laptop the error was solved by removing the library folder.

hm hello @ptillisch
what do you say to this problem?

@luctom would you mind to share the folder-structure of your arduino-IDE installation and the sourcecode ?

Which exact Arduino-IDE Version are you using?
Me personal I'm still using Version 1.8.19 because:

  • less bells and whistles (like automatic code-completion etc.
  • faster
  • extra window for serial monitor which can be placed independant from IDE-Window

@ptillisch how about adding outputting the IDE-version at the top of the log and at the bottom so the error-message looks similar like this

Arduino-IDE Version 2.1.0:  exit status 1

?

best regards Stefan

HI @luctom

before recompiling read this !

The relevant information is not yet in the too short compile-log!

please re-edit your posting to put the whole compiler-log into a code-section too.
it works just the same way as with code.

click the pencil-icon below your posting to activate edit mode of your posting.
mark the whole compiler-log and press ctrl-X for cut out into the clipboard

delete this part. It has become a big mess with no linefeeds so it is very hard to read
Simply compile new and then copy into the clipboard

click the -Button above the textinput and then
press ctrl-V for pasting the clipboard-content into the code-section

Use
image

and compile again

It gave the exact same error:

C:\Users\jlgpk\ArduinoV1.8.19\arduino-builder -dump-prefs -logger=machine -hardware C:\Users\jlgpk\ArduinoV1.8.19\hardware -hardware C:\Users\jlgpk\AppData\Local\Arduino15\packages -tools C:\Users\jlgpk\ArduinoV1.8.19\tools-builder -tools C:\Users\jlgpk\ArduinoV1.8.19\hardware\tools\avr -tools C:\Users\jlgpk\AppData\Local\Arduino15\packages -built-in-libraries C:\Users\jlgpk\ArduinoV1.8.19\libraries -libraries C:\Users\jlgpk\ArduinoProjects\libraries -fqbn=esp32:esp32:esp32:JTAGAdapter=default,PSRAM=disabled,PartitionScheme=default,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,LoopCore=1,EventsCore=1,DebugLevel=none,EraseFlash=none -ide-version=10819 -build-path C:\Users\jlgpk\AppData\Local\Temp\arduino_build_654750 -warnings=none -build-cache C:\Users\jlgpk\AppData\Local\Temp\arduino_cache_827326 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.xtensa-esp32s2-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s2-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32s2-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s2-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32s3-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32s3-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp-elf-gdb.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.xtensa-esp-elf-gdb-11.2_20220823.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.openocd-esp32.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\openocd-esp32\v0.11.0-esp32-20221026 -prefs=runtime.tools.openocd-esp32-v0.11.0-esp32-20221026.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\openocd-esp32\v0.11.0-esp32-20221026 -prefs=runtime.tools.esptool_py.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1 -prefs=runtime.tools.esptool_py-4.5.1.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1 -prefs=runtime.tools.riscv32-esp-elf-gdb.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.riscv32-esp-elf-gdb-11.2_20220823.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.mklittlefs.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mklittlefs\3.0.0-gnu12-dc7f933 -prefs=runtime.tools.mklittlefs-3.0.0-gnu12-dc7f933.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mklittlefs\3.0.0-gnu12-dc7f933 -prefs=runtime.tools.riscv32-esp-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.riscv32-esp-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.mkspiffs.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3 -prefs=runtime.tools.mkspiffs-0.2.3.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3 -verbose C:\Users\jlgpk\ArduinoProjects\BarrelBros\BarrelBro_Firmware\BarrelBro_Firmware.ino
C:\Users\jlgpk\ArduinoV1.8.19\arduino-builder -compile -logger=machine -hardware C:\Users\jlgpk\ArduinoV1.8.19\hardware -hardware C:\Users\jlgpk\AppData\Local\Arduino15\packages -tools C:\Users\jlgpk\ArduinoV1.8.19\tools-builder -tools C:\Users\jlgpk\ArduinoV1.8.19\hardware\tools\avr -tools C:\Users\jlgpk\AppData\Local\Arduino15\packages -built-in-libraries C:\Users\jlgpk\ArduinoV1.8.19\libraries -libraries C:\Users\jlgpk\ArduinoProjects\libraries -fqbn=esp32:esp32:esp32:JTAGAdapter=default,PSRAM=disabled,PartitionScheme=default,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,LoopCore=1,EventsCore=1,DebugLevel=none,EraseFlash=none -ide-version=10819 -build-path C:\Users\jlgpk\AppData\Local\Temp\arduino_build_654750 -warnings=none -build-cache C:\Users\jlgpk\AppData\Local\Temp\arduino_cache_827326 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.xtensa-esp32s2-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s2-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32s2-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s2-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32s3-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32s3-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp-elf-gdb.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.xtensa-esp-elf-gdb-11.2_20220823.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.openocd-esp32.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\openocd-esp32\v0.11.0-esp32-20221026 -prefs=runtime.tools.openocd-esp32-v0.11.0-esp32-20221026.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\openocd-esp32\v0.11.0-esp32-20221026 -prefs=runtime.tools.esptool_py.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1 -prefs=runtime.tools.esptool_py-4.5.1.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1 -prefs=runtime.tools.riscv32-esp-elf-gdb.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.riscv32-esp-elf-gdb-11.2_20220823.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.mklittlefs.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mklittlefs\3.0.0-gnu12-dc7f933 -prefs=runtime.tools.mklittlefs-3.0.0-gnu12-dc7f933.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mklittlefs\3.0.0-gnu12-dc7f933 -prefs=runtime.tools.riscv32-esp-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.riscv32-esp-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.mkspiffs.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3 -prefs=runtime.tools.mkspiffs-0.2.3.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3 -verbose C:\Users\jlgpk\ArduinoProjects\BarrelBros\BarrelBro_Firmware\BarrelBro_Firmware.ino
Using board 'esp32' from platform in folder: C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.9
Using core 'esp32' from platform in folder: C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.9
cmd /c if exist "C:\\Users\\jlgpk\\ArduinoProjects\\BarrelBros\\BarrelBro_Firmware\\partitions.csv" COPY /y "C:\\Users\\jlgpk\\ArduinoProjects\\BarrelBros\\BarrelBro_Firmware\\partitions.csv" "C:\\Users\\jlgpk\\AppData\\Local\\Temp\\arduino_build_654750\\partitions.csv"
exit status 1
Error compiling for board ESP32 Dev Module.

The compiler-log you have posted has 8380 characters.
This means you did not adjusted the compiler-log to print out all details.
Inside this short compiler-log the real reasons why you get a compiler-error stay hidden.

I have posted a tutorial that explains how you adjust the IDE to print out the fully detailed compiler-log.

Usually the log is printed with a lot of carraige returns to separate the text into lines that make up senseful units.

I have no idea how you managed to delete all these carriage returns.
Without them the hole log is just a big mess.

If you are unwilling to adjust the IDE to print out the fully detailed compiler-log and
keep the carriage returns
me personal I will not analyse the log any further.

good luck

here is a full compiler-log of a successfull compiling
full-compiler-log.txt (2.9 MB)

If there is whatever kind of error I search inside the compiler-log for

: error:
or
fatal error

to find that line inside the log that tells something about what the error is

Hey Stefan, you were right, I had verbose on but I didn't have "all" selected in compiler warnings.
Here is the error message with verbose on + compiler warnings all. Hope this time I got it right, and it helps narrowing down the problem.

Arduino: 1.8.19 (Windows 10), Board: "ESP32-WROOM-DA Module, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None, Disabled"





















C:\Users\jlgpk\ArduinoV1.8.19\arduino-builder -dump-prefs -logger=machine -hardware C:\Users\jlgpk\ArduinoV1.8.19\hardware -hardware C:\Users\jlgpk\AppData\Local\Arduino15\packages -tools C:\Users\jlgpk\ArduinoV1.8.19\tools-builder -tools C:\Users\jlgpk\ArduinoV1.8.19\hardware\tools\avr -tools C:\Users\jlgpk\AppData\Local\Arduino15\packages -built-in-libraries C:\Users\jlgpk\ArduinoV1.8.19\libraries -libraries C:\Users\jlgpk\ArduinoProjects\libraries -fqbn=esp32:esp32:esp32da:PartitionScheme=default,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,LoopCore=1,EventsCore=1,DebugLevel=none,EraseFlash=none -ide-version=10819 -build-path C:\Users\jlgpk\AppData\Local\Temp\arduino_build_363841 -warnings=all -build-cache C:\Users\jlgpk\AppData\Local\Temp\arduino_cache_860796 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.mklittlefs.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mklittlefs\3.0.0-gnu12-dc7f933 -prefs=runtime.tools.mklittlefs-3.0.0-gnu12-dc7f933.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mklittlefs\3.0.0-gnu12-dc7f933 -prefs=runtime.tools.xtensa-esp-elf-gdb.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.xtensa-esp-elf-gdb-11.2_20220823.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.xtensa-esp32s3-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32s3-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32s2-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s2-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32s2-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s2-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.riscv32-esp-elf-gdb.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.riscv32-esp-elf-gdb-11.2_20220823.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.esptool_py.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1 -prefs=runtime.tools.esptool_py-4.5.1.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1 -prefs=runtime.tools.mkspiffs.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3 -prefs=runtime.tools.mkspiffs-0.2.3.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3 -prefs=runtime.tools.riscv32-esp-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.riscv32-esp-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.openocd-esp32.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\openocd-esp32\v0.11.0-esp32-20221026 -prefs=runtime.tools.openocd-esp32-v0.11.0-esp32-20221026.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\openocd-esp32\v0.11.0-esp32-20221026 -verbose C:\Users\jlgpk\ArduinoProjects\BarrelBros\BarrelBro_Firmware\BarrelBro_Firmware.ino

C:\Users\jlgpk\ArduinoV1.8.19\arduino-builder -compile -logger=machine -hardware C:\Users\jlgpk\ArduinoV1.8.19\hardware -hardware C:\Users\jlgpk\AppData\Local\Arduino15\packages -tools C:\Users\jlgpk\ArduinoV1.8.19\tools-builder -tools C:\Users\jlgpk\ArduinoV1.8.19\hardware\tools\avr -tools C:\Users\jlgpk\AppData\Local\Arduino15\packages -built-in-libraries C:\Users\jlgpk\ArduinoV1.8.19\libraries -libraries C:\Users\jlgpk\ArduinoProjects\libraries -fqbn=esp32:esp32:esp32da:PartitionScheme=default,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,LoopCore=1,EventsCore=1,DebugLevel=none,EraseFlash=none -ide-version=10819 -build-path C:\Users\jlgpk\AppData\Local\Temp\arduino_build_363841 -warnings=all -build-cache C:\Users\jlgpk\AppData\Local\Temp\arduino_cache_860796 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.mklittlefs.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mklittlefs\3.0.0-gnu12-dc7f933 -prefs=runtime.tools.mklittlefs-3.0.0-gnu12-dc7f933.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mklittlefs\3.0.0-gnu12-dc7f933 -prefs=runtime.tools.xtensa-esp-elf-gdb.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.xtensa-esp-elf-gdb-11.2_20220823.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.xtensa-esp32s3-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32s3-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32s2-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s2-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.xtensa-esp32s2-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s2-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.riscv32-esp-elf-gdb.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.riscv32-esp-elf-gdb-11.2_20220823.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gdb\11.2_20220823 -prefs=runtime.tools.esptool_py.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1 -prefs=runtime.tools.esptool_py-4.5.1.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1 -prefs=runtime.tools.mkspiffs.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3 -prefs=runtime.tools.mkspiffs-0.2.3.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3 -prefs=runtime.tools.riscv32-esp-elf-gcc.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.riscv32-esp-elf-gcc-esp-2021r2-patch5-8.4.0.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\riscv32-esp-elf-gcc\esp-2021r2-patch5-8.4.0 -prefs=runtime.tools.openocd-esp32.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\openocd-esp32\v0.11.0-esp32-20221026 -prefs=runtime.tools.openocd-esp32-v0.11.0-esp32-20221026.path=C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\tools\openocd-esp32\v0.11.0-esp32-20221026 -verbose C:\Users\jlgpk\ArduinoProjects\BarrelBros\BarrelBro_Firmware\BarrelBro_Firmware.ino

Using board 'esp32da' from platform in folder: C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.9

Using core 'esp32' from platform in folder: C:\Users\jlgpk\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.9

cmd /c if exist "C:\\Users\\jlgpk\\ArduinoProjects\\BarrelBros\\BarrelBro_Firmware\\partitions.csv" COPY /y "C:\\Users\\jlgpk\\ArduinoProjects\\BarrelBros\\BarrelBro_Firmware\\partitions.csv" "C:\\Users\\jlgpk\\AppData\\Local\\Temp\\arduino_build_363841\\partitions.csv"

exit status 1

Error compiling for board ESP32-WROOM-DA Module.


No. No longer motivated to give more hints.

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