| View previous topic :: View next topic |
| Author |
Message |
0x00
Joined: 26 May 2007 Posts: 4
|
Posted: Sun May 27, 2007 6:52 am Post subject: Everytime. (psptoolchain) |
|
|
30-40 minutes into ./toolchain.sh...
| Code: | make[3]: psp-ar: Command not found
make[3]: *** [libgcc.a] Error 127
make[3]: *** Waiting for unfinished jobs....
psp-ar rc ./libgcov.a libgcc/./_gcov.o libgcc/./_gcov_merge_add.o libgcc/./_gco
v_merge_single.o libgcc/./_gcov_merge_delta.o libgcc/./_gcov_fork.o libgcc/./_gc
ov_execl.o libgcc/./_gcov_execlp.o libgcc/./_gcov_execle.o libgcc/./_gcov_execv.
o libgcc/./_gcov_execvp.o libgcc/./_gcov_execve.o libgcc/./_gcov_interval_profil
er.o libgcc/./_gcov_pow2_profiler.o libgcc/./_gcov_one_value_profiler.o
make[3]: psp-ar: Command not found
make[3]: *** [libgcov.a] Error 127
make[3]: Leaving directory `/home/Kadaj/psptoolchain/build/gcc-4.1.0/build-psp/g
cc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/home/Kadaj/psptoolchain/build/gcc-4.1.0/build-psp/g
cc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/home/Kadaj/psptoolchain/build/gcc-4.1.0/build-psp'
make: *** [all] Error 2
../scripts/002-gcc-4.1.0-stage1.sh: Failed. |
|
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Sun May 27, 2007 3:42 pm Post subject: |
|
|
I wish you people were more specific and not just quote the problem. I got a feeling you wont even be coding for some reason..
First of all
What are you trying to compile it in (OS) and why?
What were you doing at the time of compilation?
What versions of automake and autoconf do you have?
Wally |
|
| Back to top |
|
 |
0x00
Joined: 26 May 2007 Posts: 4
|
Posted: Mon May 28, 2007 12:49 am Post subject: |
|
|
- installed Cygwin w/'wget' and "Devel" set to "install"
- moved 'psptoolchain' in ~
user@host ~$ chown -R userhere:grouphere psptoolchain
user@host ~$ cd psptoolchain
user@host ~/psptoolchain$ chmod a+x toolchain.sh - appended to login script.
export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin
user@host ~$ ./toolchain.sh
| Quote: | | I wish you people were more specific and not just quote the problem. |
- If I did anything else that may have caused the problem, I would have posted it.
- You also saw that I was using Cygwin (in my last thread).
- If I'm using Cygwin, then I must be using Windows.
| Quote: | | What are you trying to compile it in (OS) and why? |
- Its a toolchain with '.sh' appended to the file name. (That should be enough)
- No matter what OS is used, you need a linux distro or atleast something to emulate linux (Cygwin)
- The toolchain was obviously working until 'psp-ar' was not found.
- "and why?" I thought it was obvious when you consider where we are. (ps2dev.org under psp-development)
| Quote: | | What were you doing at the time of compilation? |
??? I left for awhile. (actually, I sabotaged the process.. on purpose)
| Quote: | | What versions of automake and autoconf do you have? |
- automake 1.10
- autoconf 2.5 |
|
| Back to top |
|
 |
hlide
Joined: 10 Sep 2006 Posts: 750
|
Posted: Mon May 28, 2007 2:58 am Post subject: |
|
|
You know what ? I have also Cygwin. I don't see why you have some troubles or maybe it is because you use a non priviledged account ?
| 0x00 wrote: |
- appended to login script.
export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin
user@host ~$ ./toolchain.sh
|
i've just needed to do those and i was able to compile anything. |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Mon May 28, 2007 11:22 am Post subject: Re: Everytime. (psptoolchain) |
|
|
| Code: | | make[3]: psp-ar: Command not found |
Does /usr/local/pspdev/bin/psp-ar exist?
It should have been built and installed earlier in the build process. |
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Mon May 28, 2007 11:42 am Post subject: |
|
|
0x00: Im sorry :P
We just get too many people come here and not want to compile the toolchain to make / port their own games.
Your post looked like one of those..
So anyway enough of that..
Good Luck! :) |
|
| Back to top |
|
 |
|