This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
大家好、
SDK 基本映像在/usr/incude/linux.中不包含多个.h 文件 在 SD 卡上使用它们的最佳方法是什么?
我应该将整个"/board-support/linux-4.../include 文件夹复制到 SD 卡中、还是有更好的方法来实现它?
非常感谢、
Pouyan
Pouyan、您好!
您能否尝试将以下行添加到"Yocto-build/sources/meta-Arago/meta-Arago-DIastro/metice-core/images/tisdk-rootfs-imagebb"中:
image_install += linux-libc-headers
然后重建 rootfs 并查看是否将标头包含在其中?
此致、
Yordan