繁体   English   中英

任务 415 (virtual:native:/home/user/Yocto/Poky/poky/meta/recipes-devtools/automake/automake_1.15.bb, do_compile) 失败,退出代码为“1”

[英]Task 415 (virtual:native:/home/user/Yocto/Poky/poky/meta/recipes-devtools/automake/automake_1.15.bb, do_compile) failed with exit code '1'

我正在尝试使用 yocto 构建图像,我按照https://www.yoctoproject.org/docs/1.8/yocto-project-qs/yocto-project-qs.html 的说明进行了所有操作

我已经完成了预配置

 $ git clone http://git.yoctoproject.org/git/poky
 $ cd poky
 $ git checkout -b fido origin/fido
 $ source oe-init-build-env

运行时出现以下错误: bitbake -k core-image-sato

ERROR: Function failed: do_compile (log file is located at 
/home/user/Yocto/Poky/poky/build/tmp/work/x86_64-linux/automake- 
native/1.15-r0/temp/log.do_compile.2660)
ERROR: Logfile of failure stored in: 
/home/user/Yocto/Poky/poky/build/tmp/work/x86_64-linux/automake- 
native/1.15-r0/temp/log.do_compile.2660
ERROR: Task 415 
(virtual:native:/home/user/Yocto/Poky/poky/meta/recipes- 
devtools/automake/automake_1.15.bb, do_compile) failed with exit code '1'

有谁知道如何修理它?

除非有特殊原因,否则您想使用 fido,我会建议至少使用较新的版本,例如 sumo 或 rocko。 您可能还想看看yoe-distro 之类的东西,它也允许在 Docker 环境中构建,因此不需要将操作系统降级到 Yocto/OpenEmbedded 可能需要的东西。

您似乎正在构建一个旧版本 (1.8),在构建主机上使用经过测试的发行版很重要。 还有这里请确保您的主机的发行是一个在此列表中

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM