Toolchain script error

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

Moderators: cheriff, TyRaNiD

Post Reply
mstrhelix
Posts: 7
Joined: Fri Feb 10, 2006 10:43 am

Toolchain script error

Post by mstrhelix »

When i try to run the toolchain script under WinXP pro cygwin and latest toolchain.sh script i get the following error... what is psp-ar ?????

make[2]: psp-ar: Command not found
make[2]: *** [libgcc.a] Error 127
make[2]: Leaving directory `/tmp/pspdev/gcc-4.0.2/build-psp/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/tmp/pspdev/gcc-4.0.2/build-psp/gcc'
make: *** [all-gcc] Error 2
ERROR BUILDING GCC

Lance@athlon2500 ~/psptoolchain-20060120/psptoolchain
$

I've been trying to get toolchain working since the last toolchain version, so i tried that one and just tried the newest a week ago.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

You will find psp-ar was built in the binutils step. Unfortunately, you didn't read the README.TXT that tells you to set your path properly before running the script.
Post Reply