problem installing and running toolchain

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

Moderators: cheriff, TyRaNiD

Post Reply
maverick990
Posts: 2
Joined: Fri Jun 23, 2006 6:25 am

problem installing and running toolchain

Post by maverick990 »

hey guys, i posted this on qj.net, but figured you would know much more about it. i have a very frustrating problem.

i installed cygwin with these packages in addition to the standards:

Code: Select all

* autoconf 2.5 (or greater)
* automake 1.9 (or greater)
* bash
* coreutils
* diffutils
* gcc
* gcc-core
* gcc-g++
* grep
* gzip
* make
* patch
* patchutils
* sed
* subversion
* tar
* wget 

then install them, run cygwin, and type

Code: Select all

svn co svn://ps2dev.org/psp/trunk/psptoolchain


cd psptoolchain

chmod a+x ./toolchain.sh

./toolchain.sh
after typing that i get the error

ERROR: Please make sure you have 'automake' installed
i know i installed automake, i have versions 1.41-1.92 installed. its funny because i was going to try extracting ooPo's toolchain instead of using the svn, but ooPo pulled the downloads as soon as i started getting the error. this is extremely frustrating.

thanks, any help is appreciated.

edit: looks like the newly uploaded toolchain is working for me, thanks 0obles!!
Post Reply