You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a few days ago, the auto generated file esp8266/tools/sdk/ld/eagle.app.v6.common.ld has been removed from project esp8266/Arduino (see esp8266/Arduino#4618).
makeEspArduino.mk does not seem to regenerate it since my compilation fails:
make -f ~/makeEspArduino/makeEspArduino.mk ESP_ROOT=~/esp8266 BOARD=d1_mini flash
Linking /tmp/mkESP/test1_d1_mini/test1.bin
Versions: Unknown, 2.4.1-82-gbd87970
/home/toto/esp8266/tools/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: cannot open linker script file ../ld/eagle.app.v6.common.ld: No such file or directory
collect2: error: ld returned 1 exit status
/home/toto/makeEspArduino/makeEspArduino.mk:252: recipe for target '/tmp/mkESP/test1_d1_mini/test1.bin' failed
make: *** [/tmp/mkESP/test1_d1_mini/test1.bin] Error 1
A solution ?
The text was updated successfully, but these errors were encountered:
adjust ESP_ROOT according to your config.mk, and modify the BUILD_EXTRA_FLAGS to reference placing the vtables into FLASH, IRAM or DRAM depending on your preference.
hello,
a few days ago, the auto generated file
esp8266/tools/sdk/ld/eagle.app.v6.common.ld
has been removed from projectesp8266/Arduino
(see esp8266/Arduino#4618).makeEspArduino.mk
does not seem to regenerate it since my compilation fails:A solution ?
The text was updated successfully, but these errors were encountered: