Search found 3 matches

by flynnt
Tue Jul 08, 2008 8:51 am
Forum: PSP Development
Topic: problem compiling psptoolchain (unrecognized option `-Qy')
Replies: 5
Views: 2036

ah, those version numbers are critical. I'll have to give that a try when I get back home. Thanks!
by flynnt
Sun Jul 06, 2008 7:41 pm
Forum: PSP Development
Topic: problem compiling psptoolchain (unrecognized option `-Qy')
Replies: 5
Views: 2036

ok, i think i understand what the problem is, but am not quite sure the best way to fix it... The problem is that I did a 'yum update all' a little while back and now my gcc version is 4.1.1 and my binutils is 2.16.91. The psp binutils is 2.16.1. I tried hacking as.c in gas/ to take and ignore "...
by flynnt
Sun Jul 06, 2008 2:06 pm
Forum: PSP Development
Topic: problem compiling psptoolchain (unrecognized option `-Qy')
Replies: 5
Views: 2036

problem compiling psptoolchain (unrecognized option `-Qy')

Hi, I did a checkout of the toolchain with svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain set my PSPDEV env variable to /usr/local/pspdev and setup my path. I did a ./toolchain.sh it grabbed and unpacked the binutils and gcc...and it fails while building with the following message: gcc -c -g -O2...