Building AT Code
Posted: Mon Oct 27, 2014 1:09 am
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
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?
Code: Select all
pi@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?