bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

avr-ld Bus Error under Mac OS X


From: Peter N Lewis
Subject: avr-ld Bus Error under Mac OS X
Date: Wed, 23 Jan 2002 17:29:02 +0800

I have installed gcc-3.0.3, binutils-020121, and avr-libc-20020115 under Mac OS X 10.1.2.

avr-ld is giving a Bus Error.

I did a bit of debugging, and the error is on the reference to isec->flags in elflink.h

      /* See if we are discarding symbols with this name.  */
      if ((finfo->info->strip == strip_some
           && (bfd_hash_lookup (finfo->info->keep_hash, name, false, false)
               == NULL))
          || (((finfo->info->discard == discard_sec_merge
                && (isec->flags & SEC_MERGE) && ! finfo->info->relocateable)
               || finfo->info->discard == discard_l)
              && bfd_is_local_label_name (input_bfd, name)))
        continue;

name is "no_vect"

and isec was set to bfd_abs_section_ptr

I'm afraid I'm getting rapidly out of my depth. Any ideas what the problem might be?

Thanks,
   Peter.


--
<http://www.interarchy.com/>  <ftp://ftp.interarchy.com/interarchy.hqx>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]