gpt4 book ai didi

yocto - 没有通过 LDFLAGS? [ldflags]

转载 作者:行者123 更新时间:2023-12-04 10:07:58 31 4
gpt4 key购买 nike

我创建了一个食谱,总结如下:

do_install() {
install -d ${D}/GreenTea
cp ${S}/foo.sh ${D}/GreenTea
cp ${S}/foo.so ${D}/GreenTea

当 bitbake 这个食谱时,它显示:没有通过 LDFLAGS? [ldflags]

ERROR: greentea-1.0-r0 do_package_qa: QA Issue: No GNU_HASH in the ELF binary /home/tea/greentea4/build/tmp/work/corei7-64-poky-linux/greentea/1.0-r0/packages-split/greentea/GreenTea/foo.so, didn't pass LDFLAGS? [ldflags]

我能做什么?

最佳答案

如果您自己编译源代码,则不应跳过 @jussi-kukkonen 提到的 LDFLAGS 警告你应该在你的 Yocto 食谱中添加以下行

TARGET_CC_ARCH += "${LDFLAGS}"

引用:How to fix : ERROR: do_package_qa: QA Issue: No GNU_HASH in the elf binary

关于yocto - 没有通过 LDFLAGS? [ldflags],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61473077/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com