This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: Error: Program "make" is not found in PATH

Tool/software: Code Composer Studio

I am attempting to compile the example eqep_pos_speed for the LaunchPad-F28377S using CCS v7.  The example compiled using CCS v6.2 but now I receive the error message "Error: Program "make" is not found in PATH".  I have searched but have not found the library or directory containing the program "make" so I cannot add it to PATH.  

I believe that my problem is with CCS since make.  I uninstalled CCS v7 and deleted the installation directory and reinstalled CCS v7 but the problem persists.  My thanks in advance for any advice.

  • Hi,

    There are some reports where this error happens if you are either sharing the workspace with previous versions of CCS (where the projects are not fully migrated to the new version) or if you imported the project as a C/C++ Project (and not as a CCS Project).

    In this case, I would try the following:
    - Create a new workspace for CCSv7
    - Import the existing project from CCSv6.2 by going to menu Project --> Import CCS Projects

    Hopefully that describes the scenario you are seeing.

    Hope this helps,
    Rafael
  • Hello Rafael:

    It worked.  Thank you.

    Regards,

    Karl