Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 1998 16:32:06 -0400 (EDT)
From:      Kevin Street <street@iname.com>
To:        current@FreeBSD.ORG
Subject:   kernel build error under ELF
Message-ID:  <13816.13295.167672.430633@kstreet.interlog.com>

next in thread | raw e-mail | index | archive | help
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?

[/usr/src/sys/i386/conf]
kws $ sudo config -r GENERIC
Removing old directory ../../compile/GENERIC:  Done.
Don't forget to do a ``make depend''
Kernel build directory is ../../compile/GENERIC

[/usr/src/sys/compile/GENERIC]
kws $ sudo make depend
cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Winline -Wuninitialized -Wformat  -fformat-extensions
-ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -include
opt_global.h -aout -UKERNEL ../../i386/i386/genassym.c

cc -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Winline -Wuninitialized -Wformat  -fformat-extensions
-ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -include
opt_global.h -aout genassym.o -o genassym 
/usr/libexec/aout/ld: /usr/lib/libgcc.a(): bad magic
*** Error code 1

Stop.

-- 
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.13295.167672.430633>