I've downloaded the latest devkitARM, libnds, and examples from the sourceforge of devkitPro.
My OS is 32bit Fedora 11 Linux.
devkitARM is in the devkitPro directory as is libnds.
I have extracted libfat, libwifi, and maxmod into the libnds directory.
The error I'm getting is as follows:
Code: Select all
oracle@cyote hello_world]$ make
[ -d build ] || mkdir -p build
make --no-print-directory -C build -f /home/oracle/.local/share/Trash/files/libnds/examples/hello_world/Makefile
main.cpp
arm-eabi-g++ -MMD -MP -MF /home/oracle/.local/share/Trash/files/libnds/examples/hello_world/build/main.d -g -Wall -O2 -march=armv5te -mtune=arm946e-s -fomit-frame-pointer -ffast-math -mthumb -mthumb-interwork -I/home/oracle/.local/share/Trash/files/libnds/examples/hello_world/include -I/home/oracle/.local/share/Trash/files/libnds/examples/hello_world/build -I/home/oracle/devkitPro/libnds/include -I/home/oracle/devkitPro/libnds/include -I/home/oracle/.local/share/Trash/files/libnds/examples/hello_world/build -DARM9 -fno-rtti -fno-exceptions -c /home/oracle/.local/share/Trash/files/libnds/examples/hello_world/source/main.cpp -o main.o
linking hello_world.elf
built ... hello_world.arm9
Nintendo DS rom tool 1.46 - Dec 2 2009
by Rafael Vuijk, Dave Murphy, Alexei Karpenko
failed to open input file
make[1]: *** [/home/oracle/.local/share/Trash/files/libnds/examples/hello_world/hello_world.nds] Error 1
make: *** [build] Error 2
any ideas?