Excuse me if I'm asking a stupid question, but don't know where else to ask. I'm a uni student in my last year and as part of my final project I'm trying to use the BLE Sense, ArduCAM camera and libraries such as TensorFlow Lite to create a person detection kit. I've been following the instructions for this here:
Everything went great until the very last stage where I keep getting this error message when I try to upload the code to the board:
fork/exec /Users/Library/Arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/bin/arm-none-eabi-g++: no such file or directory
Error compiling for board Arduino Nano 33 BLE.
This might be a super easy fix (or a complicated one) but I don't know anywhere else to ask, especially given everything going on at the moment.
Any help would be greatly appreciated as this would help me pull everything together for my final presentation in just under a month..!
This error indicates something has gone wrong with a hardware package installed via Boards Manager. The solution is to remove and then re-install the packages. Be aware this will remove any boards you have installed via Boards Manager:
(In the Arduino IDE) File > Preferences
Click the link on the line following "More preferences can be edited directly in the file". This will open the Arduino15 (or similar name depending on OS) folder.
Delete all files and folders under the Arduino15 folder except for preferences.txt. Please be very careful when deleting things from your computer. When in doubt, back up!
(In the Arduino IDE) Tools > Board > Boards Manager
Hi Pert, I have the same problem with my Arduino nano 33 ble sense and have followed the instructions as you have stated above but i still cannot compile