Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By ashubhatt
#31313 I have fresh download of Sming from GIT HUB.

Can any body please post the required configurations that needs to be done in Eclipse to compile the Sming's Basic_Blink example.

I have configured the Environment Variables and the tool chain editors.
I have also tried configuring various settings but ended up in :
Code: Select allC:/Espressif/sming/Basic_Blink/Makefile:23: c:/Espressif/sming/Sming: Permission denied
C:/Espressif/sming/Basic_Blink/Makefile:23: /Makefile-project.mk: No such file or directory


If anybody has configured it in Windows, please drop your comments.
User avatar
By picpic020960
#31905 OK with nodelua , so UDK installation OK

new test with my SMING_HOME
and the Blink example

SMING_HOME=d:\sming-master\sming-master\Sming

22:03:30 **** Build of configuration Sming for project Basic_Blink ****
make all
C+ app/application.cpp
C+ /d/sming-master/sming-master/Sming/appinit/user_main.cpp
AR out/build/app_app.a
LD out/build/app.out
c:/espressif/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/5.1.0/../../../../xtensa-lx106-elf/bin/ld.exe: cannot find -lsming
collect2.exe: error: ld returned 1 exit status
make: *** [out/build/app.out] Error 1

22:03:41 Build Finished (took 10s.858ms)