ESP8266 Developer Zone The Official ESP8266 Forum 2015-12-17T10:34:48+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1469 2015-12-17T10:34:48+08:00 2015-12-17T10:34:48+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1469&p=5070#p5070 <![CDATA[Re: Error using SDK 1.5]]>
Sorry that we can not duplicate your problem.

1. Maybe you are not using the ESP8266_NONOS_SDK_V1.5.0 ?
2. Or maybe it is a problem of your compile environment. Please have a try with our compile environment.

Statistics: Posted by ESP_Faye — Thu Dec 17, 2015 10:34 am


]]>
2015-12-16T17:17:44+08:00 2015-12-16T17:17:44+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1469&p=5065#p5065 <![CDATA[Re: Error using SDK 1.5]]> Did you find the solution for the above problem.

Statistics: Posted by koltegirish97 — Wed Dec 16, 2015 5:17 pm


]]>
2015-12-07T20:42:53+08:00 2015-12-07T20:42:53+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1469&p=4942#p4942 <![CDATA[Re: Error using SDK 1.5]]> Can you please tell me the solution above problem.

Thanking you in advance.

Statistics: Posted by koltegirish97 — Mon Dec 07, 2015 8:42 pm


]]>
2015-12-04T16:52:48+08:00 2015-12-04T16:52:48+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1469&p=4898#p4898 <![CDATA[Re: Error using SDK 1.5]]>
mingw32-make.exe -f C:/Users/abc/worksorg/meshnetwork/Makefile all
AR build/app_app.a
LD build/app.out
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:/Users/abc/worksorg/meshnetwork/Makefile:187: recipe for target 'build/app.out' failed
mingw32-make.exe: *** [build/app.out] Error 1
meshnetwork.rar

Statistics: Posted by koltegirish97 — Fri Dec 04, 2015 4:52 pm


]]>
2015-12-04T16:34:22+08:00 2015-12-04T16:34:22+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1469&p=4896#p4896 <![CDATA[Re: Error using SDK 1.5]]>
Please try

Code:

LIBS = c gcc hal phy pp net80211 lwip wpa pwm upgrade main ssl crypto


Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Fri Dec 04, 2015 4:34 pm


]]>
2015-12-04T16:20:41+08:00 2015-12-04T16:20:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1469&p=4894#p4894 <![CDATA[Re: Error using SDK 1.5]]>
mingw32-make.exe -f C:/Users/abc/worksorg/meshnetwork/Makefile all
AR build/app_app.a
LD 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 -l-lcrypto
collect2.exe: error: ld returned 1 exit status
C:/Users/abc/worksorg/meshnetwork/Makefile:187: recipe for target 'build/app.out' failed
mingw32-make.exe: *** [build/app.out] Error 1
makefile.rar

Statistics: Posted by koltegirish97 — Fri Dec 04, 2015 4:20 pm


]]>
2015-12-03T21:48:40+08:00 2015-12-03T21:48:40+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1469&p=4882#p4882 <![CDATA[Re: Error using SDK 1.5]]>
-lcrypto

Statistics: Posted by geo.espressif — Thu Dec 03, 2015 9:48 pm


]]>
2015-12-04T16:54:35+08:00 2015-12-03T21:11:07+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1469&p=4880#p4880 <![CDATA[Error using SDK 1.5]]>
mingw32-make.exe -f C:/Users/abc/worksorg/mesh/Makefile all
AR build/app_app.a
LD build/app.out
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'
c:/Espressif/ESP8266_SDK/lib\libwpa.a(wpa_auth.o): In function `wpa_receive':
(.irom0.text+0x9a0): undefined reference to `aes_wrap'
c:/Espressif/ESP8266_SDK/lib\libwpa.a(wpa_auth.o): In function `__wpa_send_eapol':
(.irom0.text+0xd73): undefined reference to `aes_wrap'
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

Statistics: Posted by koltegirish97 — Thu Dec 03, 2015 9:11 pm


]]>