Forum Discussion

SeanAB's avatar
SeanAB
Icon for Occasional Contributor rankOccasional Contributor
2 years ago
Solved

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 ...
  • Gino_Ashling's avatar
    2 years ago

    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.