Hello
I am trying to use the F035 Flash API with a TMS570, using Code Composer Studio.
I am trying to use the "pf035a_api_eabi_vfp.lib" file, as my Build options are set to:
-mv7R4
-abi = eabi
-float Support = VFPv3D16
So according to what I've read, this should be the correct library file to use.
When I build my project the compiler comes back with an error saying that the
object files have incompatible enumeration types (pf035a_api_eabi_vfp.lib = packed)
In my Build Properties under Runtime Model Options I have my --enum_type set to "int".
If I change my --enum_type to "packed", the project builds successfully. Is there a way I can build my
project without having to change my enum types. (i.e. I do not wish to use packed enums)
Regards
Kieran