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 ?
