Jonathan Day <[EMAIL PROTECTED]> writes: > I -think- I need a chisel, as well, though. On > producing the bootstrap GCC cross-compiler, trying to > compile with it produces the error that it can't find > crti.o, crtn.o or crt1.o. IIRC, these are produced > when compiling GCC, but the GCC in CVS does not have > the source file for crt1.c for MIPS, does not compile > crti.c by default and the assembler choked on crtn.o
On a GNU/Linux system, crti.o, crtn.o, and crt1.o normally come from glibc, not gcc. crtbegin.o and crtend.o come from gcc. Ian