DS-Homebrew / TWiLightMenu

DSi Menu replacement for DS/DSi/3DS/2DS
https://wiki.ds-homebrew.com/twilightmenu/
GNU General Public License v3.0
3.22k stars 202 forks source link

Makefile included in the guide does not properly run and compile SFX into sfx.bin. #2445

Closed theshmunguss1 closed 1 month ago

theshmunguss1 commented 1 month ago

Expected behavior

The Windows command line should run the make command, and compile all correct sound effect WAVs into sfx.bin.

Actual behavior

CMD gives an error message, and everything is unchanged.

Steps to reproduce

  1. Collect your sound effect WAVs, for mine, I used the Wii SFX. Make sure that Makefile is in the same directory.
  2. Set the command prompt's CD to the directory holding the SFX and Makefile.
  3. Run the command make, as seen at https://wiki.ds-homebrew.com/twilightmenu/custom-dsi-3ds-sfx#sound-effect-bank.

Notes

All my files are under 512 kb.

image

Vickerinox commented 1 month ago

you need to install make in order to use the make command