Date: Thu, 10 Sep 1998 19:37:44 -0400 (EDT) From: Kevin Street <street@iname.com> To: John Birrell <jb@cimlogic.com.au> Cc: current@FreeBSD.ORG Subject: Re: kernel build error under ELF Message-ID: <13816.24725.197983.395817@kstreet.interlog.com> In-Reply-To: <199809102152.HAA12266@cimlogic.com.au> References: <13816.13295.167672.430633@kstreet.interlog.com> <199809102152.HAA12266@cimlogic.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
John Birrell writes: >Kevin Street wrote: >> My kernel builds are failing as of the last couple of days. Up until >> then they had been working fine under ELF. The current attempt is on >> an ELF system cvsuped as of this morning. >> >> Does this look familiar to anyone? > >Yes, I've seen a report of this. The suggestion was to build genassym >with the installed object format. To do this the flags need to be >set so that they don't contain the -aout argument. It will be 24 hrs >before I can spend any time on this. A little more on this. I get the same error when I try to compile any aout executable. Is there supposed to be a libgcc.a in /usr/lib/aout that should be picked up? (There isn't one there). kws $ BINFORMAT=aout; OBJFORMAT=aout; export BINFORMAT OBJFORMAT kws $ gcc hello.c -o hello /usr/libexec/aout/ld: /usr/lib/libgcc.a(): bad magic -- Kevin Street street@iName.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13816.24725.197983.395817>