Loading...
 
Skip to main content

System Workbench for STM32


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

After much investigatin I have found that the linker crashes when trying to link with the CMSIS math library.
I have updated CubeMx and STMCube_FW_L4 to the latest versions (4.18 and V1.6.0) to no avail.

Any ideas?