Search the web
Sign In
New User? Sign Up
gnu-m68hc11 · GNU 68HC11/HC12
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
ld scripts: assert error   Message List  
Reply | Forward Message #9360 of 9382 |
Re: ld scripts: assert error

--- 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




Fri Jul 3, 2009 9:56 am

jsmcortina
Offline Offline
Send Email Send Email

Forward
Message #9360 of 9382 |
Expand Messages Author Sort by Date

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...
Donald E Haselwood
ptfwq
Offline Send Email
Jun 25, 2009
4:16 pm

... [searches] I'm afraid "You must use the Source, Luke." Even "Free" software has its price. Mike -- ...
Mike McCarty
Mike.McCarty@...
Send Email
Jun 25, 2009
4:47 pm

... 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, ...
James Murray
jsmcortina
Offline Send Email
Jul 3, 2009
9:57 am

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...
Donald E Haselwood
ptfwq
Offline Send Email
Jul 3, 2009
4:10 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help