Skip to content

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

Closed
1cookspe opened this issue Oct 25, 2019 · 4 comments
Closed

arm-none-eabi-g++: no such file or directory #9351

1cookspe opened this issue Oct 25, 2019 · 4 comments
Labels
Component: Board/Lib Manager Boards Manager or Library Manager Type: Bug

Comments

@1cookspe
Copy link

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?

@facchinm facchinm added the Component: Board/Lib Manager Boards Manager or Library Manager label Oct 25, 2019
@facchinm
Copy link
Member

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 /Users/username/Library/Arduino15/packages/arduino folder and then reinstall the core

@facchinm facchinm added the Waiting for feedback More information must be provided before we can proceed label Oct 25, 2019
@MAKIO135
Copy link

MAKIO135 commented Jan 11, 2020

Same problem here with the SAMD board package from the Board Manager and on Mac as well.
@facchinm What do you mean by reinstall the core?
Ok found my solution on Adafruit forum:
I needed both the Arduino SAMD and Adafruit SAMD packages for the Adafruit Playground Express to work.

@luisfigo27
Copy link

I had the same problem, but using a different board, i used teensyduino, when I followed the instructions to enable teensy in Arduino IDE. "fork/exec /arm/bin/arm-none-eabi-g++: no such file or directory " these error occurs. Do anybody had a solution ? The purpose of my work is to impliment micro-ros. I had uninstall and reinstall the arduino IDE, at first an undefined reference error, and then I reinstall the micro-ros libraries and then the mentioned error occured.
image

@per1234
Copy link
Collaborator

per1234 commented Jun 16, 2023

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:

https://forum.arduino.cc/

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 16, 2023
@arduino arduino locked as resolved and limited conversation to collaborators Jun 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Component: Board/Lib Manager Boards Manager or Library Manager Type: Bug
Projects
None yet
Development

No branches or pull requests

5 participants