compilie toolchain using toolchain-beta

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
NSX2002
Posts: 4
Joined: Wed Feb 25, 2004 12:50 pm
Location: Seoul Korea

compilie toolchain using toolchain-beta

Post 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.
Out of Mind : Out of Sight.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Take a look at my hints here:

http://forums.ps2dev.org/viewtopic.php?t=153
NSX2002
Posts: 4
Joined: Wed Feb 25, 2004 12:50 pm
Location: Seoul Korea

Post by NSX2002 »

Oh I missed it.
Seems to be working.
Out of Mind : Out of Sight.
Post Reply