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.

TMS320F280039C: Program "make" not found in PATH

Part Number: TMS320F280039C
Other Parts Discussed in Thread: C2000WARE

Hello!

When I was importing a new project, build appeared, Program "make" not found in PATH, I searched for some methods that did not solve my problem well! Make path, I saw that in the C: / ti/ccs1110 / CCS/eclipse/jre/bin/client did not make inside, but in the C: \ ti \ ccs1110 \ CCS \ utils \ bin there, So I added the PATH to the properties and I built it again, but it didn't work, right

make clean
Cannot run program "make": Launching failed

Error: Program "make" not found in PATH
PATH=[C:/ti/ccs1110/ccs/eclipse/jre/bin/client;C:/ti/ccs1110/ccs/eclipse/jre/bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Microsoft VS Code\bin;C:\Program Files\Git\cmd;C:\Program Files\mingw64\bin;;C:\TDM-GCC-64\bin;C:\TDM\bin;C:\Program Files\TortoiseSVN\bin;C:\Users\Admin\AppData\Local\Microsoft\WindowsApps;C:\ti\ccs1110\ccs\eclipse;C:\ti\ccs1110\ccs\utils]

11:07:51 Build Failed. 1 errors, 0 warnings. (took 354ms)

  • I hope to get your help, thank you very much

  • Qing,

    If you are starting a new project, I will recommend you to use empty_project.

    Have you installed C2000Ware SDK. If no, then please install the SDK. It can be downloaded from here

    If you have installed C2000Ware, then please import the empty_project

    C:/ti/c2000/C2000Ware_4_02_00_00/driverlib/f28003x/examples/empty_projects

    Once you can compile and build the project, you can rename the project for your application. This way it will have all the include path for compiler, linker will be included and also the predefined symbols needed, and linker command files will be included in the project and you can get going very fast.

    Regards, Santosh

  • Hi Santosh,

    This project was sent to me by a colleague, so it is not a new project. I do not know what caused this error and my CCS110 folder also contains the make.exe file, but the imported project could not find it, I added the PATH is still invalid. The above two questions are what I want to ask, and I hope to get help. Thank you very much

    Regards,Qing

  • Hi Qing,

    When you import the project, it is giving any error? Which compiler version original project is using?

    Regards, Santosh