Editing .bashrc doesn't work.
Posted: Sun May 04, 2014 4:32 am
Hey, so, I tried adding the following to my .bashrc file:
The problem is, when I try to compile stuff, I still get these errors:
Here's the .bashrc file in case it helps: https://docs.google.com/file/d/0B1jrUd0 ... FQUmc/edit
I feel like I did something stupid. What did I do wrong?
Thanks,
M260
Code: Select all
export DEVKITPRO=/home/jonathan/devkitPro
export DEVKITARM=${DEVKITPRO}/devkitARM
export DEVKITPPC=${DEVKITPRO}/devkitPPC
Code: Select all
Makefile:7: *** "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM. Stop.
Makefile:7: *** "Please set DEVKITPPC in your environment. export DEVKITPPC=<path to>devkitPPC". Stop.
I feel like I did something stupid. What did I do wrong?
Thanks,
M260