| View previous topic :: View next topic |
| Author |
Message |
DiabloTerrorGF
Joined: 15 Jul 2005 Posts: 64
|
Posted: Mon Feb 19, 2007 12:45 pm Post subject: Can't install toolchain? |
|
|
| Code: | 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: | Administrator@DIABLO ~
$ svn update
Skipped '.' |
|
|
| Back to top |
|
 |
Etherous
Joined: 30 Aug 2007 Posts: 2
|
Posted: Fri Aug 31, 2007 1:51 am Post subject: Same Problem |
|
|
| 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. |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Fri Aug 31, 2007 8:53 am Post subject: |
|
|
| Have you tried looking at the readme.txt? Maybe it has some hints. |
|
| Back to top |
|
 |
trippy92
Joined: 03 Sep 2007 Posts: 1
|
Posted: Mon Sep 03, 2007 9:26 pm Post subject: Can't install toolchain? |
|
|
| 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 |
|
| Back to top |
|
 |
Smong
Joined: 04 Sep 2007 Posts: 82
|
Posted: Tue Sep 04, 2007 5:05 am Post subject: Re: Can't install toolchain? |
|
|
| DiabloTerrorGF wrote: | | Code: | 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. |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Tue Sep 04, 2007 10:14 am Post subject: |
|
|
| I'd like to mention again that looking at the included readme.txt may indicate the 'proper' way to do things. |
|
| Back to top |
|
 |
charafe
Joined: 06 Feb 2007 Posts: 12
|
Posted: Fri Sep 07, 2007 12:38 am Post subject: Reinstalling toolchain |
|
|
Hi I would like to know how to add the environmental variable to my path.
This is what i did:
| Quote: |
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 |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Fri Sep 07, 2007 1:43 am Post subject: |
|
|
If you're going to run the script with sudo, use the sudo script:
| Code: | | sudo ./toolchain-sudo.sh |
|
|
| Back to top |
|
 |
urherenow
Joined: 07 Sep 2007 Posts: 2 Location: usa
|
Posted: Fri Sep 07, 2007 12:32 pm Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
|