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