Tool/software:
Hi,
I am new to the SK-AM62 EVM . Can someone guide me on how to execute a program with GPIO interrupt with FreeRTOS. I am using the SDK 10.01.00, I looked into the document example, there seem to be no example for m4fss0-0_freertos. I tried to do the example give for a53ss0-0, it gives me an error when I'm trying to build the program
Console output :
arm-none-eabi-gcc-9.2.1.exe: error: unrecognized argument in option '-mabi=lp64'
arm-none-eabi-gcc-9.2.1.exe: note: valid arguments to '-mabi=' are: aapcs aapcs-linux apcs-gnu atpcs iwmmxt
arm-none-eabi-gcc-9.2.1.exe: error: 'cortex-a53' does not support feature 'fp'
arm-none-eabi-gcc-9.2.1.exe: note: valid feature names are: crypto nofp; did you mean 'nofp'?
arm-none-eabi-gcc-9.2.1.exe: error: 'cortex-a53' does not support feature 'simd'
arm-none-eabi-gcc-9.2.1.exe: note: valid feature names are: crypto nofp
arm-none-eabi-gcc-9.2.1.exe: error: unrecognized command line option '-mcmodel=large'
arm-none-eabi-gcc-9.2.1.exe: error: unrecognized command line option '-mstrict-align'; did you mean '-Wstrict-aliasing'?
arm-none-eabi-gcc-9.2.1.exe: error: unrecognized command line option '-mfix-cortex-a53-835769'; did you mean '-mfix-cortex-m3-ldrd'?
arm-none-eabi-gcc-9.2.1.exe: error: unrecognized command line option '-mfix-cortex-a53-843419'; did you mean '-mfix-cortex-m3-ldrd'?
gmake: *** [main.o] Error 1
gmake: Target 'all' not remade because of errors.