Page 1 of 1

mmutil missing

Posted: Mon Jun 17, 2019 10:31 pm
by YorkieOl
Hi folks,

Hope someone here can help me out.. Im trying to make a sample .nds and the make script uses mmutil for sound. Im getting the error:

Code: Select all

mmutil  -d -osoundbank.bin -hsoundbank.h
make[1]: mmutil: Command not found
Google searching, I see this is to do with devkitpro/devkitarm. Looking in devkitarm/bin, i find no mmutil file at all.. Maybe I missed something with the linux install (im using mint, ubuntu based). I tried more google searching, but drawing a blank and can not find any reference in devkit pro site either.

please can someone help me find a wat to get mmutil installed.. many thanks in advance to anyone who can help..

Re: mmutil missing

Posted: Tue Jun 18, 2019 12:46 am
by fincs
Make sure you have the mmutil pacman package installed. If not, you can use (sudo) (dkp-)pacman -S mmutil to install it.

Tools were moved into /opt/devkitpro/tools/bin some time ago (i.e. they were separated from the toolchains).

Re: mmutil missing

Posted: Tue Jun 18, 2019 1:30 pm
by YorkieOl
thank you for your help fincs, I really appreciate that..
sudo dkp-pacman -S mmutil
fixed the missing package, but then I was greeted with another error..

* I add these final steps in case someone else finds the same problems as I did..

[mod edit] removed inappropriate instructions - required packages are installed with the nds-dev group as below, not individually.

Once again, my thanks to fincs

Re: mmutil missing

Posted: Tue Jun 18, 2019 8:33 pm
by fincs
For reference, the nds-dev package group contains all packages you need for DS development.

Code: Select all

:: There are 15 members in group nds-dev:
:: Repository dkp-libs
   1) default-arm7  2) devkitarm-crtls  3) devkitarm-rules  4) dswifi
   5) libfat-nds  6) libfilesystem  7) libnds  8) maxmod-nds  9) nds-examples
:: Repository dkp-{your OS here}
   10) devkitARM  11) dstools  12) general-tools  13) grit  14) mmutil
   15) ndstool