赞
踩
此硬件平台中,包含有AXI接口类型的ip。在vitis编译硬件平台时,经常会报错,常用的解决方法是,按照下图修改对应文件夹下的makefile文件
INCLUDEFILES=$(wildcard *.h)
LIBSOURCES=$(wildcard *.c)
OUTS = $(wildcard *.o)
1.路径 hw/drivers/ip_name/src下的makefile
2. 路径 ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_name/src
3.路径zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_name/src
此头文件是在vitis内部创建的,并不包含axi接口
解决方法:在应用工程上右键单击,单击properties。
找到C/C++ General --> Paths and Symbols,在右边的Includes选项卡上点击Add按钮:
点击Workspace按钮,选择包含头文件的文件夹
即可编译成功
解决方法:
write_debug_probes -force xxxxx.ltx
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。