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.

My project fails to build saying there are errors but there are no errors shown

Other Parts Discussed in Thread: SYSBIOS

I recently moved my project to a new computer running Windows 10, along with the latest install of Code Composer ( Version: 6.1.1.00022).

Every file builds successfully but then it ends with:

making ../src/sysbios/sysbios.aem4f ...
gmake[2]: Nothing to be done for `all'.
gmake[1]: Target `main-build' not remade because of errors.
gmake: *** [all] Error 2

**** Build Finished ****

I search through everything and there are no actual errors but it won't build.

  • Hi,

    I suspect something went wrong with your SYSBIOS configuration (the file sysbios.aem4f is automatically built). In this case, can you try one or two things?
    - either right-click on the project and select "Rebuild Project" or
    - delete the entire project output directory (typically named "Debug" or "Release") and try to rebuild the project?

    Sometimes an intermediate build file gets corrupt or outdated and the build is fooled into thinking the project output files are up-to-date.

    Hope this helps,
    Rafael