Page 1 of 1

Buil issue with devkitARM_r27-i686-linux.tar.bz2 (RESOLVED)

Posted: Mon Dec 28, 2009 3:00 pm
by tygerlord
Hi there,

I'm trying building hello_world sample and ndstool give me an error:

make
main.cpp
arm-eabi-g++ -MMD -MP -MF /home/serveur/tmp/devkitpro/nds-examples/hello_world/build/main.d -g -Wall -O2 -march=armv5te -mtune=arm946e-s -fomit-frame-pointer -ffast-math -mthumb -mthumb-interwork -I/home/serveur/tmp/devkitpro/nds-examples/hello_world/include -I/home/serveur/tmp/devkitpro/nds-examples/hello_world/build -I/home/serveur/tmp/devkitpro/libnds/include -I/home/serveur/tmp/devkitpro/libnds/include -I/home/serveur/tmp/devkitpro/nds-examples/hello_world/build -DARM9 -fno-rtti -fno-exceptions -c /home/serveur/tmp/devkitpro/nds-examples/hello_world/source/main.cpp -o main.o
linking hello_world.elf
built ... hello_world.arm9
ndstool -c /home/serveur/tmp/devkitpro/nds-examples/hello_world/hello_world.nds -9 /home/serveur/tmp/devkitpro/nds-examples/hello_world/hello_world.arm9 -b /home/serveur/tmp/devkitpro/libnds/icon.bmp "hello_world;www.devkitpro.org;www.drunkencoders.com"
Nintendo DS rom tool 1.46 - Dec 2 2009
by Rafael Vuijk, Dave Murphy, Alexei Karpenko
failed to open input file
make[1]: *** [/home/serveur/tmp/devkitpro/nds-examples/hello_world/hello_world.nds] Erreur 1
make: *** [build] Erreur 2

Someone can help?

Thank you.

Re: Buil issue with devkitARM_r27-i686-linux.tar.bz2

Posted: Mon Dec 28, 2009 5:24 pm
by WinterMute
You need to update/install the default arm7 release.

See http://wiki.devkitpro.org/index.php/Get ... /devkitARM

Re: Buil issue with devkitARM_r27-i686-linux.tar.bz2

Posted: Tue Dec 29, 2009 9:10 am
by tygerlord
Work very very well,

Thank you very much WinterMute for your help.