Adafruit SAMD Support 1.6.2 Missing arm-none-eabi-g++

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
InfxProf
 
Posts: 14
Joined: Tue Feb 27, 2018 8:27 pm

Adafruit SAMD Support 1.6.2 Missing arm-none-eabi-g++

Post by InfxProf »

Hi Adafruit,

Arduino was working last week, now I'm getting this error below when I compile any sketch in both Arduino 1.8.12 & 1.8.13 in MacOS X 10.15.6 with the Feather Adalogger M0+

fork/exec /Users/######/Library/Arduino15/packages/adafruit/tools/arm-none-eabi-gcc/9-2019q4/bin/arm-none-eabi-g++: no such file or directory
Error compiling for board Adafruit Feather M0.

"Arduino: 1.8.13 (Mac OS X), Board: "Adafruit Feather M0, Arduino, Off"

Getting the error with both Adafruit SAMD Boards 1.6.1 and 1.6.2.
There are versions of arm-none-eabi-g++ in several other /bin folders.
Can I copy and paste it into the adafruit/tools....???

Or does the distro need fixing???
Attachments
Screen Shot 2020-09-14 at 4.07.37 PM.png
Screen Shot 2020-09-14 at 4.07.37 PM.png (225.16 KiB) Viewed 1343 times
Screen Shot 2020-09-14 at 3.50.08 PM.png
Screen Shot 2020-09-14 at 3.50.08 PM.png (123.74 KiB) Viewed 1343 times

User avatar
InfxProf
 
Posts: 14
Joined: Tue Feb 27, 2018 8:27 pm

Re: Adafruit SAMD Support 1.6.2 Missing arm-none-eabi-g++

Post by InfxProf »

Fixed it!
Spotted elsewhere the recommendation to delete my entire /Arduino15 folder to force Arduino to recreate it and it worked.

Anybody know why arm-none-eabi-g++ disappeared in the first place?

jakorten
 
Posts: 3
Joined: Fri Aug 23, 2013 9:47 am

Re: Adafruit SAMD Support 1.6.2 Missing arm-none-eabi-g++

Post by jakorten »

I assume it has to do with macOS going entirely to 64-bit.

I had the same problem.

B.t.w. just deleting Arduin015 is not the best idea I think: I renamed it for now.

Especially if you are making custom firmware that is not yet entirely on GitHub etc. like in my case), but also still having the old preferences.txt etc for all json url is very useful.

User avatar
InfxProf
 
Posts: 14
Joined: Tue Feb 27, 2018 8:27 pm

Re: Adafruit SAMD Support 1.6.2 Missing arm-none-eabi-g++

Post by InfxProf »

jakorten wrote:I assume it has to do with macOS going entirely to 64-bit.

I had the same problem.

B.t.w. just deleting Arduin015 is not the best idea I think: I renamed it for now.

Especially if you are making custom firmware that is not yet entirely on GitHub etc. like in my case), but also still having the old preferences.txt etc for all json url is very useful.
:-)

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”