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

User avatar
By picpic020960
#31888 Bonjour CHERTS ,

is it possible to add the 'sming' project in example list off UDK like 'nodelua-firmware'

chocolety is needed to install 'sming' on windows machine ... and ko on my computer.

thanks

(Great job)
User avatar
By trendchaster
#32606 Hello Everyone,
After compiling code of mesh it shows following error .`user_rf_pre_init' is already mention in my user_main.c.Still it shows error.What will be the issue?

mingw32-make.exe -f C:/Users/abc/worksorg/tcpclient/Makefile flash
LD build/app.out
c:/Espressif/ESP8266_SDK/lib\libmain.a(app_main.o): In function `user_uart_wait_tx_fifo_empty':
(.irom0.text+0x598): undefined reference to `user_init'
c:/Espressif/ESP8266_SDK/lib\libmain.a(app_main.o): In function `user_rf_pre_init':
(.irom0.text+0x804): undefined reference to `user_init'
collect2.exe: error: ld returned 1 exit status
C:/Users/abc/worksorg/mesh/Makefile:187: recipe for target 'build/app.out' failed
mingw32-make.exe: *** [build/app.out] Error 1

18:05:56 Build Finished (took 1s.205ms)