Setting up Development Environment: Difference between revisions
WinterMute (talk | contribs) CCI isn't a homebrew format, remove cargo cult instructions. |
CIA is one, though |
||
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 CIA file, you need to use makerom on it along with a RSF file describing the application: | |||
makerom -f cia -o [.cia file] -rsf [RSF file] -target t -exefslogo -elf [ELF file] -icon [icon file] -banner [banner file] | |||
= Troubleshooting = | = Troubleshooting = |