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...
:(
Search found 3 matches
- Fri Jul 09, 2004 1:18 am
- Forum: PS2 Development
- Topic: [GCC 3.2.2] ldfcn.h not found?
- Replies: 5
- Views: 5207
- Thu Jul 08, 2004 4:04 am
- Forum: PS2 Development
- Topic: [GCC 3.2.2] ldfcn.h not found?
- Replies: 5
- Views: 5207
- 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: ....