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/MSP430F1101: MSP430F5171

Part Number: MSP430F1101

Tool/software: Code Composer Studio

I have installed CCS version 10.0.0 on a PC and all works well (as in previous versions)

Installed in another PC (in wich there was version 9), when I compile I get this error:

Program "make" is not found in PATH

What can i do?

I have unsinstalled and reinstalled of course.

Setting in 2 PCs is identical.

Best regards, Enzo Ternavasio

  • Hello,

    Enzo Ternavasio said:
    Program "make" is not found in PATH

    Can you expose the advanced settings in the project properties and make sure the default build command is being used like below?

    Thanks

    ki

  • Hy,

     i set build command as posted from you (it was "make") but it refuses -k -j 8

    Now i get these errors:

    cannot open source file "intrinsics.h"

    gmake: [AD_ISR.obj] Error 1

    AD_ISR is a routine

    The previous installed version 9, notwistandind the fact that it has been uninstalled, it appears always

    active in windows10 program list along with version 10. Never had these issue in all these years of working

    with CCS.

  • Enzo Ternavasio said:
     i set build command as posted from you (it was "make") but it refuses -k -j 8

    The -j option would vary depending on how many cores your host CPU has.

    Enzo Ternavasio said:
    cannot open source file "intrinsics.h"

    Check you include file search path in your compiler options. Make sure the path to the header file is there.

    Thanks

    ki

  • Hy,

    yes, the include path was not selected in compile options.

    Now it compiles with no errors.

    Thanks, best regards, Enzo Ternavasio.