From owner-freebsd-questions Tue Apr 21 11:54:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16114 for freebsd-questions-outgoing; Tue, 21 Apr 1998 11:54:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.globalserve.net (smtp1.globalserve.net [209.90.144.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15942 for ; Tue, 21 Apr 1998 18:54:14 GMT (envelope-from emk@depeche-mode.com) Received: from depeche-mode.com (dialin2.montreal.globalserve.net [209.167.12.2]) by smtp1.globalserve.net (8.8.8/8.8.8) with ESMTP id OAA25787 for ; Tue, 21 Apr 1998 14:55:17 -0400 (EDT) (envelope-from emk@depeche-mode.com) Message-ID: <353CEC83.7AB892F1@depeche-mode.com> Date: Tue, 21 Apr 1998 14:59:15 -0400 From: emk X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd Subject: compiling kernel error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi (once again) I've recently undertaken the task of making my own kernel with the help of the handbook. I followed the instructions and compared it to LINT to see if i was not missing anything. everything looks fine. i then 'config MYKERNEL'.. everything went fine with that. then i switched to MYKERNEL dir and typed 'make depend' and again everything went fine. after that, i typed 'make all' and that's where MYKERNEL first encountered a problem. it reads like this: od.o: Undefined symbol '_scsi_device_register' referenced from text segment *** Error code 1 Stop. I checked through my MYKERNEL file and found no such thing as _scsi_device_register. i'm planning to buy a book about this all because i'm still a novice but i don't see why MYKERNEL wouldn't work after following all the steps. If anybody can help, I'd appreciate it. emk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message