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.

[FAQ] PGA900: I am having trouble compiling my code in CCS

Part Number: PGA900
Other Parts Discussed in Thread: PGA970,

Tool/software:

I am trying to build firmware in CCS for use with PGA900 or PGA970. I am running into errors while compiling my code. What is going wrong?

  • CCS v12.8 is TI's preferred version when writing firmware for PGA900 and PGA970. All the errors below are relevant to CCS v12.8.

    Here are some common issues:

    • You did not install the PGA feature set when you downloaded CCS
    • You did not copy rtsv6M0_T_le_eabi.lib into the following path: C:\ti\ccs1281\ccs\tools\compiler\ti-cgt-arm_20.2.7.LTS\lib
      • Since you're using CCS v20, the path will look a little different
    • You did not initialize the device definition:
      • You need to delete some files after updating the properties
    • Your error is "Program "make" is not found in PATH"
    • Your error is "fatal error: cannot open source file "pga970_platf.h"
    • Your error is "unresolved symbols remain"