This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: [Fwd: conflicting type for syserr_list]



  In message <35B864D8.A0779EEC@kieray1.p.y.ki.era.ericsson.se>you write:
  > I am tying to make a cross compiler for ppc to compile linux
  > kernel from a i386 debian system to an ppc 860 cpu.
  > 
  > binutils.2.9.1 and configure with --target=ppc-linux-elf works.
  > 
  > egcs.1.0.3a and configure with --target=ppc-linux-elf don't.
  > 
  > I have header files from libc6-dev-2-0-94-980619-1.deb taken from
  > the ppc directory. and linux kernel source for 2.0.34 (no Iam not
  > going to use that source later)
I believe the problem you're reported has been fixed for egcs-1.1
(by using autoconf to drive libiberty's configuration process).

You can probably work around this problem by removing the
definition of NEED_sys_errlist from <objdir>/ppc-linux-elf/libiberty/config.h
jeff


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