本帖最后由 柠檬守护 于 2016-2-25 10:30 编辑
@鸿宇
咨询 大神们,有没有遇到过openwrt编译的问题:Download failed.
No more mirrors to try - giving up.
Checking out files from the git repository...
Cloning into 'yaffs2_android'...
补充log信息:
fatal: unable to access 'https://android.googlesource.com/platform/external/yaffs2/': Failed to connect to android.googlesource.com port 443: Connection refused
make[3]: *** [/home/ubuntu/openwrt/trunk/dl/yaffs2_android-2008-12-18.tar.bz2] Error 128
make[3]: Leaving directory `/home/ubuntu/openwrt/trunk/tools/yaffs2'
make[2]: *** [tools/yaffs2/compile] Error 2
make[2]: Leaving directory `/home/ubuntu/openwrt/trunk'
make[1]: *** [/home/ubuntu/openwrt/trunk/staging_dir/target-mipsel_24kec+dsp_musl-1.1.11/stamp/.tools_install_yynyynynynyyyyyyynyyynyyyyyyyyynyyyyynnyynynnyyynnnyy] Error 2
make[1]: Leaving directory `/home/ubuntu/openwrt/trunk'
make: *** [world] Error 2
分析原因:
另外还有一个问题, 就是你的dl 路径是在 trunk/tools 下面, 这个很奇怪的, 我用的是CC, 你看看我的路径
Lemon 2016/2/25 10:19:25
dl 路径是直接在cc下面, 而不是在tools下面的
Lemon 2016/2/25 10:20:50
你在看看 trunk下面有没有dl路径, 如果有的话, 把yaffs2_xxx 移到里面去, 在进行编译看看
鸿宇copy到trunk/dl之后,问题解决。
总结: dl路径是直接存放在trunk下的,里面是保存需要的一些软件包的信息。