Page 1 of 1

ndstool Not found

Posted: Fri Jul 01, 2011 11:19 pm
by AohmZ
I have just set up devkitARM, according to the instructions on this webpage:
http://devkitpro.org/wiki/Getting_Started/devkitARM

When I attempt to compile the examples, however, I get the following output/error:

make[1]: Entering directory `/opt/devkitpro/examples/nds/audio'
make[2]: Entering directory `/opt/devkitpro/examples/nds/audio/maxmod'
make[3]: Entering directory `/opt/devkitpro/examples/nds/audio/maxmod/audio_modes'
/bin/sh: ndstool: not found
make[4]: *** [/opt/devkitpro/examples/nds/audio/maxmod/audio_modes/audio_modes.nds] Error 127
make[3]: *** [build] Error 2
make[3]: Leaving directory `/opt/devkitpro/examples/nds/audio/maxmod/audio_modes'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/opt/devkitpro/examples/nds/audio/maxmod'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/opt/devkitpro/examples/nds/audio'
make: *** [examples] Error 1

I get this error when I try to compile any other projects as well. I have already set my environment variables as it told me on the page I linked to. I am using Ubuntu 11.04, if that helps. Any help on fixing this would be appreciated!

Re: ndstool Not found

Posted: Sat Jul 02, 2011 2:45 pm
by WinterMute
Sorry, slight packaging problem with the i686 linux build of devkitARM.

I've just uploaded a fixed tarball for devkitARM release 33 and an archive of the i686-linux ndstool to https://sourceforge.net/projects/devkit ... devkitARM/

Re: ndstool Not found

Posted: Sat Jul 02, 2011 6:16 pm
by AohmZ
Thank you very much! I actually was able to get it to work using the windows build of ndstool and configuring it under WINE, but this is probably more stable, haha. Thanks.

Re: ndstool Not found

Posted: Wed Jul 06, 2011 1:53 pm
by WinterMute
That's nuts :shock: You could have just compiled ndstool from source, everything is in sourceforge SVN.

Not that it matters hugely now, I fixed this with devkitARM release 34