Closed louisom closed 8 years ago
According to gcc mailing list [PATCH 1/2] Remove -fshort-double (https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02464.html)
CFLAGS -fshort-double has been remove from gcc, testing on aam-none-eabi-gcc version 6.2.0, CFLAGS -fshort-double report error:
arm-none-eabi-gcc: error: unrecognized command line option '-fshort-double'; did you mean '-fshort-enums'?
So, this patch remove -fshort-double from platform/build.mk. Compile success @ stm32f429.
Thanks again for your contributions.
According to gcc mailing list [PATCH 1/2] Remove -fshort-double (https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02464.html)
CFLAGS -fshort-double has been remove from gcc, testing on aam-none-eabi-gcc version 6.2.0, CFLAGS -fshort-double report error:
So, this patch remove -fshort-double from platform/build.mk. Compile success @ stm32f429.