Issue with 6.1 (resolved)
Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "Arduino Nano, ATmega328P (Old Bootloader)"
AR4_teensy41_sketch_v6.1:71:10: fatal error: stdexcept: No such file or directory
#include
^~~~~~~~~~~
compilation terminated.
exit status 1
stdexcept: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Hi Johnnie, thanks for the report. I believe the error you’re seeing comes from trying to compile the AR4 v6.1 sketch on an Arduino Nano. This sketch is designed specifically for the Teensy 4.1, which supports the C++ libraries being used.
If you switch your board in the Arduino IDE to Teensy 4.1 (and make sure you have the Teensyduino add-on installed), the code should compile correctly. Please let me know if you are able to get the sketch loaded on the teensy 4.1.
Thanks,
Chris
Thank you