Hello,
I'm having difficulty figuring out how to disable the flag in the compiler so that it doesn't generate the floating point instructions. I'm using CCS. It always seems to force the following condition:
--float_support: should be one of {VFPv2,VFPv3,VFPv3D16,vfplib,fpalib,FPv4SPD16}
How can I disable this FPU support flag? Please note I'm not interested in Enabling/ Disabling the FPU core itself, that I can manage.
Thank you,