Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 1999 20:51:17 -0500
From:      Karl Denninger <karl@Denninger.Net>
To:        hackers@freebsd.org
Subject:   Uh, what's up doc :-)
Message-ID:  <19990507205117.A3412@Denninger.Net>

next in thread | raw e-mail | index | archive | help

Trying to build a -CURRENT kernel (updated this morning) I get this:

loading kernel
sio.o: In function `siocnprobe':
sio.o(.text+0x26d2): undefined reference to `gdbdev'
sio.o(.text+0x26d8): undefined reference to `gdb_getc'
sio.o(.text+0x26e2): undefined reference to `gdb_putc'
sio.o(.text+0x26f9): undefined reference to `gdbdev'
sio.o(.text+0x272d): undefined reference to `gdbdev'
sio.o(.text+0x2733): undefined reference to `gdb_getc'
sio.o(.text+0x273d): undefined reference to `gdb_putc'
*** Error code 1

Investigating this it appears that there is a stub module that is used
by gdb (I don't have kernel DDB enabled) that is in a file that is included
in the build ONLY if GDB is defined.

Is this a mistake in the most recent revision to sio.c?

--
-- 
Karl Denninger (karl@denninger.net)  Web: fathers.denninger.net
I ain't even *authorized* to speak for anyone other than myself, so give
up now on trying to associate my words with any particular organization.



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?19990507205117.A3412>