"first defined here" error with CMSIS DSP 1.15 (STM32H750IBTx)
Hello,
I am trying to use the newest cmsis dsp library (v1.15) to implement a vector matrix implementation. I am running into a "first defined here error" when trying to build with the cmsis dsp library (v1.15). I created an empty project just to try out building a project with the library included. I am running into the same issue there.
I am using STM32CubeIDE version 1.13.1 and an STM32H750 with an M7.
If I understand correctly, CMSIS v 1.15 does not have a "lib" folder anymore like the older versions and only the Include, PrivateInclude and Source folders must be integrated. Therefore the instructions in Configuring DSP libraries on STM32CubeIDE - STMicroelectronics Community are not helpful to me.
Here you can see the folders I included.
Am I missing something? How can I use the newest CMSIS library? I couldn't find any helpful documentation on the internet.
Thank you,
Leonard

