From owner-freebsd-current Thu Sep 10 16:38:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28001 for freebsd-current-outgoing; Thu, 10 Sep 1998 16:38:53 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from kstreet.interlog.com (kstreet.interlog.com [198.53.146.171]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27976 for ; Thu, 10 Sep 1998 16:38:43 -0700 (PDT) (envelope-from kws@kstreet.interlog.com) Received: (from kws@localhost) by kstreet.interlog.com (8.9.1/8.8.8) id TAA01573; Thu, 10 Sep 1998 19:37:44 -0400 (EDT) (envelope-from kws) From: Kevin Street MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 10 Sep 1998 19:37:44 -0400 (EDT) To: John Birrell Cc: current@FreeBSD.ORG Subject: Re: kernel build error under ELF In-Reply-To: <199809102152.HAA12266@cimlogic.com.au> References: <13816.13295.167672.430633@kstreet.interlog.com> <199809102152.HAA12266@cimlogic.com.au> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <13816.24725.197983.395817@kstreet.interlog.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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