Chat here about code rewrites, mods, etc... with respect to the github project https://github.com/esp8266/Arduino

Moderator: igrr

User avatar
By brettanomyces
#19781 The issue i mentioned with the sketchbook path has now been resolved: https://github.com/arduino/Arduino/issues/3261, however I'm not sure if that will help in your case xxcn

I suggest making the changes in the GUI and then looking at the results in the preference file that it outputs (on linux its ~/.arduino15/preference.txt) then you'll know you have the correct values at least.
User avatar
By xxcn
#20154 Thank you all for the replies. I have a working Makefile-based build for ESP8266 arduino sketches: http://pastebin.com/wj6kWAMq

The whole ordeal is because I wanted to do my own linking, trying to get sketches to work with rboot.

The `sketchbook.path` issue is fixed in the upstream master, I had to rebase the esp8266 branch to make the "arduino on command line" work, but that's not needed now that `make` can do all the work.

I hope this helps someone. Cheers!