I got this error while trying to make the maxmod audio exmaple
Code: Select all
make[1]: Entering directory '/opt/devkitpro/examples/gba/audio/maxmod/basic_sound'
bash: line 1: /opt/devkitpro/tools/bin/mmutil: cannot execute: required file not found
make[2]: *** [/opt/devkitpro/examples/gba/audio/maxmod/basic_sound/Makefile:151: soundbank.bin] Error 127
make[1]: *** [Makefile:120: build] Error 2
make[1]: Leaving directory '/opt/devkitpro/examples/gba/audio/maxmod/basic_sound'
make: *** [Makefile:3: all] Error 1
I made sure to export devkitpro and devkitARM path's.
And i looked into the devkitpro folder and mmutil is there but I still get the error.
Ive been trying to figure this out for like 2 hours, any help would be appreciated!