Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 1999 09:59:13 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Andreas Klemm <andreas@klemm.gtn.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: How to strip an ELF kernel ?
Message-ID:  <199901241759.JAA03845@apollo.backplane.com>
References:   <19990124185244.A70682@titan.klemm.gtn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
:Hi !
:
:If I want to produce a debugging kernel the good handbook
:tells me to do something like this:
:	config -g kconfigfile
:	cd ../../compile/kconfigfile
:	make depend all
:	cp kernel kernel.debug
:	strip -d kernel
:	make install
:
:The -d option vanished in an ELF world ... What method is
:preferred now to get rid of debugging stuff, but still be able
:to boot the kernel ?!
:
:	Andreas ///
:-- 
:Andreas Klemm                                http://www.FreeBSD.ORG/~andreas

    Type 'strip' without any arguments.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901241759.JAA03845>