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.

StarterWare 02.00.00.07 with Linux CCS

This is for those using Linux CCS with StarterWare 02.00.00.07.  The CCS project files in the starterware are Windows oriented, so some modifications are needed to make them work under Linux CCS.  

Note that the arm tool names have changed:

ofd470 -> armofd

hex470 -> armhex

So replace anything <name>470.exe with arm<name>.  Don't have '.exe' in the tool name.

For other tools that end with .exe such as tiimage.exe, delete '.exe'

1 project only:  In Build properties, Post Build steps, Command text box, modify the tool names as explained above.

All projects: 

- (optional) tar AM335X_StarterWare_02_00_00_07/build/armv7a/cgt_ccs as a backup in case something goes wrong.

- with your favorite search and replace tool, find all .cproject files under AM335X_StarterWare_02_00_00_07/build/armv7a/cgt_ccs/am335x/<board> and make the above replacements.

If tiobj2bin can't be found, run the installer again and select Stellaris Cortex M.

Verification:  build the project and check that the Problems and Console tabs show no errors.