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/PROCESSOR-SDK-AM437X: Auto generated startup file on project creation

Part Number: PROCESSOR-SDK-AM437X


Tool/software: Code Composer Studio

Hi All,

We are creating project setup text files for creating a baremetal project for AM437x. We are using project setup files for baremetal environment. While creating a baremetal project (using script or using CCS GUI), a start-up file ‘startup_ARMCA8.S’ is getting created by default. This is causing errors for the examples as our libraries already have a start-up code. Do any one know if there is a way to avoid ‘startup_ARMCA8.S’ generation while creating the baremetal projects. This issue is observed only with GNU tool chain, no start-up code is generated with TI CGT.

  • Hi,

    Unfortunately no. Creating a baremetal project for the specific device will always pull the initialization and linker CMD files.

    Cortex A9 cores are not well supported by the TI compiler, therefore no baremetal files are added.

    Regards,
    Rafael