ps3dev / ps3toolchain

A script to autobuild an open source toolchain for the PS3.
BSD 2-Clause "Simplified" License
283 stars 92 forks source link

space-time for ps3 chain tools #6

Closed kendallgreen closed 13 years ago

kendallgreen commented 13 years ago

I tried to compile the ps3 chain tools but after several hours my internet connection failed before getting gdb-7.2.tar.bz. Can I restart it without downloading gcc 4.5.1 and 4.5.2 and building everything before that. Do I need both gcc 4.5.1 and 4.5.2? do I need the tar files?

ooPo commented 13 years ago

If the tar files are in the build directory, it will not attempt to re-download them.

Also, you can run just the specific steps you weren't able to run before. Inside the scripts directory you can see that they are all numbered. As an example, to run just the steps from ppu-gdb onward, use:

./toolchain.sh 5 6 7 8 9 10

kendallgreen commented 13 years ago

thanks . I only needed to run script 010. I just ran ./010*