Skip to main content
MLawr
Associate III
September 27, 2019
Question

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

  • September 27, 2019
  • 5 replies
  • 1736 views

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

This topic has been closed for replies.

5 replies

Piranha
Principal III
September 28, 2019

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

MLawr
MLawrAuthor
Associate III
September 28, 2019

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

Piranha
Principal III
September 28, 2019

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

ANist
Associate III
September 28, 2019

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
September 28, 2019

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

TDK
Super User
September 28, 2019

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""."