[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ld - 2.17.90 patch level 2.247 elfxx-mips.c
From: |
Nick Clifton |
Subject: |
Re: Ld - 2.17.90 patch level 2.247 elfxx-mips.c |
Date: |
Wed, 23 Sep 2009 12:42:33 +0100 |
User-agent: |
Thunderbird 2.0.0.23 (X11/20090825) |
Hi VIJAYENDRA,
#0 htab_traverse (htab=0x0, callback=0x8098370 <mips_elf_create_la25_stub>,
I have seen this sort of thing before. It usually happens because the
linker has been given an input file which is not the same type as the
output file it has been asked to generate. Eg because main.o is not a
mips-elf object file.
I took the patches from the CVS of Binutils - 1.247
That number does not help very much. CVS, unlike svn or git, uses
different version numbers for different files, so there is no single set
of binutils sources that corresponds to version 1.247.
So please try:
1. Building a linker with the latest binutils sources.
2. If that does not work, please create a new bug report with the
bugzilla system:
http://sourceware.org/bugzilla/
Since the main.o file appears to be important, please could you
upload it when you create the bug report. Please also include the full
command line that you use to invoke the linker.
Cheers
Nick