Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By jas
#7198 Hi

I am using Linux Mint 16, 32-bit.

I am trying to go through some of the 'make' processes within the ESP8266 software structure as kindly supplied at
https://github.com/esp8266/esp8266-wiki/wiki/Toolchain

I am still not exactly sure of what I am doing, as I am as yet unfamiliar with the tool chain technologies and the GNU C Compiler, GCC, etc.

Make works fine for everything except, it does not work for :
$ cd /opt/Espressif/ESP8266_SDK/at_v0.20_on_SDKv0.9.3
$ make
> make: Nothing to be done for 'FORCE'.


Can anyone help ?

Thank you