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.