The use of the ESP8266 in the world of IoT

User avatar
By Awrak
#40265 Hello :) ,
I have setup a development environment for ESP8266 in UBUNTU 14.04 with Eclipse as IDE, as per the steps provided in this link "https://github.com/pfalcon/esp-open-sdk". I'm using esp-open-sdk sdk and xtensa-lf106-elf as the toolchain.

I exported a sample hello world project from Git which ran without any glitches but encountered few errors when I tried to build a new project I created.

cannot find crt1-sim.o: No such file or directory
cannot find _vectors.o: No such file or directory
cannot find -lsim
cannot find -lhandlers-sim
collect2: error: ld returned 1 exit status

This is my first ever encounter with ESP8266 and Eclipse. Any help from the experts is appreciated.

Cheers :)