最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

【Zynq 7020】Linux编译问题1

业界 admin 3浏览 0评论
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Required perl module(s) not found: Thread::Queue 


解决办法:
1.打开sanity.conf文件

vim ./components/yocto/layers/core/meta/conf/sanity.conf

2.注释掉 INHERIT += “sanity”

3.然后接着使用 petalinux-build命令重新进行编译

ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Required perl module(s) not found: Thread::Queue 


解决办法:
1.打开sanity.conf文件

vim ./components/yocto/layers/core/meta/conf/sanity.conf

2.注释掉 INHERIT += “sanity”

3.然后接着使用 petalinux-build命令重新进行编译

发布评论

评论列表 (0)

  1. 暂无评论