I am trying to set up devkitPro for ARM use, but I continuously get an error while executing the last two commands. The commands are make and make install.
The tutorials I am following:
- http://3dbrew.org/wiki/Setting_up_Development_Environment
- http://devkitpro.org/wiki/Getting_Started/devkitARM
When I get to the make command, it gives me this error:
/opt/devkitPro/ctrulib/libctru$ sudo make
Makefile:6: *** ***"Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM". Stop.
In the tutorials, it tells me to put that the following commands in my .bashrc, so I did, bit it will not work still.
export DEVKITPRO=/opt/devkitpro
export DEVKITARM=$DEVKITPRO/devkitARM