Due to a problem in the Quartus® Prime software and Intel® FPGA SDK for OpenCL™ version 17.0, mmd compilation of the Arria 10 GX development kit may show 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".
The line difference of the Makefile is shown below.
> SUB_DIRS = host util scripts
Remove the word “script”
> SUB_DIRS = host util
This problem is scheduled to be fixed in the next version of the Quartus® Prime software and Intel® FPGA SDK for OpenCL™.