Skip to main content
BFlin.1
Associate II
January 11, 2023
Solved

Compiling with CIMSIS DSP LIBARY

  • January 11, 2023
  • 2 replies
  • 2119 views

I followed

https://community.st.com/s/article/configuring-dsp-libraries-on-stm32cubeide

to install.

The linker is saying cannot find -larm_cortexM4lf_math.

Hears is the project settings 

0693W00000Y80MdQAJ.jpgI followed

https://community.st.com/s/article/configuring-dsp-libraries-on-stm32cubeide

to install.

The linker is saying cannot find -larm_cortexM4lf_math.

Hears is the project settings

I am stuck, so hoping you can help...

This topic has been closed for replies.
Best answer by KnarfB

You didn't. In that article, DSP folder is a sibling to Device, in your porject, it is a child folder.

Also avoid using relaive paths, use the provided macros.

hth

KnarfB

2 replies

KnarfB
KnarfBBest answer
Super User
January 11, 2023

You didn't. In that article, DSP folder is a sibling to Device, in your porject, it is a child folder.

Also avoid using relaive paths, use the provided macros.

hth

KnarfB

BFlin.1
BFlin.1Author
Associate II
February 3, 2023

Thank you fixed it.