-->
Page 2 of 4

Re: Official public SDK from Espressif

PostPosted: Sat Oct 25, 2014 12:35 pm
by mamalala
mharizanov wrote:
scottgibson wrote:Seems they hit their bandwidth limit on their download site. Can anyone who got it share it? I can provide hosting; pm me and I'll send over some ftp details so it can be uploaded.


The Google drive link worked for me 5 min ago

https://drive.google.com/folderview?id= ... sp=sharing


But that's not the SDK. It is a VirtualBox image with Lubuntu, then VirtualBox itself, thhen just the GCC toolchain for the lx106 core, and a readme file. The SDK itself is a different download which is not (yet?) on that Google drive.

Greetings,

Chris

Re: Official public SDK from Espressif

PostPosted: Sat Oct 25, 2014 12:40 pm
by mharizanov
Oh yes; Uploaded the SDK to Dropbox https://dl.dropboxusercontent.com/u/187 ... v0.9.2.zip

Re: Official public SDK from Espressif

PostPosted: Sat Oct 25, 2014 1:42 pm
by safield1
I just went through the entire setup with directions and was truly impressed. The only issue I have is that when trying to build the at program, I get the following linking error. Any ideas?
LD build/app.out
build/app_app.a(at_ipCmd.o): In function `at_tcpserver_discon_cb':
/home/scott/esp_sources/at/user/at_ipCmd.c:1157: undefined reference to `system_upgrade_start'
/home/scott/esp_sources/at/user/at_ipCmd.c:1171: undefined reference to `system_upgrade_start'
collect2: error: ld returned 1 exit status
Makefile:117: recipe for target 'build/app.out' failed
make: *** [build/app.out] Error 1
scott@scott-VirtualBox:~/esp_sources/at$

Re: Official public SDK from Espressif

PostPosted: Sat Oct 25, 2014 3:13 pm
by safield1
I needed to include the upgrade and upgrade_ssl libs in the Makefile. I am not sure why I had this issue and no one else has. May be a configuration item?