Changes

m
Added a troubleshooting section, for very common problems.
Line 90: Line 90:  
  arm-none-eabi-strip '''[ELF file]'''
 
  arm-none-eabi-strip '''[ELF file]'''
 
  makerom -f cci -o '''[.3ds file]''' -rsf '''[RSF file]''' -target t -exefslogo -elf '''[ELF file]''' -icon '''[icon file]''' -banner '''[banner file]'''
 
  makerom -f cci -o '''[.3ds file]''' -rsf '''[RSF file]''' -target t -exefslogo -elf '''[ELF file]''' -icon '''[icon file]''' -banner '''[banner file]'''
 +
 +
= Troubleshooting =
 +
'''I get the "Please set DEVKITARM in your environment." error.'''
 +
 +
Use the following command before installing [http://askubuntu.com/questions/573070/problem-setting-up-environment-for-make-command-execution]:
 +
sudo chown $USER /opt/devkitPro/ -R
6

edits