Riscfree complains about missing build program for MinGW Makefiles
I created a NIOS V project with Quartus Prime Lite edition. Used the NIOS V command line to create the BSP using the BSP editor, and then create application project. Using RiscFree IDE, I am able to open the project, but building the project results in an error:
"CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool."
CMAKE was already installed, and I see another version that comes with RiscFree. I thought RiscFree contains all the tools. What am I missing?
Windows 10 is the development OS.
Hi Sean,
It looks like 'MinGW Makefiles' is selected for building the CMake project.
So please change the 'MinGW Makefiles' to 'Unix Makefiles' under the project properties of RiscFree IDE (C/C++ Build > Host OS overrides) so that, it should use the Unix build tools bundled with IDE.