恢复PREMIRRORS_prepend的结束引号,PetaLinux工程又能正常编译了。 编译日志文件build/build.log如下: 代码语言:javascript 复制 [INFO]Building project[INFO]Sourcing build environmentSDKenvironment nowsetup;additionally you may now run devtool to perform development tasks.Run devtool--helpforfurther details.INFO...
Petalinux在运行命令petalinux-build编译工程的时候产生如下错误 查看报错信息如下 /home/zcc/my/linux-xlnx-xilinx-v2017.4 is not clean, please run 'make mrproper'in the '/home/zcc/my/linux-xInx-xilinx-V2017.4' directory. 原因是我们使用的内核源码不干净,需要清理一下,或者使用一份新的内核源码文件。
修改PetaLinux工程的配置文件project-spec/meta-user/conf/petalinuxbsp.conf后,编译出现下列错误,报告“ERROR: Failed to create workspace directory”。 hankf@XSZGS4:/proj/hankf/zcu106/v202/zcu106-v202-bsp-proj$petalinux-buildINFO:Sourcing build tools [INFO] Building project [INFO] Sourcing build envi...
1.执行命令petalinux-build,报错如下:NOTE: Executing Tasks NOTE: Setscene tasks completed WARNING: ...
建议清除工程重新编译一下,清除命令petalinux-build -x mrproper 朋友,这个我试过了,清除了再build也是...
查看petalinux工程目录下build/build.log记录的构建过程,显示是在链接unzip时出现该错误。因为使用的Ubuntu-20.04上已经有了unzip工具,所以要先弄清楚为什么会构建unzip,是不是之前没有编译unzip就没有报错。 因为之前直接从bsp文件创建工程后是可以构建成功的,所以怀疑是工程被修改后造成构建不过。之前创建了工程后,使用...
在使用的过程中,我发现petalinux-build非常不稳定,时不时出现卡死的情况,搞来搞去非常耗费时间,原因在于:petalinux在编译系统的过程中,需要从网络上下载一些软件包,而这些包很多来自国外网站(罪魁祸首github),所以在编译的时候很容易遇到网络不稳定、连接超时的情况。
ERROR: Failed to build project ---我用Petalinux经常碰到类似的问题,重新配置kernel/rootfs或者编译rootfs会出错(错误信息和代码没有关系)。重新创建一个project,导入硬件信息,把原来project的代码复制过来,再配置编译就可以通过了。不知道是什么原因?嵌入式开发 Like Answer Share 2 answers 707 views Hank 付汉杰...
ERROR: Logfile of failure stored in: /home/ht123/arty/ZYNQLED/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/device-tree/xilinx-v2020.2+gitAUTOINC+f725aaecff-r0/temp/log.do_compile.37615 ERROR: Task (/home/ht123/arty/ZYNQLED/components/yocto/layers/meta-xilinx/meta-xilinx-bsp/recipes-bsp...
下边是build报错的日志,附件也有 make -f /mnt/p2/zu3eg-test/3eg/build/tmp/work/zynqmp_generic-xilinx-linux/u-boot-xlnx/v2020.01-xilinx-v2020.1\+gitAUTOINC\+86c84c0d0f-r0/git/scripts/Makefile.build obj=examples make -f /mnt/p2/zu3eg-test/3eg/build/tmp/work/zynqmp_generic-xilinx-li...