-
-
Notifications
You must be signed in to change notification settings - Fork 7k
arm-none-eabi-g++: no such file or directory #9351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You probably need to reinstall the SAMD package from board manager since the compiler didn't extract properly. In the worst case you can delete |
|
Hi @luisfigo27. Please update to Arduino IDE 2.x. The download links are listed here: https://www.arduino.cc/en/software After that, install the Teensy boards platform by following these instructions: https://www.pjrc.com/arduino-ide-2-0-0-teensy-support/ That should solve the error. If it still occurs, post the updated description of the problem on the Arduino Forum and we'll help you to fix the error over there: |
I am trying to upload the "Blink" example to my MKR 1000, however I keep getting the same error: "fork/exec /Users/username/Library/Arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/bin/arm-none-eabi-g++: no such file or directory". I have installed the SAMD board from the Board Manager in the IDE, and I also updated GCC-C++ on my machine. I am using a Mac on the Mac Arduino IDE. I have also tried uninstalling and reinstalling the Arduino IDE. I tested my MKR 1000 on another computer and it worked perfectly. Any ideas how I can fix this?
The text was updated successfully, but these errors were encountered: