ld: bfd assertion fail

Grigory Zagorodnev grigory1976@mail.ru
Tue Sep 11 03:58:00 GMT 2001


Hi!

Linking one of the applications on IA-64 Linux I've got following warning:
	ld: bfd assertion fail elf64-ia64.c:3005

Is anybody know the nature of this fail?

Notes:
1. I'm using following linker
GNU ld version 2.11.90.0.8 (with BFD 2.11.90.0.8)
  Supported emulations:
   elf64_ia64

2. Assertion conditions are: (files elf64-ia64.c)
3004	  BFD_ASSERT (sizeof (Elf64_External_Rela) * srel->reloc_count
3005		      <= srel->_cooked_size);

3. The application I'm building contains set of libraries, both static and shared.
Described message appear in case of mixing shared and static libraries. But everything clear when I'm using shared libraries only.

Thanks,
Grigory.



More information about the Binutils mailing list