Need Help Getting Started
Posted: Mon Jan 15, 2024 7:04 am
Hello everyone, I'm attempting to build an example program, but am having issues. I'm on Alpine Linux. I have installed pacman and installed all of the 3ds libraries with `pacman -S 3ds-dev` However when I run `make` I receive the following
I don't know if the required file not found refers to `/opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc` but that file does exists.
Any guidance would be appreciated
Code: Select all
/opt/devkitpro/examples/3ds/graphics/printing/hello-world $ make
main.c
bash: line 1: /opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc: cannot execute: required file not found
make[1]: *** [/opt/devkitpro/devkitARM//base_rules:39: main.o] Error 127
make: *** [Makefile:165: all] Error 2
Any guidance would be appreciated