ps3dev / ps3toolchain

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

Improvements and more #106

Closed luizfernandonb closed 2 years ago

luizfernandonb commented 3 years ago

1. - README.md has been modified to be more user-friendly 2. - GDB has been updated to version 10.1 (the most recent so far) 3. - Instead of telling the user that it was not possible to create the $PS3DEV folder, the toolchain will create it and give the user ownership. 4. - Some files that were downloaded in .bz2 and .xz were modified to be downloaded in .tar.gz and with that it was possible to use the pigz program that uses multi-thread to decompress .tar.gz files 5. - New flags in the compilation were added (I was a little hesitant to use the -O3 flag but decided to use it anyway), if they don't think it's good, I can remove

In short this is it, if you look at what has been modified, you will see it was practically this

zeldin commented 3 years ago

4. - Some files that were downloaded in .bz2 and .xz were modified to be downloaded in .tar.gz and with that it was possible to use the pigz program that uses multi-thread to decompress .tar.gz files

Dude. You increased the download time of binutils by 12 seconds in order to speed up an uncompress which takes 4 seconds... 😆

luizfernandonb commented 3 years ago

4. - Some files that were downloaded in .bz2 and .xz were modified to be downloaded in .tar.gz and with that it was possible to use the pigz program that uses multi-thread to decompress .tar.gz files

Dude. You increased the download time of binutils by 12 seconds in order to speed up an uncompress which takes 4 seconds... 😆

For me the download time stayed the same 🤔

luizfernandonb commented 3 years ago

I believe that everything is now all right

luizfernandonb commented 3 years ago

After many adjustments and a long time waiting to finish the builds, I believe that the best I can extract from the toolchain build, that's it, I accept suggestions

miigotu commented 3 years ago

I just realized this is seriously going to conflict with my PR lol

luizfernandonb commented 3 years ago

@shagkur @zeldin Here are the requested changes (I believe), and sorry for the delay, my college class has started, I ask you to review this latest commit

luizfernandonb commented 3 years ago

@zeldin I made the changes you asked for and executed the command that you sent me, please see if you had the result waiting, when I executed the command here, it didn't show any errors, but I also didn't see a success message

And about numbering, I decided to do it as if it were subprocesses, for example, step 4 if you have any peculiarities, the next number is 4.1 and etc.