- Sat Feb 10, 2018 10:40 am
#73854
There is discussion about this here
https://github.com/esp8266/arduino-esp8 ... /issues/14 , this was our discussion in this forum
viewtopic.php?f=32&t=14639 and there is another one in Arduino core github with author of the script which builds boards.txt (sorry, but I can't find it in this moment). So for now you have to:
1. manually modify boards.txt and add linker script OR
2. add this option do boards.txt generator and build boards.txt by this script OR
3. use PIO, which allows for using custom linker script and add build_flags = -Wl, -T./eagle.flash.4m2m.ld into your platformio.ini
Another attempts are here:
https://github.com/esp8266/arduino-esp8 ... /issues/12https://github.com/esp8266/Arduino/issues/3226