Can't install toolchain?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
DiabloTerrorGF
Posts: 64
Joined: Fri Jul 15, 2005 11:44 pm

Can't install toolchain?

Post by DiabloTerrorGF »

Code: Select all

checking for working mmap... no
checking for working strncmp... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
mkdir -p -- ./bfd
Configuring in bfd
configure: creating cache ./config.cache
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... Invalid configuration `psp': machine `psp' not re
cognized
configure: error: /bin/sh ../../bfd/../config.sub psp failed
make: *** [configure-bfd] Error 1
ERROR BUILDING BINUTILS (binutils-2.16 psp)
I heard after downloading the toolchain I'm supposed to svn update then run the script but the update doesn't work(?):

Code: Select all

Administrator@DIABLO ~
$ svn update
Skipped '.'
Etherous
Posts: 2
Joined: Thu Aug 30, 2007 1:27 pm

Same Problem

Post by Etherous »

I'm having this same exact problem, except I'm on i686 darwin(Mac OS X). How do you update it over svn? It just skips for me as well.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Have you tried looking at the readme.txt? Maybe it has some hints.
trippy92
Posts: 1
Joined: Mon Sep 03, 2007 9:20 pm

Can't install toolchain?

Post by trippy92 »

i have the same prob and ive tried cygwin and ubuntu linux and i get to the same bit every time it wont update the read me doesnt hel ether
Smong
Posts: 82
Joined: Tue Sep 04, 2007 4:44 am

Re: Can't install toolchain?

Post by Smong »

DiabloTerrorGF wrote:

Code: Select all

Administrator@DIABLO ~
$ svn update
Skipped '.'
See that ~? That means you are in your "home" directory, I think you need to be inside the psptoolchain directory. Type cd psptoolchain then try svn update again.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

I'd like to mention again that looking at the included readme.txt may indicate the 'proper' way to do things.
charafe
Posts: 12
Joined: Tue Feb 06, 2007 7:32 pm

Reinstalling toolchain

Post by charafe »

Hi I would like to know how to add the environmental variable to my path.
This is what i did:
charafe@charafe-laptop:~/code-dev/psptoolchain$ sudo ./toolchain.sh ERROR: Add /usr/local/pspdev//bin to your path before continuing.
../depends/check-pspdev.sh: Failed.
charafe@charafe-laptop:~/code-dev/psptoolchain$ export PATH=$PATH:$PSPDEV/bin charafe@charafe-laptop:~/code-dev/psptoolchain$ sudo ./toolchain.sh ERROR: Add /usr/local/pspdev//bin to your path before continuing.
../depends/check-pspdev.sh: Failed.
But still it is not working.

I tried to put export blablabla in my .bashrc file. But it didn t change anything. Do you have any idea?

Thank you
Rad
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

If you're going to run the script with sudo, use the sudo script:

Code: Select all

sudo ./toolchain-sudo.sh
urherenow
Posts: 2
Joined: Fri Sep 07, 2007 12:29 pm
Location: usa

Post by urherenow »

I couldn't get ./toolchain.sh 8 or 9 to install properly. Just downloaded the whole "trunk" and get errors trying to set up zziplib as well. Of course using svn and such so everything I'm getting is the latest and greatest, right?
Post Reply