-
My system is a M1 Macbookpro running 13.4.1 (22F82) I have followed the getting started guide installing the required libs, Making sure both DEVKITPRO and DEVKITARM are in my PATH. however when I try running a build command: I get:
I am able to find the file manually in my devkitpro install here: Any info is appreciated thanks 😃 ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Are you sure that’s the only “arm-none-eabi-gcc” in your system? The one in dkP should automatically include the file. I’m also on Mac (Intel) so I don’t know if the ARM platform includes that compiler (or if you downloaded a different version anywhere). Do:
|
Beta Was this translation helpful? Give feedback.
Are you sure that’s the only “arm-none-eabi-gcc” in your system? The one in dkP should automatically include the file.
I’m also on Mac (Intel) so I don’t know if the ARM platform includes that compiler (or if you downloaded a different version anywhere).
Do: