error in compiling with -fast-compile option on pac_s10_dc
I am compiling the vector_add.cl example on board pac_s10_dc. However, I've received the following error message: Error: Could not open afu_opencl_kernel.fit.rpt for reading.
This is similar to the earlier post at https://community.intel.com/t5/Application-Acceleration-With/The-option-of-aoc-17-1-1-quot-fast-compile-quot-cannot-work-well/td-p/650134
I am wondering if -fast-compile option is not supported on pac_s10_dc board.
Here is my compiling env
export QUARTUS_HOME=/opt/intelFPGA_pro/quartus_19.2.0b57/quartus
export OPAE_PLATFORM_ROOT=/opt/intel/fpga-d5005/inteldevstack/d5005_ias_2_0_1_b237
export AOCL_BOARD_PACKAGE_ROOT=/opt/intel/fpga-d5005/inteldevstack/d5005_ias_2_0_1_b237/opencl/opencl_bsp
$OPAE_PLATFORM_ROOT/bin is in PATH already
export INTELFPGAOCLSDKROOT=/opt/intelFPGA_pro/quartus_19.2.0b57/hld
export ALTERAOCLSDKROOT=/opt/intelFPGA_pro/quartus_19.2.0b57/hld
$QUARTUS_HOME/bin is in PATH already
source /opt/intelFPGA_pro/quartus_19.2.0b57/hld/init_opencl.sh