Search found 3 matches

by EdSchouten
Fri Jul 09, 2004 1:18 am
Forum: PS2 Development
Topic: [GCC 3.2.2] ldfcn.h not found?
Replies: 5
Views: 5207

Hmmm... I've tried to build a cross-compiler for my Pentium 4 so it can compile mips64r5900el-sky-linux-gnu, but this fails, because it builds the stage1 compiler for mips64r5900el-sky-linux-gnu, so that it can't compile the stage2 compiler for my Pentium 4...

:(
by EdSchouten
Thu Jul 08, 2004 4:04 am
Forum: PS2 Development
Topic: [GCC 3.2.2] ldfcn.h not found?
Replies: 5
Views: 5207

Hehe, stupid me :P I found the problem. I had to use mips64r5900el-sky-linux-gnu as host :P But now I still have a problem, and I guess it is a bug... Here is what happens when I start compiling GCC: make[2]: Entering directory `/home/lfs/sources/gcc-build/gcc' HEADERS="...
by EdSchouten
Wed Jul 07, 2004 5:37 pm
Forum: PS2 Development
Topic: [GCC 3.2.2] ldfcn.h not found?
Replies: 5
Views: 5207

[GCC 3.2.2] ldfcn.h not found?

Hello guys, At the moment, I'm trying to do a Linux From Scratch install on the Playstation2, to get some newer software running. Binutils 2.14 compiled fine on the machine and seems to work great. GCC, however, won't build properly. If I apply the patch to GCC 3.2.2 and configure it as following: ....