在线时间13 小时
UID3183678
注册时间2015-11-24
NXP金币0
该用户从未签到
注册会员

- 积分
- 78
- 最后登录
- 2016-6-27
|
demo板子imx6qsabresd
yocto编译命令如下
root@ubuntu:~/fsl-release-bsp/
MACHINE=imx6qsabresd source fsl-setup-release.sh -b build-x11 -e x11
bitbake fsl-image-gui
当天下午下班前开始编译,第2天早上结果报错
0: serf-native-1.3.7-r0 do_fetch (pid 20109)
$<50>ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
Currently 1 running tasks (1721 of 6778):
0: serf-native-1.3.7-r0 do_fetch (pid 20109)
$<50>ERROR: Function failed: Fetcher failure for URL: 'http://serf.googlecode.com/svn/src_releases/serf-1.3.7.tar.bz2'. Unable to fetch URL from any source.
Currently 1 running tasks (1721 of 6778):
0: serf-native-1.3.7-r0 do_fetch (pid 20109)
$<50>ERROR: Logfile of failure stored in: /home/like/newWorkbank/fsl-release-bsp/build-x11/tmp/work/i686-linux/serf-native/1.3.7-r0/temp/log.do_fetch.20109
No currently running tasks (1721 of 6778)
$<50>ERROR: Task 5618 (virtual:native:/home/like/newWorkbank/fsl-release-bsp/sources/poky/meta/recipes-support/serf/serf_1.3.7.bb, do_fetch) failed with exit code '1'
No currently running tasks (1721 of 6778)
$<50>NOTE: Tasks Summary: Attempted 1721 tasks of which 16 didn't need to be rerun and 1 failed.
No currently running tasks (1721 of 6778)
Summary: 1 task failed:
virtual:native:/home/like/newWorkbank/fsl-release-bsp/sources/poky/meta/recipes-support/serf/serf_1.3.7.bb, do_fetch
Summary: There were 19 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
like@ubuntu:~/newWorkbank/fsl-release-bsp/build-x11$
查看build-x11/tmp/deploy/images/imx6qsabresd$ 目录下镜像只有zImage--3.14.28-r0-imx6qsabresd-20151207131645.bin 和几个dtb生成了,
没有看到uboot和rootfs生成,
请问是否
$<50>ERROR: Function failed: Fetcher failure for URL: 'http://serf.googlecode.com/svn/src_releases/serf-1.3.7.tar.bz2'. Unable to fetch URL from any source. 这句话导致 编译失败的,
我ping serf.googlecode.com 确实ping不通,有其他网址替代吗? ,请问如何解决这个问题,这玩意编译实在太耗时间,很是郁闷啊!!!
nnd顺便吐槽下这个编译时间,都要介么长吗,网络不好的小伙伴就被yocto坑了吗??
|
|