Search found 5 matches

by gtbX
Sun Aug 12, 2007 9:27 am
Forum: PS2 Development
Topic: Linux 2.6 on PS2
Replies: 140
Views: 114605

I noticed your gcc overlay, but didn't install it since its so old. I tried crossdev yet again, this time using both: crossdev -t mips64r5900el-unknown-linux-gnu crossdev -t mips64r5900el-unknown-linux-uclibc This got much farther along, but of course, plain gcc-4.2.1 doesn't build since your patch ...
by gtbX
Sat Aug 11, 2007 10:19 am
Forum: PS2 Development
Topic: Linux 2.6 on PS2
Replies: 140
Views: 114605

I tried using your portage overlay, but it still didn't install. (crossdev -t mips64r5900el-scei-linux-uclibc). I've used crossdev before to install sparc and hppa toolchains, though I've only used them with distcc to install stuff. I'm trying again manually with a --target=mips64r5900el-unknown-lin...
by gtbX
Thu Aug 09, 2007 10:54 am
Forum: PS2 Development
Topic: Linux 2.6 on PS2
Replies: 140
Views: 114605

Chewi, how does one use a CTARGET? I tried using --target=mips64r5900el-scei-linux-uclibc for binutils, but it choked on the -uclibc part, so I changed it to -gnu. Then, gcc complained that it couldn't recognize the chost, so I changed it to mipsel-linux-gnu (going for lowest common denominator). gc...
by gtbX
Tue Aug 07, 2007 9:45 am
Forum: PS2 Development
Topic: Linux 2.6 on PS2
Replies: 140
Views: 114605

Hey Chewi, what version/patch of binutils are you using for that? I tried compiling alexp's kernel with the ps2dev toolchain (gcc-3.2.2), but it dies early on with an error of include/asm/sgidefs.h:18:2: #error Use a Linux compiler or give up. and many of these include/asm/io...
by gtbX
Wed Jul 25, 2007 10:24 am
Forum: PS2 Development
Topic: Linux 2.6 on PS2
Replies: 140
Views: 114605

Hi, I've been following this thread for a while, and I want to start experimenting. One question though, how do you set up gcc? I downloaded the gcc source, and applied your patch. I ran "./configure --target=mipsel --prefix=/path/in/my/home/dir && make", but it fails some ways in....