[LLVMdev] Re: Release 1.6 LLVM-Cfrontend build error on cygwin
Anton Korobeynikov
asl at math.spbu.ru
Tue May 16 12:26:56 PDT 2006
Hello, Reid.
You wrote Tuesday, May 16, 2006, 11:13:19 PM:
RS> What does the assertion say?
The same text, as in the original e-mail:
<=cut=>
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
BFD 2.16.91 20050610 assertion fail /netrel/src/binutils-20050610-1/bfd/cofflink.c:1926
<=cut=>
This assertions is in big function named:
bfd_boolean
_bfd_coff_link_input_bfd (struct coff_final_link_info *finfo, bfd *input_bfd)
The text around assertion:
h = NULL;
if (*indexp < 0)
{
h = *sym_hash;
/* The m68k-motorola-sysv assembler will sometimes
generate two symbols with the same name, but only one
will have aux entries. */
BFD_ASSERT (isymp->n_numaux == 0
|| h->numaux == isymp->n_numaux);
}
--
With best regards,
Anton mailto:asl at math.spbu.ru
Tuesday, May 16, 2006 11:23:43 PM
Faculty of Mathematics & Mechanics, Saint-Petersburg State University
More information about the llvm-dev
mailing list