原来是可以编译通过的,升级XSA文件后,出现各种问题,pmufw没法编译通过
xpfw_config.h:14:10: fatal error: xparameters.h: No such file or directory
Vitis 2020.2 - fatal error: xparameters.h: No such file or directory (xilinx.com)
Unfortunately when I try to clean and build my project I get the error: fatal error: xparameters.h: No such file or directory. As well as a second error saying that one of the .h files in my project include directory is not found (but the file is present in the directory, I am not as concerned about this issue as the xparameters.h issue at the moment).
The issue has been solved. The issue was in the bsp settings, not all of the supported libraries needed were selected, in the settings I went in and checked the boxes with the required libraries that contained the .h files that were not found and then after cleaning and building the projects this removed the issue I was having.