Everytime. (psptoolchain)

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

Moderators: cheriff, TyRaNiD

Post Reply
0x00
Posts: 4
Joined: Sat May 26, 2007 8:25 pm

Everytime. (psptoolchain)

Post by 0x00 »

30-40 minutes into ./toolchain.sh...

Code: Select all

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.
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

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
0x00
Posts: 4
Joined: Sat May 26, 2007 8:25 pm

Post by 0x00 »

- 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
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.
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)
What were you doing at the time of compilation?
??? I left for awhile. (actually, I sabotaged the process.. on purpose)
What versions of automake and autoconf do you have?
- automake 1.10
- autoconf 2.5
hlide
Posts: 739
Joined: Sun Sep 10, 2006 2:31 am

Post by hlide »

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.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Re: Everytime. (psptoolchain)

Post by ooPo »

Code: Select all

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.
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

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! :)
Post Reply