Changes

Jump to navigation Jump to search
CCI isn't a homebrew format, remove cargo cult instructions.
Line 87: Line 87:  
* This will build a .elf file and a .3dsx file (the homebrew executable itself).
 
* This will build a .elf file and a .3dsx file (the homebrew executable itself).
 
** The Homebrew Launcher can only run homebrew in the 3DSX format.
 
** The Homebrew Launcher can only run homebrew in the 3DSX format.
  −
* To build a CCI (.3ds) file, you need to strip the .elf file and use makerom on it (with the provided RSF file):
  −
arm-none-eabi-strip '''[ELF file]'''
  −
makerom -f cci -o '''[.3ds file]''' -rsf '''[RSF file]''' -target t -exefslogo -elf '''[ELF file]''' -icon '''[icon file]''' -banner '''[banner file]'''
      
= Troubleshooting =
 
= Troubleshooting =

Navigation menu