Hi all,
Question/Issue:
I’m having issues compiling the microphone or static buffer examples from the example folder for an audio classification impulse on Adafruit Feather Sense nRF52840.
Project ID:
148586
Context/Use case:
Compiling all three examples results in a similar compiler error with respect to:stl_vector.h:1070: undefined reference to `std::__throw_out_of_range_fmt(char const*, …)’
E.g.
/Users/Heolstor/Library/Arduino15/packages/adafruit/tools/arm-none-eabi-gcc/9-2019q4/arm-none-eabi/include/c++/9.2.1/bits/stl_vector.h:1070: undefined reference to `std::__throw_out_of_range_fmt(char const*, …)’
Or.
/Users/Heolstor/Library/Arduino15/packages/adafruit/tools/arm-none-eabi-gcc/9-2019q4/bin/…/lib/gcc/arm-none-eabi/9.2.1/…/…/…/…/arm-none-eabi/bin/ld: /Users/davemothershaw/Library/Arduino15/packages/adafruit/tools/arm-none-eabi-gcc/9-2019q4/arm-none-eabi/include/c++/9.2.1/bits/stl_vector.h:1070: undefined reference to `std::__throw_out_of_range_fmt(char const*, …)’
Any help or advice would be very much welcomed.
H