-->
Page 4 of 4

Re: Toolchain : "Nothing to be done for FORCE" ?

PostPosted: Mon Aug 03, 2015 6:37 pm
by adamjvr
I am also getting the same error, I built and isntalled the toolchain/SDK with all the submodules and I still get this answer, what is the fix?

Re: Toolchain : "Nothing to be done for FORCE" ?

PostPosted: Fri Oct 02, 2015 3:19 am
by ArturasI
Solution is simple: just follow ESP8266 SDK User Guide page 10 - you need to copy all project files you want to compile to APP folder (copy examples\at\*.* to app\ for example) then run ./gen_misc.sh there.

Re: Toolchain : "Nothing to be done for FORCE" ?

PostPosted: Sat Jan 30, 2016 3:51 am
by Matthias Hryniszak
Hi. I'm completely new to the forum here and pretty new to ESP8266 development. I tried following up on this thread and found out that a) the doc linked above isn't there, the SDK now is 1.4.0 and even after copying around the files as described in this thread nothing works as it should.

The issues with crosstool-NG still persists after copying all the files to app folder.

Is there a any place on the internet where I can actually get some reliable information on how to compile programs for the ESP8266? Any documentation I can rely on?