Setting up Development Environment: Difference between revisions
Tomsterley (talk | contribs) m Rolled back to previous edit |
Steveice10 (talk | contribs) |
||
Line 57: | Line 57: | ||
* This will build a .elf file and a .3dsx file together with an icon. The icon and .3dsx file are the format required for the [[Homebrew Channel]]. | * This will build a .elf file and a .3dsx file together with an icon. The icon and .3dsx file are the format required for the [[Homebrew Channel]]. | ||
* To build a | * 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] | arm-none-eabi-strip [ELF file] | ||
makerom -f cci -o [.3ds file] -rsf [RSF file] -target | makerom -f cci -o [.3ds file] -rsf [RSF file] -target t -exefslogo -elf [ELF file] -icon [icon file] -banner [banner file] |