Makerom: Difference between revisions
Created page with "{{Infobox homebrew | title = makerom | type = pc utility | author = 3dsguy | source = https://github.com/3DSGuy/Project_CTR/tree/master/makerom ..." |
No edit summary |
||
Line 3: | Line 3: | ||
| type = pc utility | | type = pc utility | ||
| author = [[User:3dsguy|3dsguy]] | | author = [[User:3dsguy|3dsguy]] | ||
| download = https://dl.dropboxusercontent.com/u/60710927/CTR/makerom/makerom.zip | |||
| source = https://github.com/3DSGuy/Project_CTR/tree/master/makerom | | source = https://github.com/3DSGuy/Project_CTR/tree/master/makerom | ||
| version = 0.8 | | version = 0.8 | ||
Line 57: | Line 58: | ||
=== Creating ELF files === | === Creating ELF files === | ||
ELF files created using the official SDK can be used with makerom. But ELF files created using smea's WIP ctrulib, can be used, provided they are linked with this linker script: [https://dl.dropboxusercontent.com/u/60710927/CTR/makerom/ctr_homebrew.ld download] | ELF files created using the official SDK can be used with makerom. But ELF files created using smea's WIP ctrulib, can be used, provided they are linked with this linker script: [https://dl.dropboxusercontent.com/u/60710927/CTR/makerom/ctr_homebrew.ld download] | ||
== Compiling Source == | |||
For Windows use MinGW, 64bit versions of MinGW are supported also. | |||
For Linux, gcc/g++/make must be installed. | |||
All additional libraries used by makerom, are included in the source, and are linked statically. | |||
== Issues == | == Issues == |