Tool/software: TI C/C++ Compiler
Hi,
I made now a deeper test encountering a problem. The Compiler works, but when linking its says:
error #16004-D: file "/share/opt/ti/tm4c129/curve25519/libCurve25519.a<x25519-cortex-m4-gcc.o>" has a Tag_ABI_VFP_args attribute value of "0" that is different than one previously seen ("1"); combining incompatible files
error #16012-D: file "/share/opt/ti/tm4c129/curve25519/libCurve25519.a<x25519-cortex-m4-gcc.o>" does not preserve 8-byte alignment of 8-byte data, but other input files require this; incompatible files
I set for gcc the options -mfloat-abi=hard -mfpu=fpv4-sp-d16
in my TI Compiler compile with --float_support=FPv4SPD16
which should be the same here. Actually flloating point is not used at all.
Anyway this doesnot help. Any Ideas?
Regards
Micky