cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get STM32CubeIDE to 'see' arm_math functions ?

MLawr
Associate III

STM32CubeIDE is not 'seeing' the arm_math functions, although I have installed them and I have #included arm_math.h

6 REPLIES 6
Piranha
Chief II

Not "seeing" is not a useful description. Post the particular error text here.

MLawr
Associate III

I get messages '..function not found..' when I build the project.

ANist
Associate III

You should add the include directories within the project - options - build - tool chains - gcc compiler. I don't remember right now the exact options path but is should be something similar

ANist
Associate III

Additionally, what do you mean by I've installed?

That is also not a full description. Are you able to do a simple copy and paste? Post the full and exact error text!

TDK
Guru

It sounds like you’re not including the libraries in the linker command. Not sure how to do that in stm32cubeide but maybe that’ll give you something to search for.

If you feel a post has answered your question, please click "Accept as Solution".