Due to a problem in the Intel® Quartus® Prime Software and Intel® FPGA SDK for OpenCL™ version 17.0, mmd compilation of the Intel® Arria® 10 GX Development Kit may show the following error:
make: *** scripts: No such file or directory. Stop.
make: *** [scripts] Error 2
This is a Makefile problem where the flow is looking for the “Scripts” directory in "<install_directory>\hld\board\a10_ref\source".
To work around this problem, remove the word “scripts” from the following line in "<install_directory>\hld\board\a10_ref\source\Makefile".
Original line:
> SUB_DIRS = host util scripts
Updated line with the the word “script” removed:
> SUB_DIRS = host util
This problem is fixed beginning with the Intel® Quartus® Prime Software version 17.1 and Intel® FPGA SDK for OpenCL™.