From owner-freebsd-questions Sat Sep 16 7:39:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id 4560D37B423 for ; Sat, 16 Sep 2000 07:39:19 -0700 (PDT) Received: from parish ([62.253.87.77]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000916100846.YBCD282.mta07-svc.ntlworld.com@parish>; Sat, 16 Sep 2000 11:08:46 +0100 Received: (from mark@localhost) by parish (8.11.0/8.11.0) id e8GA8hX00924; Sat, 16 Sep 2000 11:08:43 +0100 (BST) (envelope-from mark) Date: Sat, 16 Sep 2000 11:08:43 +0100 From: Mark Ovens To: Adam Blake Cc: freebsd-questions@freebsd.org Subject: Re: make kernel fails... help please Message-ID: <20000916110843.B257@parish> References: <20000914091607.A260@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from blake@sba.miami.edu on Sat, Sep 16, 2000 at 12:36:42AM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Sep 16, 2000 at 12:36:42AM -0400, Adam Blake wrote: > I have a compaq 586 with 24 megs of ram. I was trying to recompile > my kernel to add support for PPPoE with the netgraph options that > are required. I ran into TONS of warnings that I have never seen > before leading up to the kernel compile error-ing out and stopping > > I created a file make.output by using the following command: > > make > make.output 2>&1 (thanks mark) > > I have attatched a copy of the kernel file RIVERTON along with the > make.output file that contains all of the warnings. > > The make.output file is fairly large and I have notated on what lines many > of the warnings and errors are located. > You can ignore warnings. They occur because the kernel is compiled with ``-Wall'' which turns on all warnings. The ones you see are just pointing what are possibly incomplete compliance with the ANSI C standard. > They are as follows... > 13 > 30 > 92 > 144 > 180 > 234 > 246 > 254 > 294 > 425 > > As I am not a programmer, any help would be greatly appreciated. > My idiot friend keeps telling me to get Windows NT and run Wingate, Well, I don't know your friend so I can't really call him an idiot but..... :) > I'd hate to prove him right. No chance! Ask him the last time he got a reply from one of M$'s programmers (although this isn't the case with me, but often the person who replies to FreeBSD problems is the person who wrote, or maintains, the code in question). > > > Please Help!!! > OK, the fatal errors are nothing to do with netgraph or PPoE but with SCSI devices: [snip] > > device adv0 at isa? > device adw > device bt0 at isa? > device aha0 at isa? > device aic0 at isa? > Do you really have all (or any) of these SCSI controllers (Advansys, Buslogic, some Adaptec)? If not, then comment out all the above lines. > # SCSI peripherals > #device scbus # SCSI bus (required) Any SCSI device requires this line so if you have any SCSI controllers then uncomment it (this is the cause of your errors). HTH -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message