James,
This is consistent with what I found with on the posts about
Debian kernel compilation errors, i.e. something having to
do with the hashing.
I think the bottom-line is that there is something wrong
with the script but the assert error doesn't give direction
as to the cause.
Don
On Friday 03 July 2009 05:56:35 am James Murray wrote:
> --- In gnu-m68hc11@yahoogroups.com, Mike McCarty
<Mike.McCarty@...> wrote:
> > Donald E Haselwood wrote:
> > > Anyone know what might the following linker message--
> > >
> > > /usr/lib/gcc-lib/m6811-elf/3.3.6-m68hc1x-20060122/../
> > >../../../m6811-elf/bin/ld: BFD 2.15 assertion fail
> > > linker.c:619
>
> It looks like it might be this:
> /* Add a symbol to the linker hash table undefs list. */
>
> void
> bfd_link_add_undef (struct bfd_link_hash_table *table,
> struct bfd_link_hash_entry *h)
> {
> BFD_ASSERT (h->u.undef.next == NULL);
>
>
> binutils/bfd/linker.c
>
> But I'm afraid I don't know how or why.
>
> James
>
>
>
> ------------------------------------
>
> To Post a message, send it to: gnu-m68hc11@eGroups.com
>
> To Unsubscribe, send a blank message to:
> gnu-m68hc11-unsubscribe@...! Groups Links
>
>
>