-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include "arm_math.h" #2
Comments
I've commented the line and it builds. |
You have to include the path C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.4.0\CMSIS\Include in the "Options for Target..." > C/C++. Afterwards it compiles al the c-files but it gets stuck on the other issue that's reported in this repo. |
I have a similar problem with an adafruit MP3 program that uses arm_math.h, what do I have to do to fix this thing. |
I have no idea what you are trying to tell me about Enabling this, what and how. Where is this Options for Target. |
in my case the correct folder is: C:\Users\GauchoHP\AppData\Local\Arm\Packs\ARM\CMSIS\5.5.1\CMSIS\Include after doing this it correctly compile. |
Hi. Were you able to flash this firmware? |
I updated my IDE and the fault went away. Thankyou for your assistance however, much appreciated. |
The <arm_math.h> and other related .h files may also be found at this repository: |
Hi, I installed all the relevant software packs in Keil uVision ... at least that what I thought but I get a compilation error in main.c around line
47: #include "arm_math.h"
resulting in
Do you know what I'm missing? (keil n00b)
The text was updated successfully, but these errors were encountered: