沉睡中的king 发表于 2016-7-27 11:38 不行就对了,都是粘贴复制,又不管行不行,需要自己根据实际情况来定,不过这个过程基本正确。跟她们反应过后面文件404,嘴里答应好,根本不当回事 |
root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# ls driver gen_misc.sh Makefile user gen_misc.bat include model two-dimension code.jpg root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# ./gen_misc.sh bash: ./gen_misc.sh: /bin/bash^M: bad interpreter: No such file or directory root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# ./gen_misc.sh bash: ./gen_misc.sh: /bin/bash^M: bad interpreter: No such file or directory root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# make make[1]: Entering directory '/home/zencloud/Desktop/share/Gagent_8266/app/user' make[1]: ** No rule to make target '../include/gagent_list.h', needed by '.output/eagle/debug/obj/mqttbase.o'. Stop. make[1]: Leaving directory '/home/zencloud/Desktop/share/Gagent_8266/app/user' ../Makefile:310: recipe for target '.subdirs' failed make: ** [.subdirs] Error 2 root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# make make[1]: Entering directory '/home/zencloud/Desktop/share/Gagent_8266/app/user' make[1]: ** No rule to make target '../include/gagent_list.h', needed by '.output/eagle/debug/obj/mqttbase.o'. Stop. make[1]: Leaving directory '/home/zencloud/Desktop/share/Gagent_8266/app/user' ../Makefile:310: recipe for target '.subdirs' failed make: ** [.subdirs] Error 2这是环境搭建的问题吗?还是固件的问题 |
root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# ls driver gen_misc.sh Makefile user gen_misc.bat include model two-dimension code.jpg root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# ./gen_misc.sh bash: ./gen_misc.sh: /bin/bash^M: bad interpreter: No such file or directory root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# ./gen_misc.sh bash: ./gen_misc.sh: /bin/bash^M: bad interpreter: No such file or directory root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# make make[1]: Entering directory '/home/zencloud/Desktop/share/Gagent_8266/app/user' make[1]: ** No rule to make target '../include/gagent_list.h', needed by '.output/eagle/debug/obj/mqttbase.o'. Stop. make[1]: Leaving directory '/home/zencloud/Desktop/share/Gagent_8266/app/user' ../Makefile:310: recipe for target '.subdirs' failed make: ** [.subdirs] Error 2 root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# make make[1]: Entering directory '/home/zencloud/Desktop/share/Gagent_8266/app/user' make[1]: ** No rule to make target '../include/gagent_list.h', needed by '.output/eagle/debug/obj/mqttbase.o'. Stop. make[1]: Leaving directory '/home/zencloud/Desktop/share/Gagent_8266/app/user' ../Makefile:310: recipe for target '.subdirs' failed make: ** [.subdirs] Error 2 |
楼主能再发一次SOC固件程序文件么,上次的链接失效了 |
很好,谢谢分享 |
Genius 发表于 2018-2-24 14:05 此链接分享内容可能因为涉及侵权、色情、反动、低俗等信息,无法访问! |
笨企鹅 发表于 2018-2-22 16:26 有关Gokit3 SOC相关的资料见百度云盘 链接: https://pan.baidu.com/s/1kUUq5sr 密码: u986 |
知莫 发表于 2017-8-27 10:03 很奇怪, /app$ ./gen_misc.sh后回车 出现: bash: ./gen_misc.sh: Permission denied |
大海之舟 发表于 2016-11-28 18:54 最近有开发者反应自动生成的ESP8266 SoC下载后无法编译通过,会有下面报错:
该问题是由于gen_misc.sh文件编码引起的,可以用下面方法解决。
另外有开发者直接在根目录直接用make编译,也是不对的,请使用gen_misc.sh进行编译,make和gen_misc.sh的编译选项不同。 |
知莫 发表于 2017-8-27 10:03 最近有开发者反应自动生成的ESP8266 SoC下载后无法编译通过,会有下面报错:
该问题是由于gen_misc.sh文件编码引起的,可以用下面方法解决。
另外有开发者直接在根目录直接用make编译,也是不对的,请使用gen_misc.sh进行编译,make和gen_misc.sh的编译选项不同。 |
这是什么原因呢?是我固件的问题?还是环境搭建的问题? |
root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# ls driver gen_misc.sh Makefile user gen_misc.bat include model two-dimension code.jpg root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# ./gen_misc.sh bash: ./gen_misc.sh: /bin/bash^M: bad interpreter: No such file or directory root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# ./gen_misc.sh bash: ./gen_misc.sh: /bin/bash^M: bad interpreter: No such file or directory root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# make make[1]: Entering directory '/home/zencloud/Desktop/share/Gagent_8266/app/user' make[1]: ** No rule to make target '../include/gagent_list.h', needed by '.output/eagle/debug/obj/mqttbase.o'. Stop. make[1]: Leaving directory '/home/zencloud/Desktop/share/Gagent_8266/app/user' ../Makefile:310: recipe for target '.subdirs' failed make: ** [.subdirs] Error 2 root@ubuntu:/home/zencloud/Desktop/share/Gagent_8266/app# make make[1]: Entering directory '/home/zencloud/Desktop/share/Gagent_8266/app/user' make[1]: ** No rule to make target '../include/gagent_list.h', needed by '.output/eagle/debug/obj/mqttbase.o'. Stop. make[1]: Leaving directory '/home/zencloud/Desktop/share/Gagent_8266/app/user' ../Makefile:310: recipe for target '.subdirs' failed make: ** [.subdirs] Error 2 |
亲,我按照你这个贴子,自己尝试了一下,但是到./gen_misc.sh 这一步会出错,具体请看此帖http://club.gizwits.com/forum.php?mod=viewthread&tid=4090&mobile=2 |
mark,回公司看 |
谢谢分享~~~ |
下载官方编译环境安装包: http://bbs.espressif.com/viewtopic.php?f=57&t=2 这个编译环境下载地址消失了啊,求分享啊...... |
真心不错,在论坛这么久了,居然还不知道GoKit3分为GoKit3(V),GoKit3(S),GoKit3(H),并且每种又分为两种开发模式MCU模式和SOC模式; 孤陋寡闻了,大赞 |
谢谢分享~~~ |
版权与免责声明 © 2006-2024 Gizwits IoT Technology Co., Ltd. ( 粤ICP备11090211号 )