yocto bitbake core-image-sato 错误

问题描述 投票:0回答:2

在 Yocto 上构建 core-image-sato 时,出现错误:

| checking target system type... i686-pc-linux-gnu

| configure: error: internal configure error for the platform triplet, please file a bug report

| WARNING: exit code 1 from a shell command.

| 


> ERROR: Task
> (virtual:native:/home/dzx/poky/meta/recipes-devtools/python/python3_3.7.4.bb:do_configure)
> failed with exit code '1' NOTE: Tasks Summary: Attempted 352 tasks of
> which 345 didn't need to be rerun and 1 failed.

> Summary: 1 task failed:  
> virtual:native:/home/dzx/poky/meta/recipes-devtools/python/python3_3.7.4.bb:do_configure

> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

当我在Ubuntu 16.04中按照“Yocto Project Quick Build”一步一步进行操作时,出现上述错误。

我从 bitbake 的初始输出如下:

构建配置:

BB_VERSION           = "1.44.0"

BUILD_SYS            = "i686-linux"

NATIVELSBSTRING      = "universal"

TARGET_SYS           = "x86_64-poky-linux"

MACHINE              = "qemux86-64"

DISTRO               = "poky"

DISTRO_VERSION       = "3.0"

TUNE_FEATURES        = "m64 core2"

TARGET_FPU           = ""
yocto bitbake
2个回答
0
投票

该错误出现在 Ubuntu 16.04LTS 中的 Yocto 3.0 中。当我 git checkout yocto 2.7.1 时,我没有收到错误。


-2
投票

我对宙斯也有同样的问题。我将错误报告推送到 bugzilla 数据库。 http://bugzilla.yoctoproject.org/show_bug.cgi?id=13842

© www.soinside.com 2019 - 2024. All rights reserved.