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

User avatar
By mariuszb
#22337 Basic_Blink example - after selected in "Make Target" eg. "clean" I have:

make clean
MAKE Version 5.3 Copyright (c) 1987, 2008 CodeGear ( make from my Borland :D )

instead eg.

mingw32-make.exe -f C:/ ... ... /Makefile clean

Any hint? because I little know Linux
User avatar
By kenn
#22372
mariuszb wrote:Is anyone have it integrated with the CHERTS environment ?


Yes. I just stuck a new directory ("sming") into C:\Espressif\, then pulled the Sming git repo into it. You might have to check the paths in Sming's make config to your compile and flash tools, or set them in your eclipse paths. After that, it worked for me.

Also, you may need to 'downgrade' the ESP8266 SDK to v1.0b1; I don't think that Sming is fully using the latest SDK yet.