esp8266-wiki
esp8266-wiki copied to clipboard
arduino-builder issues
Hello all,
I don't really know if this is the best place to ask, so please bear with me :) I'm trying to setup continuous deployment with some the esp8266. I decided on the arduino-builder tool on Debian, first I found some issues mostly related to the paths but I was able to overcome those, then I got some errors related to ctags (ctags pattern missing), I managed to get this to work by adding some lines from the default Arduino platform file; then I got this error "cannot open linker script file {build.flash_ld}" I tried feeding the value via --prefs but it didn't work, so I gave up on Linux (I'm a windows guy) and decided to simply make it work on my existing Windows setup. Long story short I ended up having the exact same issues... so my questions:
- Why platforms.txt doesn't include a ctags pattern?
- How is it different compiling from the Arduino IDE and Arduino-builder? (my sketch is very simple and it works on the IDE)
- What is the requirements for ld? Any pointers on how I can make this work?
Thanks all! --Rp
@eulesv Could you post the script as you have it so far?