On Thu, 19 Oct 2000 13:28:45 +0200,
Guido Guenther <guido.guenther@gmx.net> wrote:
>On Mon, Oct 16, 2000 at 03:00:53AM +0200, Ralf Baechle wrote:
>> On Sat, Oct 14, 2000 at 09:18:50PM +0200, Guido Guenther wrote:
>>
>> > On Sat, Oct 14, 2000 at 12:58:55PM +0100, Ian Chilton wrote:
>> > > /crossdev/mips-linux/bin/ld: cannot open crti.o: No such file or
>> > > directory
>> > I see the same thing here. gcc from cvs 000925 seems to be o.k.
>>
>> The file crti.o should be in /crossdev/mips-linux/lib/crti.o. Is it actually
>> there? Can you checkout where the x-compiler is actually searching
>> for those files?
>It's not there, it seems like binutils(cvs 001013 + rel32 patch)
>don't build/install it. xgcc searches in:
Data point. Same problem (no crti.o) with bleeding edge gcc and
binutils, cross compile ix86 to ia64, using a home grown cross compile
script. Configuring gcc with --disable-shared avoids the problem, at
the expense of not building a shared libgcc.
|