From owner-freebsd-current Wed Mar 6 20:01:39 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA21234 for current-outgoing; Wed, 6 Mar 1996 20:01:39 -0800 (PST) Received: from veda.is (root@veda.is [193.4.230.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA21203 for ; Wed, 6 Mar 1996 20:01:31 -0800 (PST) Received: (from adam@localhost) by veda.is (8.7.4/8.7.3) id EAA14075 for freebsd-current@freebsd.org; Thu, 7 Mar 1996 04:01:14 GMT From: Adam David Message-Id: <199603070401.EAA14075@veda.is> Subject: config -g KERNEL To: freebsd-current@freebsd.org Date: Thu, 7 Mar 1996 04:01:10 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL10 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org Precedence: bulk I tried making a kernel with debug symbols, using config -g and strip -x. While booting from this kernel, there were problems running some of the programs during /etc/rc processing, and LKMs failed to load. These same LKMs and programs work fine when the same kernel is built without debug symbols. Is support for this currently broken, or is there some important factor which I have overlooked? # cd /sys/i386/conf # config -g KERNEL # cd ../../compile/KERNEL # make depend && make all # cp kernel ../kernel.debug # strip -x kernel # make install Ideas? -- Adam David