XILINX IDE开发错误类型总结(持续更新...)

1. 首次在ubuntu18.04.4运行HLS报错,错误类型:stidio等头文件找不到

原因:没有安装gcc等代码库

解决方法:安装即可库即可

sudo apt-get install gcc
sudo apt-get install gcc-multilib

2. vivado关键警告/错误

错误描述:

[BD 41-1356] Slave segment </processing_system7_0/S_AXI_HP0/HP0_DDR_LOWOCM> is not mapped into </axi_vdma_0/Data_MM2S>. Please use Address Editor to either map or exclude it.

原因:没有分配地址

解决方法:address editor界面右击失败的接口,选择 assign address(自动分配地址)或者assign all

 3.ERROR:  OE-core's config sanity checker detected a potential misconfiguration.

 错误描述:

 原因:petalinux2018.2 不支持Ubuntu 18.04 !!!

解决方法:重装系统(笑哭~),安装petalinux2018.2 支持版本,ubuntu16.04.3

4. petalinux2018.2错误: components/yocto/source/aarch64/layers/meta-xilinx/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2018.2.bb:do_compile) failed with exit code '1'

 错误描述: 

原因:PetaLinux 中 u - boot 配置的有问题 

解决方法:重新执行petalinux-config --get-hw-description 进入misc/config system configuration 设置 xilinx_zynqmp_zcu102_rev1_0_defconfig

5. petalinux2018.2错误: components/yocto/source/aarch64/layers/meta-xilinx-tools/recipes-bsp/fsbl/fsbl_git.bb:do_compile) failed with exit code '1

原因:安装PetaLinux工具所需的最低配未满足,8核和8GB RAM

解决方法:按要求安装指定版本ubuntu系统

6.命令行进行软件仿真出错: @INC (you may need to install the Expect module) (@INC contains: /etc/perl

原因:未安装perl或默认安装perl路径不对

解决方法:安装或卸载重新安装perl

步骤如下:

1. 进入官网下载上述报错过程中的指定版本(本人需要下载5.26.1版本)

官网:https://www.cpan.org/src/5.0/

2. 解压后进入包目录下(以下指令依次执行)

tar -xzf perl-5.x.y.tar.gz
cd perl-5.x.y

3.  执行配置等指令(以下指令依次执行)

./Configure -des -Dprefix=$HOME/localperl
make
make test
make install

 

 

 

  • 0
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值