This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

error in compiling binutils 2.16.1


for BSD/Os 4.3.1 I get:

/usr/bin/gcc -DHAVE_CONFIG_H -I. -I.././bfd -I. -D_GNU_SOURCE -I. -I.././bfd -I.././bfd/../include -I.././bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O9 -Wall -march=i686 -c i386bsd.c -o i386bsd.o
i386bsd.c: In function `i386bsd_callback':
i386bsd.c:69: structure has no member named `raw_size'
i386bsd.c:130: structure has no member named `raw_size'
i386bsd.c:130: structure has no member named `raw_size'
i386bsd.c:130: structure has no member named `raw_size'
i386bsd.c:131: structure has no member named `raw_size'
i386bsd.c:132: structure has no member named `raw_size'
i386bsd.c:132: structure has no member named `raw_size'
i386bsd.c:132: structure has no member named `raw_size'
i386bsd.c:133: structure has no member named `raw_size'
i386bsd.c:134: structure has no member named `raw_size'
i386bsd.c:134: structure has no member named `raw_size'
i386bsd.c:134: structure has no member named `raw_size'
i386bsd.c:135: structure has no member named `raw_size'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
gallifrey.nk.ca//usr/source/binutils-2.16.1$ !egrep
egrep raw_size bfd/*.c
bfd/ecoff.c:  bfd_size_type raw_size;
bfd/ecoff.c:  /* Alpha ecoff makes the determination of raw_size difficult. It has
bfd/ecoff.c:  raw_size = raw_end - raw_base;
bfd/ecoff.c:  if (raw_size == 0)
bfd/ecoff.c:  raw = (PTR) bfd_alloc (abfd, raw_size);
bfd/ecoff.c:      || bfd_bread (raw, raw_size, abfd) != raw_size)
bfd/i386bsd.c:  obj_textsec (abfd)->raw_size = N_TXTSIZE(*execp);
bfd/i386bsd.c:  if ((BFD_ALIGN (obj_textsec (abfd)->raw_size, arch_align)
bfd/i386bsd.c:       == obj_textsec (abfd)->raw_size)
bfd/i386bsd.c:      && (BFD_ALIGN (obj_datasec (abfd)->raw_size, arch_align)
bfd/i386bsd.c:        == obj_datasec (abfd)->raw_size)
bfd/i386bsd.c:      && (BFD_ALIGN (obj_bsssec (abfd)->raw_size, arch_align)
bfd/i386bsd.c:        == obj_bsssec (abfd)->raw_size))

What changed?

-- 
Member - Liberal International	
This is doctor@nl2k.ab.ca	Ici doctor@nl2k.ab.ca
God Queen and country! Beware Anti-Christ rising!
nk.ca started 1 June 1995


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]