ArduinoAI icon indicating copy to clipboard operation
ArduinoAI copied to clipboard

I try to compile this on Arduino 1.8.13 but can't link the arm_math.h functions

Open deftio opened this issue 5 years ago • 9 comments

When I try to compile this it can't linke arm_rfft_init_q15. How do I add that to nano BLE sketch / toolchain?

deftio avatar Oct 23 '20 05:10 deftio

I have the same problem. Did you find a solution? Best regards

thomasfischer089 avatar Oct 27 '20 16:10 thomasfischer089

If you use the online compiler from arduino.cc then I got it to work but I can't get it to build on my laptop stand alone...

deftio avatar Nov 03 '20 00:11 deftio

When you use the version 1.1.6 in the board manager than it works. Not with the 1.3.0

thomasfischer089 avatar Nov 03 '20 06:11 thomasfischer089

You're right I got 1.1.6 to work. Thanks!

deftio avatar Nov 11 '20 20:11 deftio

No problem. Maybe someon find a fix in 1.3.0

thomasfischer089 avatar Nov 11 '20 20:11 thomasfischer089

Can you try

https://github.com/DaleGia/Nano33BLESensor/issues/6#issuecomment-776717279

maxgerhardt avatar Feb 10 '21 14:02 maxgerhardt

If you use the online compiler from arduino.cc then I got it to work but I can't get it to build on my laptop stand alone...

Looks like the online compiler doesn't work these days either :/

carlosperate avatar May 10 '21 16:05 carlosperate

arm_math.h has now been released as an Arduino library:

  • https://github.com/arduino-libraries/Arduino_CMSIS-DSP
  • https://github.com/arduino/ArduinoCore-mbed/issues/7#issuecomment-842179221

I'm currently having an issue compiling it with the "Arduino Mbed OS Nano Boards" core v2.1.0 and v2.0.0, once that is fixed we should have a simple way to compile this again: https://github.com/arduino/ArduinoCore-mbed/issues/228


Edit: Turns out the issue was due to using an older version of the IDE, after upgrading to v1.8.15 it compiled correctly 😃

carlosperate avatar May 21 '21 09:05 carlosperate

Install "Arduino_CMSIS-DSP" library will fix this error.

x5115x avatar Apr 01 '24 10:04 x5115x

Closing this as its an old issue and fixes are mentioned in the thread.

deftio avatar May 29 '24 05:05 deftio