Page 1 of 1

Toolchain manual update & compile

Posted: Sun Jul 09, 2006 3:00 pm
by sinX
Because of server problems or something I had to down load the the update binutils manually. What I need to know is how to compile them manually. I tried "./toolchain.sh", but it still tries to connect and download first instead of just compiling. This is my first time setting up an environment and for the life of me have not been able to get passed this update!

Posted: Sun Jul 09, 2006 3:08 pm
by Drakonite

Code: Select all

./toolchain -b -g -n -p
That should build the toolchain, but skip the downloading phase.

Posted: Mon Jul 10, 2006 12:10 pm
by sinX
It would be a huge help if I could get a diagram or outline or something of the cygwin directory down. What I'm trying to do is figure out what files and folders I need and where they go. I downloaded this

Code: Select all

pspdev-20060525.tar.bz2 - The newer, makefile-based toolchain build method.
from http://www.oopo.net/consoledev/

It seems to have the folders I need I just really have no idea where to put them!!

Thanks Darkonite thats exactly what I've been looking for!! (I think) You have know idea how hard it has been getting help with this!