[xsde-users] Buidling libxsde with clang: -mfp32 argument not used during compilation

Boris Kolpackov boris at codesynthesis.com
Mon Feb 8 08:53:15 EST 2021


CHABOCHE Alexandre <alexandre.chaboche at trixell-thalesgroup.com> writes:

> clang     -I.. -O2 -target armv7a-none-eabi -mfp32 [...]

I looked into -mfp32 and from Clang's documentation is appears that
it only applies to MIPS. Seeing that your target is armv7a, it does
not make sense to specify it, which is the reason for Clang's warning.
I believe you can safely drop it from this configuration.



More information about the xsde-users mailing list