public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Is this a known error?
@ 2005-09-07 20:01 Joel Sherrill <joel@OARcorp.com>
  2005-09-07 20:11 ` Daniel Jacobowitz
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Sherrill <joel@OARcorp.com> @ 2005-09-07 20:01 UTC (permalink / raw)
  To: binutils


Hi,

In looking over RTEMS build logs using gcc 4.0.1 and binutils 2.16.1,
I came across this error message from ld on m68k-rtems (elf) for a
board using -m68000 to link:


/opt/rtems-4.7/lib/gcc/m68k-rtems4.7/4.0.1/../../../../m68k-rtems4.7/bin/ld: 
BFD 2.16.1 internal error, aborting at ../../binutils-2.16.1/bfd/cache.c 
line 496 in bfd_cache_lookup_worker

/opt/rtems-4.7/lib/gcc/m68k-rtems4.7/4.0.1/../../../../m68k-rtems4.7/bin/ld: 
Please report this bug.

Does this look familiar to anyone?

It was produced while linking an application so I think I will have
to send test .o's to someone directly if they want to reproduce it.

Thanks.

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel@OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
    Support Available             (256) 722-9985

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Is this a known error?
  2005-09-07 20:01 Is this a known error? Joel Sherrill <joel@OARcorp.com>
@ 2005-09-07 20:11 ` Daniel Jacobowitz
  2005-09-12 23:03   ` Joel Sherrill <joel@OARcorp.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Jacobowitz @ 2005-09-07 20:11 UTC (permalink / raw)
  To: Joel Sherrill <joel@OARcorp.com>; +Cc: binutils

On Wed, Sep 07, 2005 at 02:34:51PM -0500, Joel Sherrill <joel@OARcorp.com> wrote:
> 
> Hi,
> 
> In looking over RTEMS build logs using gcc 4.0.1 and binutils 2.16.1,
> I came across this error message from ld on m68k-rtems (elf) for a
> board using -m68000 to link:
> 
> 
> /opt/rtems-4.7/lib/gcc/m68k-rtems4.7/4.0.1/../../../../m68k-rtems4.7/bin/ld: 
> BFD 2.16.1 internal error, aborting at ../../binutils-2.16.1/bfd/cache.c 
> line 496 in bfd_cache_lookup_worker
> 
> /opt/rtems-4.7/lib/gcc/m68k-rtems4.7/4.0.1/../../../../m68k-rtems4.7/bin/ld: 
> Please report this bug.
> 
> Does this look familiar to anyone?
> 
> It was produced while linking an application so I think I will have
> to send test .o's to someone directly if they want to reproduce it.

Normally, this error means "we closed the file to regain an fd, and
when we went to re-open it, it wasn't there".  This abort mighty screws
up GDB, by the way.

But that seems unlikely to be the cause here...

-- 
Daniel Jacobowitz
CodeSourcery, LLC

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Is this a known error?
  2005-09-07 20:11 ` Daniel Jacobowitz
@ 2005-09-12 23:03   ` Joel Sherrill <joel@OARcorp.com>
  2005-09-30 11:07     ` Nick Clifton
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Sherrill <joel@OARcorp.com> @ 2005-09-12 23:03 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: binutils

Daniel Jacobowitz wrote:
> On Wed, Sep 07, 2005 at 02:34:51PM -0500, Joel Sherrill <joel@OARcorp.com> wrote:
> 
>>Hi,
>>
>>In looking over RTEMS build logs using gcc 4.0.1 and binutils 2.16.1,
>>I came across this error message from ld on m68k-rtems (elf) for a
>>board using -m68000 to link:
>>
>>
>>/opt/rtems-4.7/lib/gcc/m68k-rtems4.7/4.0.1/../../../../m68k-rtems4.7/bin/ld: 
>>BFD 2.16.1 internal error, aborting at ../../binutils-2.16.1/bfd/cache.c 
>>line 496 in bfd_cache_lookup_worker
>>
>>/opt/rtems-4.7/lib/gcc/m68k-rtems4.7/4.0.1/../../../../m68k-rtems4.7/bin/ld: 
>>Please report this bug.
>>
>>Does this look familiar to anyone?
>>
>>It was produced while linking an application so I think I will have
>>to send test .o's to someone directly if they want to reproduce it.
> 
> 
> Normally, this error means "we closed the file to regain an fd, and
> when we went to re-open it, it wasn't there".  This abort mighty screws
> up GDB, by the way.
> 
> But that seems unlikely to be the cause here...
> 

Do you want me to put together a bug kit with .o's and .a's so someone
can look at it?

--joel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Is this a known error?
  2005-09-12 23:03   ` Joel Sherrill <joel@OARcorp.com>
@ 2005-09-30 11:07     ` Nick Clifton
  0 siblings, 0 replies; 4+ messages in thread
From: Nick Clifton @ 2005-09-30 11:07 UTC (permalink / raw)
  To: joel.sherrill; +Cc: Daniel Jacobowitz, binutils

Hi Joel,

>>> /opt/rtems-4.7/lib/gcc/m68k-rtems4.7/4.0.1/../../../../m68k-rtems4.7/bin/ld: 
>>> BFD 2.16.1 internal error, aborting at 
>>> ../../binutils-2.16.1/bfd/cache.c line 496 in bfd_cache_lookup_worker
>>> /opt/rtems-4.7/lib/gcc/m68k-rtems4.7/4.0.1/../../../../m68k-rtems4.7/bin/ld: 
>>> Please report this bug.

> Do you want me to put together a bug kit with .o's and .a's so someone
> can look at it?

Yes please.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-30 10:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-07 20:01 Is this a known error? Joel Sherrill <joel@OARcorp.com>
2005-09-07 20:11 ` Daniel Jacobowitz
2005-09-12 23:03   ` Joel Sherrill <joel@OARcorp.com>
2005-09-30 11:07     ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).