-
Notifications
You must be signed in to change notification settings - Fork 3
/bin/arm-none-eabi-g++ Error #12
Comments
Are you running Linux? That sounds like missing GCC files - especially since it isn't pointing to a relative Arduino path. It's not something I can reproduce. May want to make sure to follow the instruction manual included in the sketch directory. |
I am using windows and followed the instruction manual. Im running ide 2.1 normal install, imported all libraries and checked i was on right board. |
Then that sounds like an IDE issue. Do other sketches work? |
Since this seems to be an IDE problem separate from the sketch directly (and no response), I'll be closing this. EDIT: retrospect in case this ever comes up again, we pull our build tools from Earle's core directly, which creates an adjacent |
Sorry holidays and life got me caught up for awhile. All other sketches worked . I tried my sketches, a blink and different examples. I can try In the next day or two. |
Given that compilation has worked for other users as soon as a few days ago, it's strange that this problem seems to be effecting your environment. Currently, manual building isn't the recommendation anymore, as prebuilt binaries are distributed now since v3.0, though having build errors is obviously still a concern. Since editing my last comment, I've updated the core fork's index file so it should be using the Do let me know if that's fixed it for you. |
Hello. So i also forked Prow7 and been working on simliar stuff. You have some features I dont so I wanted to try yours out.
I installed all boards and what not, using a Pi Pico.
I select Pico fix as board and ttry and burn 2.1 hotfixes.
I recieve
exec: "/bin/arm-none-eabi-g++": file does not exist
Compilation error: exec: "/bin/arm-none-eabi-g++": file does not exist
The text was updated successfully, but these errors were encountered: