Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 1998 19:39:21 -0500
From:      Edwin Culp <eculp@webwizard.org.mx>
To:        FreeBSD-current@FreeBSD.ORG
Subject:   Make elf release
Message-ID:  <3622A139.833751BD@webwizard.org.mx>

next in thread | raw e-mail | index | archive | help
Due to a parity error in my memory:-) I forgot to remove my
KERNFORMAT=elf system variable before making release and much to my
surprise it made it through kernel creation.  It looks like we will soon
be able to make a 100% elf release.  Has anyone done it?  How important
is it.  Here's the result from my log before I redo it with an out
kernel, if anyone is interested.

Thanks,

ed

sh ../../conf/newvers.sh BOOTMFS
cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
-Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Winline
-Wuninitializ
ed -Wformat  -fformat-extensions -ansi  -nostdinc -I- -I. -I../..
-I../../../inc
lude  -DKERNEL -include opt_global.h -elf  vers.c
loading kernel
   text    data     bss     dec     hex filename
1432928  102748  112540 1648216  192658 kernel
./dumpnlist /R/stage/boot.std/kernel > /tmp/mnt_xx/stand/symbols
kzip -v /R/stage/boot.std/kernel
kzip: bad magic in file /R/stage/boot.std/kernel, probably not a kernel
kzip: extract returned 200
real kernel start address will be: 0x1
real kernel end   address will be: 0x65aac68a
*** Error code 3

Stop.
*** Error code 1





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?3622A139.833751BD>