STM32 v1.11.0 Update crashes
I have a project that uses the math library and builds using STM32 V1.8 and V1.7 of the AC6 Arm compiler.
I am linking withe the following libraries
m
:arm_cortexM4lf_math.lib
After updating to the latest versions of the workbench and compiler I now get the following problems:
1) warning of an implicit declaration of pow10
2 ) linker crashes during the build
Have you any ideas on what settings have changed in the latest versions to break my build