How do I get STM32CubeIDE to 'see' arm_math functions ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-27 6:40 AM
STM32CubeIDE is not 'seeing' the arm_math functions, although I have installed them and I have #included arm_math.h
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-28 12:24 AM
Not "seeing" is not a useful description. Post the particular error text here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-28 5:21 AM
I get messages '..function not found..' when I build the project.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-28 7:06 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-28 7:08 AM
Additionally, what do you mean by I've installed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-28 7:11 AM
That is also not a full description. Are you able to do a simple copy and paste? Post the full and exact error text!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-28 4:09 PM
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.
