From owner-freebsd-questions Wed Aug 12 12:03:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20832 for freebsd-questions-outgoing; Wed, 12 Aug 1998 12:03:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from abest.com (mail.abest.com [208.220.192.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20826 for ; Wed, 12 Aug 1998 12:03:23 -0700 (PDT) (envelope-from bcohen@datatone.com) Received: from superp6 (dial201.ppp.datatone.com [208.220.195.201]) by abest.com (8.8.5/8.7.3) with SMTP id PAA28906 for ; Wed, 12 Aug 1998 15:02:57 -0400 (EDT) Message-ID: <002c01bdc624$74623f40$03646464@hoghouse> From: "Brian J. Cohen" To: Subject: Re: stop errors...where's the error? Date: Wed, 12 Aug 1998 15:07:30 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0518.4 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0518.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alright, lets try this again. Yes, I'm a newbie trying to rebuild my kernel. The command sequence I used, as recommended by the FreeBSD online handbook, was : # /usr/sbin/config BJKERNEL # cd ../../compile/BJKERNEL # make depend # make # make install The stop code occurs during the 'make' command. It happened twice, and judging by the output I received (no, my memory isn't near good enough to remember) each time, I commented out certain device lines in the config file. The result was that the next time I did the compile procedure above, the stop code merely reported _different_ errors. The problem, as reported in a compile effort on the file attached to this message, occurs after the line 'loading kernel.' the following lines follow: tek390.o: Undefined symbol '_scsi_done' referenced from text segment tek390.o: Undefined symbol '_scsi_done' referenced from text segment tek390.o: Undefined symbol '_scsi_alloc_bus' referenced from text segment tek390.o: Undefined symbol '_scsi_attachdevs' referenced from text segment *** Error code 1 Thanks for any help. -- Brian J Cohen P.S. I just installed this mail client yesterday, and have not had time to configure any options. I am terribly sorry if there was any HTML included; I hate that as much as anybody and I apologize. -----Original Message----- From: Norman C Rice To: Brian J. Cohen ; Date: Wednesday, August 12, 1998 1:06 PM Subject: Re: stop errors...where's the error? >On Wed, Aug 12, 1998 at 12:26:17PM -0400, Brian J. Cohen wrote: >> Attached is my kernel configuration file. I keep getting stop errors on the 'make' command. here is my system configuration: > >I assume you are trying to rebuild the kernel. How about posting the >command sequence you used and the last 20 or so lines of the output >showing what failed to compile or install. > >I will refrain from commenting about sending the HTML code attachment >to this list. >-- >Regards, >Norman C. Rice, Jr. > >> Supermicro P5STE motherboard >> Pentium 166 classic >> 32MB EDO RAM >> Generic IDE CD-ROM >> Fujitsu EIDE 2.5gig HDD >> 3.5" floppy >> 2 serial ports, 1 LPT port. >> >> all in all, this is about as generic a computer as you can get. where is the problem? >> >> thanks in advance. >> >> --Brian J Cohen > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message