-
-
Notifications
You must be signed in to change notification settings - Fork 212
arm_math.h functions not included in core #7
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
Comments
The omission is due to this commit (ARMmbed/mbed-os@50455c0) which removed the |
@facchinm Ah. Are you going to be updating the nRF52 core to Mbed OS 6.0.0 as well? If so, we can just ship the source with the library (as we do for non-Arduino targets). Now it's complicated, with some targets having CMSIS-DSP sources, and some not. |
As soon as this repo is fully validated the idea is to "deprecate" the old one and switch 100% here for nRF52 too. |
@facchinm It's a weird choice on the Mbed OS side though, because the arm_math library is still in the core:
And also in Mbed OS 6, but the actual implementation has disappeared. Have filed an issue with the mbed-os repository. |
Hi @janjongboom I have the same problem with https://github.com/DaleGia/nano-33-sense-serial-example, could you solve it? |
I have the same problem with https://github.com/DaleGia/nano-33-sense-serial-example, could you solve it? |
We've 'solved' it like this:
|
Still an issue, this time in, BLESense_dash_sketch on Arduino Create.
|
This is still an issue, the arm_math.h file is missing. |
@janjongboom @hussain2603 @dbuggz we just published https://github.com/arduino-libraries/Arduino_CMSIS-DSP in the library manager; since mbed now doesn't ship anymore |
@facchinm we have the following code which compiles fine against the nRF52 core (Arduino nRF528x Boards (Mbed OS) v1.1.4), but not against Portenta H7 (M7 core) (Arduino mbed-enabled Boards v1.2.0). I think the CMSIS-DSP functions are not compiled into this core...
This fails when linking with:
The text was updated successfully, but these errors were encountered: