Search found 7 matches

by YellowShadow
Fri Aug 29, 2008 2:01 am
Forum: PSP Development
Topic: Error running toolchain
Replies: 15
Views: 5613

I'm trying to compile SDL and when I did this line: ./configure --host psp --prefix=$(psp-config --psp-prefix) I get the following stuff in the console and it fails: configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is de...
by YellowShadow
Thu Aug 28, 2008 2:41 pm
Forum: PSP Development
Topic: Error running toolchain
Replies: 15
Views: 5613

How do I install the psp version of libraries like TinyXML, SDL, SDL_Image, SDL_Mixer, etc...

I know there in the ps2dev svn but don't know how to install them through cygwin.
by YellowShadow
Thu Aug 28, 2008 1:00 pm
Forum: PSP Development
Topic: Error running toolchain
Replies: 15
Views: 5613

Raphael wrote:Yes. Whatever tutorial you used, it is outdated.

Here is an up-to-date tutorial on setting up the toolchain:
http://www.psp-programming.com/forums/i ... ,62.0.html

What you need to do is step 5.
Thanks,

It worked :D
by YellowShadow
Thu Aug 28, 2008 3:30 am
Forum: PSP Development
Topic: Error running toolchain
Replies: 15
Views: 5613

Okay now I'm getting a new error saying this: $ ./toolchain.sh ERROR: Add C:/cygwin/usr/local/pspdev/bin to your path before continuing. ../depends/check-pspdev.sh: Failed. My cygwin.bat file says @echo off C: chdir C:\cygwin\bin set PSPDEV=C:/cygwin/u...
by YellowShadow
Wed Aug 27, 2008 4:52 pm
Forum: PSP Development
Topic: Error running toolchain
Replies: 15
Views: 5613

jojojoris wrote:Hey..
I had the same problem. It's was a while ago. but you have to search for
libmpfr-devel
and
libgmp-devel

But after i installed that i got some other problems. so im now trying to instal in with MINGW MSYS instead of Cygwin.
Oh okay, thanks will try that :D
by YellowShadow
Wed Aug 27, 2008 2:10 pm
Forum: PSP Development
Topic: Error running toolchain
Replies: 15
Views: 5613

There is no package called gmp-devel and mpfr-devel, but I've installed gmp and mpfr (thats how they were listed in the package selection screen).
by YellowShadow
Wed Aug 27, 2008 12:39 pm
Forum: PSP Development
Topic: Error running toolchain
Replies: 15
Views: 5613

Error running toolchain

I'm building the toolchain in Windows using Cygwin. I checked out the latest version from the SVN but it says it can't find gmp. I installed gmp and from the cygwin install program and re-ran the toolchain only to get the same error. Am I missing something here?

Can anyone help?

Thanks!