虚拟机Linux系统下编译esp8266程序出错

错误信息提示如下:
make[1]: xt-xcc: Command not found
../../Makefile:321: recipe for target '.output/eagle/debug/obj/user_main.o' failed
make[1]: *** [.output/eagle/debug/obj/user_main.o] Error 127
make[1]: Leaving directory '/mnt/hgfs/share/gokit-soc-esp8266/app/user'
../Makefile:307: recipe for target '.subdirs' failed
make: *** [.subdirs] Error 2
程序用的是机智云官方程序,求教

https://wenku.baidu.com/view/7dfa25f6a300a6c30d229f79.html
你把这里的错误找找对对看。

没有安装subdirs,安装一下就可以了

挖个坟 谁让排在前面呢 供大家参考
参照
https://blog.csdn.net/youngybird/article/details/78947811
将...\cygwin\opt\xtensa-lx106-elf\bin 加到path 中。