clutter-gst-3.0-3.0.24-r0 oe_runmake和do_compile在构建yocto时失败
我正在尝试根据找到的文档构建 Yocto 工具链 这里和此处。
尝试运行 bitbake 命令时,出现以下问题:
Makefile:813: recipe for target 'clutter-gst-plugin.lo' failed
make[4]: *** [clutter-gst-plugin.lo] Error 1
make[4]: Leaving directory '/home/carter/var-fsl-yocto/build_xwayland/tmp/work/aarch64-poky-linux/clutter-gst-3.0/3.0.24-r0/build/clutter-gst'
ERROR: oe_runmake failed
Makefile:912: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/carter/var-fsl-yocto/build_xwayland/tmp/work/aarch64-poky-linux/clutter-gst-3.0/3.0.24-r0/build/clutter-gst'
Makefile:655: recipe for target 'all' failed make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/carter/var-fsl-yocto/build_xwayland/tmp/work/aarch64-poky-linux/clutter-gst-3.0/3.0.24-r0/build/clutter-gst'
Makefile:534: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/carter/var-fsl-yocto/build_xwayland/tmp/work/aarch64-poky-linux/clutter-gst-3.0/3.0.24-r0/build'
Makefile:442: recipe for target 'all' failed
make: *** [all] Error 2
WARNING: exit code 1 from a shell command.
我尝试重新安装所有依赖项,重新启动构建等,但到目前为止还没有解决这个问题。目前,按照指南所述,我正在 Oracle VirtualBox 上通过 Ubuntu 16.04 虚拟机运行此程序,尽管我不认为该虚拟机导致了此问题。我对下一步应该尝试什么感到很困惑。
当我运行 sudo apt-get update 和 sudo apt-get update 时,它确实导致 bitbake 持续更长时间,但最终仍然导致错误。除此之外,还尝试从各个其他文档站点安装许多其他软件包。
I am attempting to build a Yocto Toolchain as per the documentation found here and here.
Attempting to run the bitbake command, the following issues spring up:
Makefile:813: recipe for target 'clutter-gst-plugin.lo' failed
make[4]: *** [clutter-gst-plugin.lo] Error 1
make[4]: Leaving directory '/home/carter/var-fsl-yocto/build_xwayland/tmp/work/aarch64-poky-linux/clutter-gst-3.0/3.0.24-r0/build/clutter-gst'
ERROR: oe_runmake failed
Makefile:912: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/carter/var-fsl-yocto/build_xwayland/tmp/work/aarch64-poky-linux/clutter-gst-3.0/3.0.24-r0/build/clutter-gst'
Makefile:655: recipe for target 'all' failed make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/carter/var-fsl-yocto/build_xwayland/tmp/work/aarch64-poky-linux/clutter-gst-3.0/3.0.24-r0/build/clutter-gst'
Makefile:534: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/carter/var-fsl-yocto/build_xwayland/tmp/work/aarch64-poky-linux/clutter-gst-3.0/3.0.24-r0/build'
Makefile:442: recipe for target 'all' failed
make: *** [all] Error 2
WARNING: exit code 1 from a shell command.
I have tried to reinstall all dependencies, restarted building, etc, but nothing so far has worked in terms of solving this issue. Currently, as per the guide has outlined, I am running this through an Ubuntu 16.04 Virtual Machine on Oracle VirtualBox, although I do not believe the virtual machine to be causing this issue. I'm quite stumped on what I should try next.
When I ran sudo apt-get update
and sudo apt-get upgrade
it did actually cause the bitbake to last longer, but it still caused an error eventually. This is in addition to attempting to install many other packages from various other sites of documentation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论