Page 1 of 1

Include Faliles

Posted: Thu May 08, 2008 4:40 am
by Erebus
Hi,
I have a gentoo linux x86_64 system.
I can't compile anything because somewhere it fails to include nds.h

do i need to give it more than just the devkitpro directory and the devkitARM directory?
is it bad to have the devkitPro and ARM directories in my home folder?
thanks!

jimmy

Re: Include Faliles

Posted: Fri May 09, 2008 2:30 am
by WinterMute
Erebus wrote:Hi,
I have a gentoo linux x86_64 system.
I can't compile anything because somewhere it fails to include nds.h

do i need to give it more than just the devkitpro directory and the devkitARM directory?
Yes, you need the libnds directory as well. See http://wiki.devkitpro.org/index.php/Getting_Started for instructions.
is it bad to have the devkitPro and ARM directories in my home folder?
You can have the toolchain directories anywhere you like provided there are no spaces in the path. Your home folder is as good a place as any if you're the only user needing access to the toolchains.

Re: Include Faliles

Posted: Sun May 11, 2008 4:08 am
by Erebus
thanks.

I just forgot to mention the "libnds" directory. I found out that I had named it "libNDS." :oops:
I went ahead and put it in the /usr/local/devkitPro directory anyway.

thanks again, I was having trouble finding that link[by myself]
jimmy