This is observed in the Intel® Quartus® Prime Pro Edition Software version 21.3 and onwards when building an application project for Nios® V Processor System due to incompatibility with specific Command Prompt version in Windows.
This problem is fixed starting with the Intel® Quartus® Prime Pro Edition Software version 21.3 with the steps below:
-
Use the Ninja generator, instead of the Unix Makefile generator. For example,
-
Use cmake -G “Ninja” to replace the cmake -G “Unix Makefiles” command.
-
Use ninja -C software/app/build to replace the make -C software/app/build command.
-
Use the PowerShell throughout the build process to replace the Command Prompt
This problem is fixed starting with the Intel® Quartus® Prime Pro Edition Software version 22.1.