Compile source
docker run --rm -v "$PWD:/build" devkitpro/devkitarm sh -c "cd /build; make"
Build CIA from ELF
-
Download
makerom
from https://github.com/3DSGuy/Project_CTR/releases⚠ Version v0.18.2 has a segmentation fault; v0.18 seems to work fine
- Copy it to your path (e.g.
~/bin
)
- Copy it to your path (e.g.
-
Download RSF from https://gist.github.com/jakcron/9f9f02ffd94d98a72632
Change this line:
SystemModeExt : 128MB
to:
SystemModeExt : 124MB
-
Do the conversion
makerom -f cia -o hello-world.cia -target t -elf hello-world.elf -rsf app.rsf