由于 DevCloud 环境中的英特尔® OneAPI 版本 2022.3 出现问题,当您运行基于属性 -Xprofile 的编译时,可能会在后端配置文件传递中看到此错误。
要解决 Devcloud 中的这一问题,请按照以下步骤操作:
- 关闭 -Xprofile 标志(在您的 Makefile 语中用句子表示:dpcpp -fintelfpga -Xsboard=intel_s10sx_pac:pac_s10 -Xspointware -Xsprofile -fsycl-link=image main.cpp -o smc_fpga_dev.a)
- 保存 您的 Makefile
- 再次编译