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.

AM5728: create sample ccs project

Part Number: AM5728

to create sample project that will run on Linux from CCS I am doing the following:

new ccs project

cortex A, target : AM572X Cortex A15

AM5728_RevA

I downloaded compiler: GNU v9.2.1

I get this error:


subdir_rules.mk:7: recipe for target 'hello.o' failed
aarch64-none-elf-gcc-9.2.1: error: unrecognized command line option '-marm'
gmake: *** [hello.o] Error 1
aarch64-none-elf-gcc-9.2.1: error: unrecognized command line o


please advice