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



_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to