From owner-freebsd-questions Thu Oct 15 20:55:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01570 for freebsd-questions-outgoing; Thu, 15 Oct 1998 20:55:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stentor.bu.edu (STENTOR.BU.EDU [155.41.110.149]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA01555 for ; Thu, 15 Oct 1998 20:55:10 -0700 (PDT) (envelope-from xu@stentor.bu.edu) Received: from DIP12-PPP-18.BU.EDU (DIP12-PPP-18.BU.EDU [168.122.12.18]) by stentor.bu.edu (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id XAA03808 for ; Thu, 15 Oct 1998 23:54:51 -0400 Date: Fri, 16 Oct 1998 00:00:56 -0700 (Pacific Daylight Time) From: Chen Xu To: freebsd-questions@FreeBSD.ORG Subject: Build custom kernel -- really strange Message-ID: X-X-Sender: xu@stentor.bu.edu MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I installed FreeBSD2.2.7 from CD and XFree86 3.3.2 from the same CD, system and x server both were running fine. However, I am having a strange problem when building my own custom kernel. The reason of doing it was originally to enable iso3 becasue my modem sits in COM4. I followed the handbook 5.2 -5.5, the first two steps 'Config' and 'make .depend' went well, but at the step 'make' strange thing happend: no matter how I change the setting in my new kernel configuration file, set say MYKERNEL, it stopped with the message ----------------------------- .... compiling messages .... loading kernel *** Error code 1 st.o: undefined symbol "_scsi_..." referenced from text segment ... cd.o: something similar to avove line ... dpt_scsi.o: ... if_cs.o:... ... stop. ------------------ At first, I thought it was just I did wrong thing in configuration file MYKERNEL. But even I changed everything back to exact the GENERIC -- I just copy GENERIC to MYKERNEL with only one line change ident MYKERNEL then I do make again, it STILL give me the same result???!! Does that mean even GENERIC config has something wrong? I don't belive that's case. But since I installed my system everything has been runnig fine. I am really puzzled. what's wrong with this and how to fix the problem? Thanks, Chen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message