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/LAUNCHXL-F28377S: unresolved symbol compile error

Part Number: LAUNCHXL-F28377S

Tool/software: Code Composer Studio

Hello TI community,

I am currently trying to combine a few of the example codes into one file. I followed the firmware guide for creating a new CCS project. I linked the common source files such as F2837xS_Adc.c to my CCS project. When I compile I get a bunch of errors and I am not sure where they are coming from.

  • Hi Brenden,

    It looks like you're missing some things from the F2837xS_headers folder.

    1. Add F2837xS_headers/source/F2837xS_GlobalVariableDefs.c to your project
    2. Add F2837xS_headers/cmd/F2837xS_Headers_nonBIOS.cmd to your project
    3. Make sure the path to F2837xS_headers\include is in the #include path in your compiler settings

    Thanks,

    Whitney