Amb82 connected to MAC mini using Arduino 1.8.19. Tries to compile Blink example and got error:
Arduino: 1.8.19 (Mac OS X), Board: “AMB82-MINI, Disable, Disable, Disable, 2000000, Flash, JXF37, Disable, Disable”
arm-none-eabi-g++: fatal error: cannot execute ‘cc1plus’: execvp: No such file or directory
compilation terminated.
exit status 1
Error compiling for board AMB82-MINI.
That seems to have fixed it. That would seem to indicate that either the SDK built into Arduino 2 is out of date or maybe when I went from Arduino 1 to 2 the files were not updated. Thanks for your help.