Open z0rti opened 9 months ago
ESP32 SDK 2.0.14, 2.0.7, 2.0.4
adc_types.h:90:27: error: expected ',' or '}' before '__attribute__'
SDK 2.0.0
/home/zorti/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-80-g6c4433a-5.2.0/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld: cannot find crt1-sim.o: No such file or directory
/home/zorti/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-80-g6c4433a-5.2.0/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld: cannot find _vectors.o: No such file or directory
collect2: error: ld returned 1 exit status
SDK 1.0.6 works.
I installed Arduino IDE 2.3.0, then added 'ESP32 Dev Module' Board, then got makeEspArduino, running it like this:
$ make -f ~/Arduino/misc/makeEspArduino/makeEspArduino.mk CHIP=esp32 BOARD=esp32 SKETCH=blah.ino
...and i get this error: