Cannot compile Examples
Trying to compile NDS example on WSL, windows 11. Got all the stuff installed.
Code: Select all
/opt/devkitpro/examples/nds$ sudo dkp-pacman -Q
calico 1.1.0-1
devkitARM r66-1
devkitarm-crtls 1.2.6-1
devkitarm-rules 1.6.0-4
devkitpro-keyring 20241017-2
general-tools 1.4.4-1
grit 0.9.2-1
libnds 2.0.1-1
nds-examples 20241110-1
ndstool 2.3.1-1
pacman 6.0.2-6
but when i try to compile....
Code: Select all
/opt/devkitpro/examples/nds$ sudo DEVKITARM=/opt/devkitpro/devkitARM/ DEVKITPRO=/opt/devkitpro/ make
make[1]: Entering directory '/opt/devkitpro/examples/nds/Graphics'
make[2]: Entering directory '/opt/devkitpro/examples/nds/Graphics/3D'
make[3]: Entering directory '/opt/devkitpro/examples/nds/Graphics/3D/3D_Both_Screens'
template.c
linking 3D_Both_Screens.elf
Nintendo DS rom tool 2.3.1 - Jan 8 2024
by Rafael Vuijk, Dave Murphy, Alexei Karpenko
failed to open input file: '/opt/devkitpro//calico/bin/ds7_maine.elf'
make[4]: *** [/opt/devkitpro/devkitARM//ds_rules:39: /opt/devkitpro/examples/nds/Graphics/3D/3D_Both_Screens/3D_Both_Screens.nds] Error 1
thoughts?