核心图像最小失败
Core image minimal fails
我正在使用 bitbake core-image-minimal
在 Opensuse Tumbleweed 上构建 Yocto 最小图像,但出现错误
qemu-native/4.1.0-r0/qemu-4.1.0/linux-user/syscall.c:7657: undefined reference to 'stime'
| collect2: error: ld returned 1 exit status
一些谷歌搜索发现了一些引用这个的已知错误,这似乎是由 glibc 在较新版本中从 time.h 中取出 stime 引起的。
来源:
https://wiki.gentoo.org/wiki/Glibc_2.31_porting_notes/stime_removal
所以我的问题是如何解决这个问题?我想尽可能避免回滚 c 库,但如果没有其他选择,我想我别无选择。
您使用的是哪个 oe-core 版本?是宙斯吗?我认为它已经在刚刚发布的 dunfell 中修复了。
查看 oe-core 提交 2cca75155baec8358939e2aae822e256bed4cfe0
我正在使用 bitbake core-image-minimal
在 Opensuse Tumbleweed 上构建 Yocto 最小图像,但出现错误
qemu-native/4.1.0-r0/qemu-4.1.0/linux-user/syscall.c:7657: undefined reference to 'stime'
| collect2: error: ld returned 1 exit status
一些谷歌搜索发现了一些引用这个的已知错误,这似乎是由 glibc 在较新版本中从 time.h 中取出 stime 引起的。
来源: https://wiki.gentoo.org/wiki/Glibc_2.31_porting_notes/stime_removal
所以我的问题是如何解决这个问题?我想尽可能避免回滚 c 库,但如果没有其他选择,我想我别无选择。
您使用的是哪个 oe-core 版本?是宙斯吗?我认为它已经在刚刚发布的 dunfell 中修复了。
查看 oe-core 提交 2cca75155baec8358939e2aae822e256bed4cfe0