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

User avatar
By mamalala
#1937
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
User avatar
By safield1
#1939 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$