Page 2 of 2
Re: Fail To Make: "Bus Error"
Posted: Thu Jul 02, 2009 11:41 pm
by WinterMute
Re: Fail To Make: "Bus Error"
Posted: Mon Jul 20, 2009 8:00 pm
by tiga
OMG I'm sorry I wasn't online for quite a while.
And I bring bad news: Nope, it still doesn't work.
Well, I just did this: Downloaded that packed file, unpacked it, removed the old "ndstool", replaced it with the new one, and tried to compile. Same error as before.
Putting back the old "ndstool", it works again. So there is no need to fix it that badly (as it seems I'm the only one having problems at this).
Besides, I don't think I have the newest devkitPro version, so I maybe install the newest and try it again then.
EDIT: Oh, I see, I am NOT the only one having this problem! :-/
Re: Fail To Make: "Bus Error"
Posted: Sun Sep 13, 2009 5:41 am
by GregF
I'm getting the same error, downloading everything following the instructions on
http://www.double.co.nz/nintendo_ds/nds_tutorial2.html - was there a long-term solution for this?
I've tried a few of the binaries in the osx-testing folder. The one that does something different is version 1.3.6, which gives me this error after a make clean:
main.cpp
arm-eabi-g++ -MMD -MP -MF /Users/Greg/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/Users/Greg/devkitPro/examples/nds/hello_world/include -I/Users/Greg/devkitPro/examples/nds/hello_world/build -I/Users/Greg/devkitPro/libnds/include -I/Users/Greg/devkitPro/libnds/include -I/Users/Greg/devkitPro/examples/nds/hello_world/build -DARM9 -fno-rtti -fno-exceptions -c /Users/Greg/devkitPro/examples/nds/hello_world/source/main.cpp -o main.o
linking hello_world.elf
built ... hello_world.arm9
Nintendo DS rom tool 1.36 - Oct 28 2007 18:31:53
by Rafael Vuijk, Dave Murphy, Alexei Karpenko
Cannot open file '/Users/Greg/devkitPro/libnds/basic.arm7'.
make[1]: *** [/Users/Greg/devkitPro/examples/nds/hello_world/hello_world.nds] Error 1
make: *** [build] Error 2
And makes a .nds file that just appears as a white screen in DesMuMe. (And yes, I've verified the emulator with a known good ROM downloaded from that tutorial site.)