Hi everyone,
I'm trying to use arm compiler 9.3.1 (for windows OS) for TMS570LC43 board but the compiling doesn't successful since the arm compiler 9.3.1 libraries are compiled in LE.
If anyone can help me out it would be so appreciated.
Below the error logs:
C:/ti/ccs1011/ccs/tools/compiler/gcc-arm-none-eabi-9-2020-q2-update-win32/bin/arm-none-eabi-gcc-9.3.1.exe" -mfpu=vfpv3-d16 -O2 -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -mbig-endian -mcpu=cortex-r5 -Wl,-Map,"TMS570LC4357_GCC_Example.map" -mcpu=cortex-r5 -mfpu=vfpv3-d16 -mfloat-abi=hard -mbig-endian -o"TMS570LC4357_GCC_Example.out" ...............ect.
makefile:164: recipe for target 'TMS570LC4357_GCC_Example.out' failedc:/ti/ccs1011/ccs/tools/compiler/gcc-arm-none-eabi-9-2020-q2-update-win32/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld.exe: c:/ti/ccs1011/ccs/tools/compiler/gcc-arm-none-eabi-9-2020-q2-update-win32/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v7+fp/hard/crti.o: compiled for a little endian system and target is big endian
...
BR
Andrea