Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » eclipse IDE for esp8266 mingw make error
eclipse IDE for esp8266 mingw make error [message #1835243] Fri, 27 November 2020 20:49 Go to next message
Yefim Varshavsky is currently offline Yefim VarshavskyFriend
Messages: 2
Registered: November 2020
Junior Member
Hello ,After installing the wjole thing for controlling NODEMCU USING ECLIPSE
I got those errors.please help me solve those errors so i could work with the device.

Thanks.

c:/Espressif/ESP8266_SDK/lib\libmain.a(app_main.o): In function `user_uart_wait_tx_fifo_empty':
(.irom0.text+0x5c4): undefined reference to `user_init'
c:/Espressif/ESP8266_SDK/lib\libmain.a(app_main.o): In function `user_rf_pre_init':
(.irom0.text+0x85a): undefined reference to `user_init'
collect2.exe: error: ld returned 1 exit status
C:/try12/Makefile:187: recipe for target 'build/app.out' failed
mingw32-make.exe: * [build/app.out] Error 1
"mingw32-make.exe -f C:/try12/Makefile all" terminated with exit code 2. Build might be incomplete.
Re: eclipse IDE for esp8266 mingw make error [message #1835312 is a reply to message #1835243] Mon, 30 November 2020 14:59 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
None of the object files or libraries you provided to the linker contain the definition of user_init
Previous Topic:automatic dsf remote debugging launcher won't start gdbserver on remote target
Next Topic:How do I add a new "toolchain" to Eclipse?
Goto Forum:
  


Current Time: Fri Apr 26 12:58:07 GMT 2024

Powered by FUDForum. Page generated in 0.03566 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top