From owner-freebsd-alpha Tue Jan 7 5:52:31 2003 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB9AC37B401 for ; Tue, 7 Jan 2003 05:52:29 -0800 (PST) Received: from qescan1.qgraph.com (QESCAN1.qgraph.com [206.158.124.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DD243ED1 for ; Tue, 7 Jan 2003 05:52:29 -0800 (PST) (envelope-from Aaron.Schroeder@qg.com) Received: by sxsmtp1.qgraph.com with Internet Mail Service (5.5.2656.59) id ; Tue, 7 Jan 2003 07:52:21 -0600 Message-ID: <025596A38A894B45AFE62346A6BF47464E34D9@waexch1.qgraph.com> From: "Schroeder, Aaron" To: "'freebsd-alpha@freebsd.org'" Subject: 5305 kernel compile issues with 5.0RC2 Date: Tue, 7 Jan 2003 07:52:18 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello all, I have been trying to get a kernel to compile on a Digital 5305 running a serial console for a few days now. I have a recent cvs of the current tree and have re-built my world successfully. However, when I try to compile my kernel, I get errors in what seems to be the keyboard section. I tried commenting the keyboard options out of the kernel, but no such luck. I am not sure if it is because BSD wants a keyboard plugged in. I have never ran a machine with a serial console only before, but I did set my SRM console environment to 'serial' Any ideas anyone? Thanks, AJ Schroeder atkbd.o: In function `write_kbd': atkbd.o(.text+0x1d60): undefined reference to `send_kbd_command_and_data' atkbd.o(.text+0x1d64): undefined reference to `send_kbd_command_and_data' atkbd.o(.text+0x1d80): undefined reference to `send_kbd_command' atkbd.o(.text+0x1d84): undefined reference to `send_kbd_command' atkbd.o(.text+0x1d98): undefined reference to `kbdc_lock' atkbd.o(.text+0x1d9c): undefined reference to `kbdc_lock' atkbd.o: In function `get_kbd_id': atkbd.o(.text+0x1df8): undefined reference to `empty_both_buffers' atkbd.o(.text+0x1dfc): undefined reference to `empty_both_buffers' atkbd.o(.text+0x1e18): undefined reference to `send_kbd_command' atkbd.o(.text+0x1e1c): undefined reference to `send_kbd_command' atkbd.o(.text+0x1e4c): undefined reference to `read_kbd_data' atkbd.o(.text+0x1e50): undefined reference to `read_kbd_data' atkbd.o(.text+0x1e6c): undefined reference to `read_kbd_data' atkbd.o(.text+0x1e70): undefined reference to `read_kbd_data' atkbd.o(.text+0x1e9c): undefined reference to `empty_both_buffers' atkbd.o(.text+0x1ea0): undefined reference to `empty_both_buffers' atkbd.o(.text+0x1eb0): undefined reference to `test_controller' atkbd.o(.text+0x1eb4): undefined reference to `test_controller' atkbd.o(.text+0x1ec4): undefined reference to `test_kbd_port' atkbd.o(.text+0x1ec8): undefined reference to `test_kbd_port' *** Error code 1 Stop in /usr/obj/usr/src/sys/ZEUS. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message