Search found 2 matches

by pontus
Thu Oct 25, 2007 5:20 am
Forum: PS2 Development
Topic: Linux 2.6 on PS2
Replies: 140
Views: 114651

I found that changing to O32 ABI gets rid of the sdc1 et al. I believe the N32 ABI is defined for 64-bit floating point registers, so the quickest way to a working Linux 2.6 could well be O32.
by pontus
Mon Oct 01, 2007 1:35 am
Forum: PS2 Development
Topic: Linux 2.6 on PS2
Replies: 140
Views: 114651

crossdev gcc 4.2.0

Trying to catch up to you guys... Using crossdev -t mips64r5900el-unknown-linux-uclibc fails when building gcc 4.2.0 with an internal error in the assembler. Looking closer, gcc emits the 'sdc1' instruction when compiling libgcc2, but we don't have that instruction on the EE. I believe there is some...