-->
Page 1 of 1

Building AT Code

PostPosted: Mon Oct 27, 2014 1:09 am
by rupin.chheda
I followed all steps on the ESP8266 wiki to install the toolchain on a Raspberry PI. when I try to make the AT program I get the following error

Code: Select allpi@raspberrypi ~/esp_sources/at $ make
CC driver/uart.c
make: /opt/Espressif/crosstool-NG/builds/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc: Command not found
make: *** [build/driver/uart.o] Error 127


It looks like the GCC cannot be found, and its not there at the path. The build for the NG-tool went without errors.

Has anyone come across this problem?

Re: Building AT Code

PostPosted: Wed Nov 19, 2014 3:04 am
by Wizzard
Code: Select allcd esphttpd
git submodule init
git submodule update

Re: Building AT Code

PostPosted: Wed Nov 19, 2014 4:11 am
by ystrem
rupin.chheda wrote:I followed all steps on the ESP8266 wiki to install the toolchain on a Raspberry PI. when I try to make the AT program I get the following error

Code: Select allpi@raspberrypi ~/esp_sources/at $ make
CC driver/uart.c
make: /opt/Espressif/crosstool-NG/builds/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc: Command not found
make: *** [build/driver/uart.o] Error 127


It looks like the GCC cannot be found, and its not there at the path. The build for the NG-tool went without errors.

Has anyone come across this problem?


You don't have setup the path, follow this https://github.com/esp8266/esp8266-wiki/wiki/Toolchain#install-the-xtensa-crosstool-ng-as-local-user