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.

CCS/TM4C123GH6PM: NO .out file from Code composer studio building

Part Number: TM4C123GH6PM


Tool/software: Code Composer Studio

the project builds successfully with no errors and still no .out file generate.
Here is a screenshot of the building process output and as you can see the debug folder doesn't contain a .out file.Thanks in advance

  • The build output shows a couple of warnings that say "linker input file unused because linking not done". Taking a look at the options, I see the -c option, which when passed to gcc tells it to compile only and not run the linker. That is the reason the .out file is not being generated. 

    I don't know how or why the -c option was added to this project, though. If you go into the Project Properties->Build->GNU Linker, check if the -c options is set (perhaps under Miscellaneous options), and if so, remove it and try to rebuild the project, and let us know if it works.

  • I did but it didn't solve the problem at all , it caused errors in the startup file generated with the project.
    Any other suggestions ?
  • Could you zip up the entire project folder and attach it here so we can reproduce the error?
    It will be easier for us to diagnose the issue if we have the project.
  • I have installed an older version of CCS (7.1) and it works just fine :D it built the same program and generated the .out file . I think version 7.2 didn't work correctly on my PC that's all because it worked on the brother's PC .I wish this could help others.
    thank you for you help ^_^