I installed last version of devkitARM on windows Xp using autoinstaller and try to compile some examples. When I compile a gba example, it does work. The exemple runs great on emulators.
Now, when I compile a hello world example to NDS (or any other), it does compile without errors, but when I run the rom, it crashes Dualis and so no$gba. The last shows the above message (The rom-image has crashed).
Anyone can help?
Thanks!!!
Exit from programmer's notepad, when I compile hellow world to NDS:
Code: Select all
> "make"
main.cpp
arm-eabi-g++ -MMD -MP -MF /c/devkitpro/examples/nds/hello_world/build/main.d -g -Wall -O2 -march=armv5te -mtune=arm946e-s -fomit-frame-pointer -ffast-math -mthumb -mthumb-interwork -I/c/devkitpro/examples/nds/hello_world/include -I/c/devkitpro/examples/nds/hello_world/build -I/c/devkitPro/libnds/include -I/c/devkitPro/libnds/include -I/c/devkitpro/examples/nds/hello_world/build -DARM9 -fno-rtti -fno-exceptions -c /c/devkitpro/examples/nds/hello_world/source/main.cpp -o main.o
linking hello_world.elf
built ... hello_world.arm9
Nintendo DS rom tool 1.46 - Nov 30 2009
by Rafael Vuijk, Dave Murphy, Alexei Karpenko
built ... hello_world.nds
> Process Exit Code: 0
> Time Taken: 00:01