刚接触8266,此贴想问一些开发过程中遇到的错误和解决方法
一、官网下了SDK,第一步编译根目录Makefile就有问题,找了大神的笔记都没有看见类似的错误,
!!!
No boot needed.
Generate eagle.flash.bin and eagle.irom0text.bin successully in folder bin.
eagle.flash.bin-------->0x00000
eagle.irom0text.bin---->0x10000
!!!
make[1]: Leaving directory '/cygdrive/d/Cygwin_Eclipse_IDE/ESP8266_NONOS_SDK-master/app'
make[1]: Entering directory '/cygdrive/d/Cygwin_Eclipse_IDE/ESP8266_NONOS_SDK-master/third_party'
make[2]: Entering directory '/cygdrive/d/Cygwin_Eclipse_IDE/ESP8266_NONOS_SDK-master/third_party'
make[2]: *** user: No such file or directory. Stop.
make[2]: Leaving directory '/cygdrive/d/Cygwin_Eclipse_IDE/ESP8266_NONOS_SDK-master/third_party'
../Makefile:325: recipe for target '.subdirs' failed
make[1]: *** [.subdirs] Error 2
make[1]: Leaving directory '/cygdrive/d/Cygwin_Eclipse_IDE/ESP8266_NONOS_SDK-master/third_party'
make: *** [.subdirs] Error 2
Makefile:325: recipe for target '.subdirs' failed
12:17:24 Build Finished (took 25s.44ms)
一、官网下了SDK,第一步编译根目录Makefile就有问题,找了大神的笔记都没有看见类似的错误,
!!!
No boot needed.
Generate eagle.flash.bin and eagle.irom0text.bin successully in folder bin.
eagle.flash.bin-------->0x00000
eagle.irom0text.bin---->0x10000
!!!
make[1]: Leaving directory '/cygdrive/d/Cygwin_Eclipse_IDE/ESP8266_NONOS_SDK-master/app'
make[1]: Entering directory '/cygdrive/d/Cygwin_Eclipse_IDE/ESP8266_NONOS_SDK-master/third_party'
make[2]: Entering directory '/cygdrive/d/Cygwin_Eclipse_IDE/ESP8266_NONOS_SDK-master/third_party'
make[2]: *** user: No such file or directory. Stop.
make[2]: Leaving directory '/cygdrive/d/Cygwin_Eclipse_IDE/ESP8266_NONOS_SDK-master/third_party'
../Makefile:325: recipe for target '.subdirs' failed
make[1]: *** [.subdirs] Error 2
make[1]: Leaving directory '/cygdrive/d/Cygwin_Eclipse_IDE/ESP8266_NONOS_SDK-master/third_party'
make: *** [.subdirs] Error 2
Makefile:325: recipe for target '.subdirs' failed
12:17:24 Build Finished (took 25s.44ms)