-->
Page 1 of 1

ESP peer to peer communication

PostPosted: Fri Nov 27, 2015 8:02 am
by trendchaster
Hello folks,
I am trying to executing Mesh program but it shows following error .What will be the Issue?I think makefile issue will be there .Plz guide me to resolve the issue.I have uploaded my project please have a look on it.

The error shown below is
mingw32-make.exe -f C:/Users/mesh/worksorg/onetoone/Makefile all
AR build/test_app.a
LD build/test.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/mesh/worksorg/onetoone/Makefile:187: recipe for target 'build/test.out' failed
mingw32-make.exe: *** [build/test.out] Error 1

18:27:03 Build Finished (took 1s.14ms)