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.

No rule to make target --- error

I am working with F2808, and CCS 4.2.3.00004 - we recently merged some code, and when I did a build on merged code I received an error message:

No rule to make target '../zbb_V3_Hardware_Threads.c' needed by 'zbb_Hardware_Threads.obj'

When I renamed the file, shortening "Hardware" to "Hdwr", I still received the same mesage.

Regards,

Todd Anderson

  • I managed to clean up the error.

    First, I excluded the particular file from build.

    Then, I deleted ALL contents from the project's Debug directory, including the subdirectories.

    I then worked to get an error-free compile by commenting out code that was dependent on the "excluded" file.

    After that, I included the file that had been excluded, and I was able to get back to a normal compile.

    I am still not sure why I received the "No rule to make target" error, but I am back to where I was.

    Hopefully, that helps...

    Regards,

    Todd Anderson