Page 1 of 1

Buildscripts 20081210 - problem

Posted: Thu Dec 18, 2008 2:16 am
by elvio
Hello,

This is my first try at installing devkitPro (devkitARM, actually) on a Mac Intel, OS X 10.4.11
I installed the latest versions of FreeImage, GMP and MPFR. When I try to install devkitARM, I get stuck at the gcc compiler :cry:
This is the message I get:

Ready to install devkitARM in /opt/devkitpro/

press return to continue

env: ../../gcc-4.3.2/configure: No such file or directory
Error configuring gcc

BUT I do have a "gcc-4.3.2" directory (containing a "configure" file) inside the "buildscripts" directory…

Any ideas? Thanks, E.

Re: Buildscripts 20081210 - problem

Posted: Thu Dec 18, 2008 4:41 am
by WinterMute
You might be better with the manual install instructions at http://wiki.devkitpro.org/index.php/Get ... /devkitARM

We do plan on putting together a cross platform installer in the very near future though.

Building from source isn't quite as easy as it might appear from the scripts and it's really difficult to know what's gone wrong there.

Re: Buildscripts 20081210 - problem

Posted: Thu Dec 18, 2008 10:21 am
by elvio
Thanks a lot ! I started to feel really dumb…
I'll try the manual installation, and let you know.

E