Problem using make command- Linux
Posted: Mon Oct 29, 2012 11:13 pm
Hello
I am having a problem running the make command for the examples for devkitARM
I have installed devkitARM as instructed at: http://devkitpro.org/wiki/Getting_Started/devkitARM
The folder structure is:
/usr/local/devkitPro
/usr/local/devkitPro/devkitARM
/usr/local/devkitPro/libnds/
/usr/local/examples/nds/
When I run "make" inside of /examples/nds, I get the following error:
I have already added the Enviornmental variable to my .bashrc file, in fact typing "echo $DEVKITARM" will give me:
typing "echo $DEVKITPRO" gives:
I have even tried:
before the make command and still get the same error.
I seem to have the same problem as the OP here: http://devkitpro.org/viewtopic.php?f=2&t=395&start=20 who somehow fixed it but never said how
I would appreciate any help
I am having a problem running the make command for the examples for devkitARM
I have installed devkitARM as instructed at: http://devkitpro.org/wiki/Getting_Started/devkitARM
The folder structure is:
/usr/local/devkitPro
/usr/local/devkitPro/devkitARM
/usr/local/devkitPro/libnds/
/usr/local/examples/nds/
When I run "make" inside of /examples/nds, I get the following error:
Code: Select all
Makefile:6: *** "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM". Stop.
Code: Select all
/usr/local/devkitPro/devkitARM
Code: Select all
/usr/local/devkitPro/devkitARM
Code: Select all
export DEVKITPRO=/usr/local/devkitPro/devkitARM
I seem to have the same problem as the OP here: http://devkitpro.org/viewtopic.php?f=2&t=395&start=20 who somehow fixed it but never said how
I would appreciate any help
