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/TM4C1294NCPDT: TM4C1294

Part Number: TM4C1294NCPDT

Tool/software: Code Composer Studio

Hi All,

               I am using TM4C1294NCPDT micro controller for my new development with CCS7.20 compiler, I wrote some code also, when I try to compile its shows error as "Make path not found". I am attached screen shot below.

Help me to solve this.

 

Thanks in advance,

 

Regards,

Santhosh

 

 

 

  • Santhosh,

    Did you create a new CCS project or start with an example project that you imported into CCS?

    In the Project Properties->Build->Builder tab, is it set to use the default build command (like below)? This is the correct setting and with this it should be invoking gmake from the CCS installation and not "make". If it is calling make in your project then some setting is incorrect.

    My suggestion would be to first import and build one of the example projects from the TivaWare package, and verify that it builds fine. If that is successful then either try to use one of them as a baseline and build upon it, or create a new CCS project and your source files to it.