Hi,
We are currently using the DS5 ARM C/C++ Compiler for ARMv8, 4.9 [Build 422] and we are facing some issue with the --fpu=SoftVFP option.
While using this option we have the following error messages:
Error: C3003E: FPU SoftVFP is incompatible with selected CPU option
The cpu options that we are using are the following ones:
-E --cpu=8-A.64 --no_unaligned_access --debug -c -W
Is someone already face this issue?
Thanks and regards,
Nicolas
Why do you want to specify SoftVFP?
Floating point and NEON are both mandatory in hardware for ARMv8-A, so you may as well use the hardware ...
Pete