-->
Page 1 of 1

cannot find crt1-sim.o

PostPosted: Tue Feb 02, 2016 9:19 am
by Awrak
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 :)

Re: cannot find crt1-sim.o

PostPosted: Fri Feb 26, 2016 11:02 pm
by Khaled Qorany
Hi,
I recently encountered the same issue. If you have passed this situation, please let me know what was the problem?