Open youngda opened 6 years ago
cd esp/esp-open-sdk/ mv Makefile Makefile_backup sudo rm -r ESP8266_NONOS_SDK-2.1.0-18-g61248df Download the new ESP8266_NONOS_SDK and you're ready to use it.
I have one similar issue about the SDK.
similar for me. and try with ESP8266_NONOS_SDK-3.0 extracted in esp-open-sdk and similar issue.
i think i have found a fix go to your ESP8266_NONOS_SDK open Makefile comment 2 last line
Tried this and now I am getting this issue.
sudo apt-get install make unrar-free autoconf automake libtool gcc g++ gperf \
git clone --recursive https://github.com/pfalcon/esp-open-sdk.git
cd esp-open-sdk
make STANDALONE=y
export PATH=/home/youngda/esp/esp-open-sdk/xtensa-lx106-elf/bin:$PATH
cd ESP8266_NONOS_SDK-2.1.0-18-g61248df
cp -r examples/IoT_Demo ./
./gen_misc.sh
start...
../../Makefile:106: warning: overriding recipe for target 'clean' ../Makefile:317: warning: ignoring old recipe for target 'clean' ../../Makefile:184: warning: overriding recipe for target 'ESP8266_NONOS_SDK-2.1.0-18-g61248df/.dir' ../../Makefile:179: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK-2.1.0-18-g61248df/.dir' You cloned without --recursive, fetching submodules for you. git submodule update --init --recursive make -C crosstool-NG -f ../Makefile _ct-ng make[1]: crosstool-NG: No such file or directory. Stop. ../../Makefile:143: recipe for target 'crosstool-NG/ct-ng' failed make: [crosstool-NG/ct-ng] Error 2
I don't know what happened.