Part Number:OMAP-L138
I am using the ARM of the OMAP-L138
Code Composer Studio 5.5
I am using SYS/BIOS
Target processor version is set to 5e
Designate code state is set to 32
Floating point support is set to VFPv2
When I change floating point support from vfplib to VFPv2, I get the error:
Tag_ABI_VFP_args attribute value of "0" that is different than one previously seen ("1"); combining incompatible files
If I remove some of the functions that use floating point numbers, I do not get this error. I read some of the previous posts about this error. Most of them talk about using a library that was not compiled with the correct flags. I am not using any libraries like that.
If I try to use --diag_suppress=16004 then my code crashes and says “ti.sysbios.family.arm.exc.Exception: line 180: E_undefinedInstruction:”
Is there something else that I need to do to use the floating point coprocessor of this ARM 9E? Thanks.