Hello guys!
I'm a really newbie on linux ps2 (just installed few days ago deba5er usb distro).
I got a problem while trying to compile gcc 4.4. It just blows up and I got the "out of the branch" error. So i thought it could be a linker problem while trying to link the assembler.
Searching on google I found that with newer versions of binutils i can use an option called -relax-branch to solve the previous problem, but that requieres to update the binutils.
I downloaded the binutils from gnu ftp server, and here comes my problems:
compiling binutils 2.20.1 with ./configure (no options, all by default) i compiles and passes the checks. When I try to compile a simple dummy code like:
void(){} (just this in a file) i got this error:
as: unrecognized option `-mwarn-short-loop'
So i decided to test a older version, 2.14.
I repeat the scenario, but I got a different error:
as: unrecognized option `-mcpu=r5900'
Any light on that??
Thanks!!