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/TM4C123AH6PM: Cannot build new project

Part Number: TM4C123AH6PM

Tool/software: Code Composer Studio

Why doesn't CCS find my include files. The path is in the compiler settings. Getting multiple unresolved symbol errors for functions which are in the search path.

I can only import examples which build properly but if I try to create a new empty project it is a pain in the ass.

Using the latest version 8.

  • Michael Seiler said:
    Getting multiple unresolved symbol errors for functions which are in the search path.

    Unresolved symbol errors are typically due to missing libraries. Please see this link that explains this fairly common linker error. 

    The TivaWare example projects can give you an idea of which libraries to link in when using different peripherals, and where/how to specify them in the Project's build settings.


  • Ok so I solved this issue but now I get this fault?

    fatal error #6001: cannot open file "C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/include": Permission denied
  • I suspect that this include path may be entered in the wrong field in the project properties (similar to this post).

    If you could show us the full output that appears in the CCS build console, we could tell for sure if that is the case or not.

  • Since I haven’t heard back from you, I’m assuming you were able to resolve this issue and will be closing this thread. If the issue is not resolved, please feel free to post a reply with the requested information. Thanks!
  • Hi,

    It was just an un-salvageable mess so I started again with the help of this document. In particular lab 2 where they step you through the creation of a new project. I would hope in future versions of CCS it is easier to start with an empty project but I think I had the same issues in ccs v5. Unfortunately it's a while since I used and I forgot the process. Perhaps CCS should come with the Tivaware instead of a separate install. Thanks for your help. I hope other people with the same trouble find this manual. It couldn't be any clearer what to do with this kind of instruction.