Page 1 of 1

compilie toolchain using toolchain-beta

Posted: Mon Mar 15, 2004 1:48 pm
by NSX2002
I've tried compling toolchain using ooPo's toolchain-beta distribution.
and while compling libhdd, some errors occured.

first, the -mcpu option in $LIBHDD/ee/Rules.make file seems to be the
problem so changed it into -march.

and then message
"cc1: warning: The -march option is incompatible to -mipsN and therefore ignored.
cc1: -mips0 does not support 64 bit fp registers"
came out.

similar problem occurs while compiling ps2ip

how can i fix it?
Thank you in advance.

Posted: Mon Mar 15, 2004 2:43 pm
by ooPo
Take a look at my hints here:

http://forums.ps2dev.org/viewtopic.php?t=153

Posted: Mon Mar 15, 2004 3:43 pm
by NSX2002
Oh I missed it.
Seems to be working.