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

User avatar
By lilzz
#48877 the path always pointing to
PATH=$PATH:/opt/esp-open-sdk/xtensa-lx106-elf/bin ,
so it doesn't look like crosstool-ng is needed.

but sometimes when I try to do make on one of the demo file, it said
make: *** crosstool-NG: No such file or directory. Stop.
User avatar
By jcmvbkbc
#48916
lilzz wrote:the path always pointing to
PATH=$PATH:/opt/esp-open-sdk/xtensa-lx106-elf/bin ,
so it doesn't look like crosstool-ng is needed.

Correct. Once you've built the toolchain the crosstool-NG is not needed.