After resolving some initial trouble with the CMSIS libraries I've run into a bit of a roadblock when compiling the Teensy_Convolution_SDR.ino file. I'm not so much concerned with the SD.h library error as I am with the others. My understanding is that the arm_math.h error was commented out. If anyone could shed some light on this I'd really appreciate it.
Code:
Arduino: 1.8.2 (Windows 10), TD: 1.36, Board: "Teensy 3.6, Serial, 180 MHz, Faster, US English"
In file included from C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio/analyze_fft256.h:32:0,
from C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio/Audio.h:61,
from C:\Users\John\Documents\Radio stuff\CS-40\Teensy_Convolution_SDR\Teensy_Convolution_SDR.ino:112:
C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/arm_math.h:314:4: error: #error "Define according the used Cortex core ARM_MATH_CM7, ARM_MATH_CM4, ARM_MATH_CM3, ARM_MATH_CM0PLUS or ARM_MATH_CM0"
#error "Define according the used Cortex core ARM_MATH_CM7, ARM_MATH_CM4, ARM_MATH_CM3, ARM_MATH_CM0PLUS or ARM_MATH_CM0"
^
Multiple libraries were found for "SD.h"
Used: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SD
Not used: C:\Program Files (x86)\Arduino\libraries\SD
Error compiling for board Teensy 3.6.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.