mirror of https://github.com/ARMmbed/mbed-os.git
The -mcpu=cortex-a9 flag conflicts with the march=armv7-a flag. Opted to keep mcpu=cortex-a9 as it is more specific and allows GCC to perform better optimization. The compiler is also changed to use soft-float ABI as it was necessary to successfully build. Without it the application appears to be built with soft-float ABI and it conflicts with the previous setting which was built with hard-float ABI. This may be related to: https://gitlab.kitware.com/cmake/cmake/-/issues/21173 |
||
---|---|---|
.. | ||
Cortex-A9.cmake | ||
Cortex-M0+.cmake | ||
Cortex-M0.cmake | ||
Cortex-M1.cmake | ||
Cortex-M3.cmake | ||
Cortex-M4.cmake | ||
Cortex-M4F.cmake | ||
Cortex-M7.cmake | ||
Cortex-M7F.cmake | ||
Cortex-M7FD.cmake | ||
Cortex-M23-NS.cmake | ||
Cortex-M23.cmake | ||
Cortex-M33-NS.cmake | ||
Cortex-M33.cmake | ||
Cortex-M33F-NS.cmake | ||
Cortex-M33F.cmake | ||
Cortex-M33FE-NS.cmake | ||
Cortex-M33FE.cmake | ||
Cortex-M55.cmake |