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.

Linux/AM5728: How to compile ARM executable using CCS

Part Number: AM5728

Tool/software: Linux

Hi ,

I need to compile an arm application into an executable file that I can copy to the rootfs of my board and run.
I have the ti_linux_sdk and am able to cross -compile simple hello world application from command line using the compiler linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc.

I want to compile codebase in CCS instead of writing my own makefiles,

my application uses TI_IPC and other ti libraries.

How can I Setup CCS project to compile the same ?