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.

TMS320F28388D: TMS320F28388D

Part Number: TMS320F28388D

Tool/software:

Hi,

We are working with our own make file. And in CCS--> Properties --> Build --> Build command we have given the command as make

It shows program make found not in path. We have ensured the make file exists in the project directory. Also added the MYSY2 installation path in system environment variables. 

Also ensured the folder have full control. Still the tool doesn't find the make file path. We are able to compile the program using terminal but not with CCS.

Regards

Manoj.R

  • Hi Manoj,

    I assume you are using CCS Eclipse (12.x or earlier).

    And in CCS--> Properties --> Build --> Build command we have given the command as make

    Can you show me a screenshot of this?

    Thanks

    ki

  • Hi,

    Attached as per your request.

    Regards

    Manoj.R

  • It shows program make found not in path. We have ensured the make file exists in the project directory.

    CCS does not looks for the make utility in the project directory. Please specify the full path to make or add the directory to the system path.

    Thanks

    ki

  • Hi Ki,

    You mean to say to give the full path to Build Command tab . Please note already the Build directory is the workspace. And in the workspace I have kept the Makefile. And in the Build --> C2000 Compiler --> Include Options I have included the whole workspace.

    Thanks

    Manoj.R

  • You mean to say to give the full path to Build Command tab

    Yes.

    Please note already the Build directory is the workspace. And in the workspace I have kept the Makefile. And in the Build --> C2000 Compiler --> Include Options I have included the whole workspace.

    These do not apply.

    For the utility specified in the build command ("make" in your case), if the path to it is not specified also, then CCS will look in the below locations for "make":

    - The project build configuration subfolder

    - Directories specified in the system path (i.e. "PATH" environment variable on windows)

    If it can not find it in those locations then it will not be able to run.

  • Hi Ki,

    Even though my make file is in the project configuration folder. The make file is not getting detected by CCS. Could you please give me some points why make file is not found ?

    Regards

    Manoj.R

  • The issue is not the make file. The issue is that CCS cannot file the make utility. If the make utility itself is not in the project configuration subfolder then you need to specify the path to it in the build command or add the path to the system PATH.