Skip to content

Missing includes arm_math.h #4

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

Closed
Robert-Ernst opened this issue May 22, 2017 · 1 comment
Closed

Missing includes arm_math.h #4

Robert-Ernst opened this issue May 22, 2017 · 1 comment

Comments

@Robert-Ernst
Copy link

Arduino: 1.8.2 (Mac OS X), Board: "Arduino/Genuino Uno"

In file included from /Users/user/Documents/Arduino/sketch_apr26a/libraries/ArduinoSound-master/src/ArduinoSound.h:28:0,
from /Users/user/Git/audio_sensor/audio_library_test/audio_library_test.ino:1:
/Users/user/Documents/Arduino/sketch_apr26a/libraries/ArduinoSound-master/src/AmplitudeAnalyzer.h:25:22: fatal error: arm_math.h: No such file or directory
#include <arm_math.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

@Robert-Ernst Robert-Ernst changed the title Missing includes Missing includes arm_math.h May 22, 2017
@facchinm
Copy link

Hi @BerndErnst , this library is only compatible with ARM boards (like Zero, MKR1000 etc), AVR boards (like UNO) miss the needed hardware peripherals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants