From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 01:33:05 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E78C91065670 for ; Fri, 21 Nov 2008 01:33:05 +0000 (UTC) (envelope-from stevenschlansker@berkeley.edu) Received: from smtp-out1.berkeley.edu (smtp-out1.Berkeley.EDU [128.32.61.106]) by mx1.freebsd.org (Postfix) with ESMTP id CE6648FC08 for ; Fri, 21 Nov 2008 01:33:05 +0000 (UTC) (envelope-from stevenschlansker@berkeley.edu) Received: from dhcp-131-195.eecs.berkeley.edu ([128.32.131.195]) by fe2.calmail with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (auth plain:stevenschlansker@berkeley.edu) (envelope-from ) id 1L3KeO-00074f-8B; Thu, 20 Nov 2008 17:17:37 -0800 Message-Id: From: Steven Schlansker To: Thomas Vogt In-Reply-To: <86206E58-E7BF-44F8-8E8B-9165E2C230E2@bsdunix.ch> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Thu, 20 Nov 2008 17:17:36 -0800 References: <86206E58-E7BF-44F8-8E8B-9165E2C230E2@bsdunix.ch> X-Mailer: Apple Mail (2.929.2) Cc: current@freebsd.org Subject: Re: can't compile debug kernel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2008 01:33:06 -0000 options DDB? (from ddb manpage) On Nov 20, 2008, at 5:12 PM, Thomas Vogt wrote: > Hello > > I try to create a debug kernel with freebsd current 64bit. I added > all options described in http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-deadlocks.html > : > > makeoptions DEBUG=-g > options INVARIANTS > options INVARIANT_SUPPORT > options WITNESS > options DEBUG_LOCKS > options DEBUG_VFS_LOCKS > options DIAGNOSTIC > options KDB > options KDB > > I always get: /usr/src/sys/kern/kern_lock.c:917: undefined > reference to `stack_print_ddb' > > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g > -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes - > Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef - > Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys - > I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS - > include opt_global.h -fno-common -finline-limit=8000 --param inline- > unit-growth=100 --param large-function-growth=1000 -fno-omit-frame- > pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno- > sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous- > unwind-tables -ffreestanding -fstack-protector -Werror vers.c > linking kernel.debug > kern_lock.o(.text+0x245): In function `lockmgr_printinfo': > /usr/src/sys/kern/kern_lock.c:917: undefined reference to > `stack_print_ddb' > *** Error code 1 > > Would anyone care to tell me what i'm doing wrong? > > Regards, > Thomas > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org > "