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.

TMS320F2812: No rule to make target 'clean' or 'all'

Part Number: TMS320F2812

I have an existing project from an older computer and compiler.  i am now using CCS 11.2.  I have tried importing the project multiple times, and also created a new workspace, but I continue to get the following messages when I attempt to rebuild the project:

**** Clean-only build of configuration Release for project Z1001-096 ****

"C:\\ti\\ccs1120\\ccs\\utils\\bin\\gmake" -k clean

gmake: *** No rule to make target 'clean'.

**** Build Finished ****

**** Build of configuration Release for project Z1001-096 ****

"C:\\ti\\ccs1120\\ccs\\utils\\bin\\gmake" -k all

gmake: *** No rule to make target 'all'.

**** Build Finished ****

I have repeatedly checked for any inconsistencies in file locations and have resolved the inconsistencies.  Any other suggestions on what to try?

Thank you very much!

Sandy

  • Hello Sandy,

    Have you verified that the names of the projects are not in conflict with what's being built? Also, if you check the linked resources in your project properties, are all file paths correct?

    Best regards,

    Omer Amir

  • Omer,

    Thankfully, I found the issue earlier last night.  Please see the screens below.  The build location was incorrect when the Generate Make Files automatically was set and I was unable to change the location.  I had to uncheck the Generate Make Files automatically in order to have the correct directory so that the gmake file could find the files.

    Thank you!

    Sandy

  • Omer,

    One more quick note, I do not consider this to have resolved my issue, because I do want CCS to Generate the Make File automatically but I am unable to because the build directory that is generated is not correct and that field is not available for edit.   I would appreciate to hear your thoughts.

    Thank you!

    Sandy

  • Hi Sandy, would it be possible for us to get a copy of the original project to allow us to reproduce the issue?  I can provide a private upload location, but I understand if you cannot share it.

  • Hi Andy,

    I would prefer not to share the project, thank you for understanding.  Is it not possible to delve into why CCS generates a bad directory for the gmake to operate on and why it is unavailable for modification.  CCS generates ${workspace_loc:/Z1001-096}/Debug     I am not familiar with the right brace including the project designation, I am used to the braces around the symbol name.  What is the purpose for this?   On the other hand, however it translates, the gmake is still operating on the incorrect directory.

    Thank you very much!

    Sandy

  • Thanks for the reply Sandy. You're right, the project probably isn't needed. It was potentially helpful shortcut.

    Do you know the CCS version being used on the old computer?  I tried importing an example from CCS v7, but I did not see this issue.