Tutorial  Updated

How to Sync & Compile Luma3DS

There were some users that wanted to compile Luma3DS themselves but run into problems. There is already a guide that explains how to sync and compile rxTools, so most of the stuff here is stolen from this guide: https://gbatemp.net/threads/noob-proof-guide-to-compile-rxtools-source.392242/ (thanks btw @capito27. Your guide helped me compile rxTools back then and made me understand some of this shi-- stuff. :P).

I try to keep the guide simple is both glossary/terms and images. That means I will use the same picture over and over as well as the same sentence to keep it noob-friendly.


Follow the guide TO THE LETTER. Double check and triple check. IT JUST WORKS!™
Seriously, if it won't work with the first try you did something wrong. "You're holding it wrong™".


So, you want to sync & compile Luma3DS. Here's what you have to do:



Start here:
  1. Navigate to "C:\" and create a new folder with the name "Nintendo3DS" or whatever you like. Now open this folder that you created.
    !!!!!!!!!! TIP: Don't add spaces in THAT folder's name. For example: if you want the folder to be named "Nintendo 3DS" then you will have to name it "Nintendo3DS" or "Nintendo_3DS(the difference is that there is NO space) !!!!!!!!!!

  2. Create 2 new folders inside with the names "Programs" and "Sources"
    Programs = the folder in which you install all the needed programs
    Sources = the folder in which you will sync the code.
    It should look like this:
    0m09obS.jpg


    !!!!!!!!!! Now install all of the following programs to "C:\Nintendo3DS\Programs" !!!!!!!!!!

  3. Download Git for your operating system from here: https://git-scm.com/downloads (When you install it, just click on "Next" to everything it says).

  4. Download latest Python 3.x from here: https://www.python.org/downloads/

  5. Install devkitPro from here: https://sourceforge.net/projects/devkitpro/

  6. Download MinGW from here: https://sourceforge.net/projects/mingw/ When installation is over, it will show you a window and ask you which package to install. Choose "mingw32-base" and "msys-base", wait for the installation to finish and close the window.

  7. After you are done installing the programs from STEP 3, 4, 5 & 6, your "C:\Nintendo3DS\Programs" should look like this:
    u0xe5hs.png


  8. Go to Luma3DS's GitHub page which can be found here: https://github.com/AuroraWright/Luma3DS and download "armips" from the description at the bottom. (If you're clueless, just press on your keyboard CTRL+F and type "armips").
    Place the file inside "C:\Nintendo3DS\Programs\devkitPro\devkitARM\bin"

  9. Download Visual C++ Redistributable 2015 x86 (EVEN IF YOU HAVE A x64(64-bit) OS) from Microsoft: https://www.microsoft.com/en-us/download/details.aspx?id=48145

  10. Download the latest MAKEROM.EXE for your OS from here: https://github.com/Steveice10/buildtools/tree/master/3ds, rename it to just "makerom.exe" and paste it in "C:\Nintendo3DS\Programs\devkitPro\devkitARM\bin"

  11. You will have to edit your PATH. Don't freak out, it's easy:
    Right click on your Computer ICON --> Properties --> Advanced system settings --> Environment Variables... --> System variables --> FIND "Path" --> Edit.
    If you did it right, you should be looking at this window:
    WtSoNQG.png


    Now add the locations that are inside the red rectangle THEY HAVE TO BE AT THE TOP!

  12. Navigate to "C:\Nintendo3DS\Sources\" - As I said at the beginning of the guide, this is the folder that we will sync in everything we need in order to compile Luma3DS (Luma3DS will also be synced in this folder)

  13. We need to sync & compile CTRULIB first.

  14. On your keyboard press SHIFT and right click with your mouse. The right click context menu will show you a new option "Open command window here". Click it.
    This is how it should look like:
    2NHmU8f.jpg


  15. Now type "git clone --recursive https://github.com/smealum/ctrulib.git"
    This is how it should look like:
    FnrpK09.jpg


  16. Navigate to "C:\Nintendo3DS\Sources\ctrulib\libctru"

  17. On your keyboard press SHIFT and right click with your mouse. The right click context menu will show you a new option "Open command window here". Click it.
    This is how it should look like:
    2NHmU8f.jpg


  18. Now simply type "make" and wait to compile.
    This is how it should look like:
    0WCy9eK.jpg


  19. Navigate to "C:\Nintendo3DS\Sources\ctrulib" and COPY the folder with the name "libctru"
    This is how it looks like:
    8tl66hU.jpg


  20. Navigate to "C:\Nintendo3DS\PROGRAMS\devkitPro". In here, you will see an OLDER version of the "libctru" folder. First rename this folder to "OLD_libctru" and THEN paste the folder you had previously copied.
    If you did it right, you must be looking at this:
    1IWTNSS.png


  21. Go back to "C:\Nintendo3DS\Sources\". You will have to sync firmtool. https://github.com/TuxSH/firmtool
    On your keyboard press SHIFT and right click with your mouse. The right click context menu will show you a new option "Open command window here". Click it.
    This is how it should look like:
    2NHmU8f.jpg
  22. Now type "git clone --recursive https://github.com/TuxSH/firmtool"
    Open the folder you just synced. On your keyboard press SHIFT and right click with your mouse. The right click context menu will show you a new option "Open command window here". Click it.
    This is how it should look like:
    2NHmU8f.jpg
  23. Now type "pip install cryptography" and when it's done type "pip install git+https://github.com/TuxSH/firmtool.git"
  24. Navigate to 'C:\Nintendo3DS\Sources"
    It time to sync Luma3DS. You're 95% done.

  25. On your keyboard press SHIFT and right click with your mouse. The right click context menu will show you a new option "Open command window here". Click it.
    This is how it should look like:
    2NHmU8f.jpg


  26. Now type "git clone --recursive https://github.com/AuroraWright/Luma3DS.git", press enter and wait for it to sync the sources.
    This is how it should look like:
    9aoQ11K.png


  27. After it is done, you will see a newly created folder named "Luma3DS". Open this new folder.
    This is how it should look like:
    tvNBEBv.png


  28. On your keyboard press SHIFT and right click with your mouse. The right click context menu will show you a new option "Open command window here". Click it.
    This is how it should look like:
    2NHmU8f.jpg


  29. Now simply type "make" and wait for it to do its job.
    This how it should look like:
    VFOyBSW.jpg


  30. After you type the "make" command, you will see a NEW folder named "out" inside Luma3DS's folder(C:\Nintendo3DS\Sources\Luma3DS\out)
    This is how it looks like:
    JqntHlx.jpg




Congratulation, you have successfully compiled Luma3DS! Now transfer the boot.firm file that you FINALLY created to your 3DS and have fun. :)

Credits go to @Aurora Wright for creating Luma3DS, @TuxSH, @Supster131, @astronautlevel and @Madridi for helping me out with every noob question I had and, of course, @capito27 for creating the original guide to compile rxTools(it really really helped me and sparked my desire to learn about all this stuff. Thanks a lot @capito27 !). And of course to all those that have helped build what we have now on our 3DS systems. If anyone feels I left them out, PM me so I can add your name here. <3




-----------> This guide can also be used to compile GodMode9/Decrypt9/SafeB9SInstsller if you ever wish to do so; you just need to replace the git page with the one where GodMode9/Decrypt9/SafeB9SInstsller is found in.
 
Last edited by fr3quency,

DjoeN

Captain Haddock!
Member
Joined
Oct 21, 2005
Messages
5,489
Trophies
0
Age
54
Location
Somewhere in this potatoland!
Website
djoen.dommel.be
XP
2,857
Country
Belgium
@fr3quency

Another protip:
Once everything is setup properlly, use the next code in a batch file (call it whatever you like, mine is named build_AuReiNand.bat)
Place the batch file in your SOURCES folder and run it, wait till it ends and everything should be there :)
This script is originally made by @WhoAmI? to compile rxTools, but i changed it a bit for AuReiNand

[NOTE]
You can run the script from whatever folder or root you want once everything is setup properlly.

Code:
@echo off
Title = Building AuReiNand...
cls
%~d0
cd %~dp0
if exist "AuReiNand" (
    cd AuReiNand
    Title = Building AuReiNand ^(Update^)...
    echo Updating repo...
    git pull origin master
    git submodule update --init --recursive
) else (
    Title = Building AuReiNand ^(Clone^)...
    echo Cloning repo...
    git clone --recursive https://github.com/AuroraWright/AuReiNand.git
    cd AuReiNand
)
echo Building...
Title = Building AuReiNand ^(Clean^)...
make clean
Title = Building AuReiNand ^(Release^)...
make
Title =  Building AuReiNand ^(Done^)
echo.
echo ################################################
color A
echo Done. Files are in the "/AuReiNand/out" folder.
cd ..
pause >nul
goto :EOF
 

fr3quency

Well-Known Member
OP
Member
Joined
Jan 11, 2016
Messages
811
Trophies
0
Age
32
Location
Wherever my imagination decides.
Website
fr3quency.deviantart.com
XP
823
Country
Greece
@fr3quency

Another protip:
Once everything is setup properlly, use the next code in a batch file (call it whatever you like, mine is named build_AuReiNand.bat)
Place the batch file in your SOURCES folder and run it, wait till it ends and everything should be there :)
This script is originally made by @WhoAmI? to compile rxTools, but i changed it a bit for AuReiNand

[NOTE]
You can run the script from whatever folder or root you want once everything is setup properlly.

Code:
@echo off
Title = Building AuReiNand...
cls
%~d0
cd %~dp0
if exist "AuReiNand" (
    cd AuReiNand
    Title = Building AuReiNand ^(Update^)...
    echo Updating repo...
    git pull origin master
    git submodule update --init --recursive
) else (
    Title = Building AuReiNand ^(Clone^)...
    echo Cloning repo...
    git clone --recursive https://github.com/AuroraWright/AuReiNand.git
    cd AuReiNand
)
echo Building...
Title = Building AuReiNand ^(Clean^)...
make clean
Title = Building AuReiNand ^(Release^)...
make
Title =  Building AuReiNand ^(Done^)
echo.
echo ################################################
color A
echo Done. Files are in the "/AuReiNand/out" folder.
cd ..
pause >nul
goto :EOF
Wow this is awesome. Where have you been all this time? :P Why doesn't everyone know about this script? :P


Edit: tested it and it works as expected. I prefer doing things manually, but users in here might find it more convenient. Do you mind if I add a link that links to your post? Of course proper credits will be given(don't look at me Reisyukaku, I can feel your glare. xD <3)
 
Last edited by fr3quency,
  • Like
Reactions: WhoAmI? and DjoeN

fr3quency

Well-Known Member
OP
Member
Joined
Jan 11, 2016
Messages
811
Trophies
0
Age
32
Location
Wherever my imagination decides.
Website
fr3quency.deviantart.com
XP
823
Country
Greece
Cause in that time, once @WhoAmI? stopped compiling, the script got a bit lost in all the posts :P
but i still use it to compile all cfw's, and most of @d0k3 homebrew (decrypt9/emunand9/etc...)
You got a script that compiles CTRXplorer? I can compile Decrypt9 using this guide, but CTRXplorer fails on me because it needs additional tools.
 
  • Like
Reactions: Michierusama

DjoeN

Captain Haddock!
Member
Joined
Oct 21, 2005
Messages
5,489
Trophies
0
Age
54
Location
Somewhere in this potatoland!
Website
djoen.dommel.be
XP
2,857
Country
Belgium
You got a script that compiles CTRXplorer? I can compile Decrypt9 using this guide, but CTRXplorer fails on me because it needs additional tools.
for CTRXplorer you need to install "citrus" etc... and to build "citrus" you need "picasso"
The script is nothing, you need to install all needed libs :D

I don't have a pre-compiled version of citrus (i wish i could provide you one, but i haven't looked for it anyway)
 
Last edited by DjoeN,

fr3quency

Well-Known Member
OP
Member
Joined
Jan 11, 2016
Messages
811
Trophies
0
Age
32
Location
Wherever my imagination decides.
Website
fr3quency.deviantart.com
XP
823
Country
Greece
for CTRXplorer you need to install "citrus" etc...
The script is nothing, you need to install all needed libs :D
I synced citrus but I have no idea what to do next. I typed "make" in a CMD window inside the citrus folder and copied the compiled stuff to CTRXplorer folder. I tried other things as well but I never managed to compile it(CTRXplorer).
 

fr3quency

Well-Known Member
OP
Member
Joined
Jan 11, 2016
Messages
811
Trophies
0
Age
32
Location
Wherever my imagination decides.
Website
fr3quency.deviantart.com
XP
823
Country
Greece
Thanks for the guide. You should write more of them and be an example of how to make guides (you included pictures).
Thanks for the kind words. I think I'll create a guide on how to compile Aurora Wright's arm9loaderhax(both screen-init and non-screen-init versions) so you can get "payload_stage1.bin" and "payload_stage2.bin".
 

urherenow

Well-Known Member
Member
Joined
Mar 8, 2009
Messages
4,763
Trophies
2
Age
48
Location
Japan
XP
3,661
Country
United States
Decent guide. There should be a note on #2 to tick the ckeckbox to add python to your path when installing though (needed for many other projects). Also for other projects, devkitARM/bin should be in your path BEFORE 'Program Files....' because certain ways of making makefiles make devkitpro throw up if there is a space in the path. Similar guide was written long ago for rxtools and has been in my sig.
 
  • Like
Reactions: fr3quency

urherenow

Well-Known Member
Member
Joined
Mar 8, 2009
Messages
4,763
Trophies
2
Age
48
Location
Japan
XP
3,661
Country
United States
For Python, what do we need to add to PATH? Is it "C:\Program Files\Python27\" or a sub-folder?
When you run the installer, there is a checkbox that you can tick. Done. Most people don't notice that it's there...

But... to do it manually, you just use whatever path you used to install (not everyone uses the default). For me, it's c:\Python27.
For some reason (can't remember why now) I also put c:\Python27\Scripts in there as well.
 

D34DL1N3R

Nephilim
Member
Joined
Dec 6, 2008
Messages
3,670
Trophies
1
XP
3,220
Country
United States
Decent guide. There should be a note on #2 to tick the ckeckbox to add python to your path when installing though (needed for many other projects).

No idea why, but checking the box has never worked for me on any Windows install. Every time I look it's never there & I have to add it manually. Not saying don't do it, just check to make sure it worked. :)
 

DjoeN

Captain Haddock!
Member
Joined
Oct 21, 2005
Messages
5,489
Trophies
0
Age
54
Location
Somewhere in this potatoland!
Website
djoen.dommel.be
XP
2,857
Country
Belgium
I synced citrus but I have no idea what to do next. I typed "make" in a CMD window inside the citrus folder and copied the compiled stuff to CTRXplorer folder. I tried other things as well but I never managed to compile it(CTRXplorer).
Ok, i managed to compile CTRXplorer :)

Once you compile citrus, you are left with a zip file in the output folder.
Unzip this in c:\devkitPro\citrus (make the folder)
You should have:
c:\devkitPro\citrus\include
c:\devkitPro\citrus\include\citrus
c:\devkitPro\citrus\include\citrus\*.hpp
c:\devkitPro\citrus\lib\
c:\devkitPro\citrus\lib\libcitrus.a

Now you should be able to compile CTRXplorer
 

fr3quency

Well-Known Member
OP
Member
Joined
Jan 11, 2016
Messages
811
Trophies
0
Age
32
Location
Wherever my imagination decides.
Website
fr3quency.deviantart.com
XP
823
Country
Greece
Ok, i managed to compile CTRXplorer :)

Once you compile citrus, you are left with a zip file in the output folder.
Unzip this in c:\devkitPro\citrus (make the folder)
You should have:
c:\devkitPro\citrus\include
c:\devkitPro\citrus\include\citrus
c:\devkitPro\citrus\include\citrus\*.hpp
c:\devkitPro\citrus\lib\
c:\devkitPro\citrus\lib\libcitrus.a

Now you should be able to compile CTRXplorer
Thanks! I'll try in some hours because I'm traveling ATM. I might also create a guide on how to compile stage1 and stage2 for the different a9lh forks, but I will see if the other guides(if any) offer more things or if they are complicated.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Black_Manta_8bit @ Black_Manta_8bit: hey