From owner-freebsd-questions Sun Jan 17 01:49:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23708 for freebsd-questions-outgoing; Sun, 17 Jan 1999 01:49:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from imo12.mx.aol.com (imo12.mx.aol.com [198.81.17.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23699 for ; Sun, 17 Jan 1999 01:49:39 -0800 (PST) (envelope-from DrdeHaerne@aol.com) From: DrdeHaerne@aol.com Received: from DrdeHaerne@aol.com by imo12.mx.aol.com (IMOv18.1) id JUHGa04796 for ; Sun, 17 Jan 1999 04:49:31 -0500 (EST) Message-ID: Date: Sun, 17 Jan 1999 04:49:31 EST To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Subject: Re: New kernel problems Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Mailer: AOL 3.0 for Windows 95 sub 61 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In a message dated 99-01-17 04:36:19 EST, you write: > On Sunday, 17 January 1999 at 3:36:14 -0500, DrdeHaerne@aol.com wrote: > > I'm trying to build a kernel for my machine. > > > > When I do "make depend" I get a "*** Error code 1" > > > > This is what exactly appears: > > > > #make depend > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested- > > externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - > nosdinc > > -I- -I. -I. ./.. -I/usr/include/ -D0PCVT_FREEBSD=210 -DFAILSAFE -DCOMPAT_ > 43 > > -DFFS -DINET -DKERNEL -DMAXUSERS=80 -UKERNEL ../../i386/i386/genassym.c > > ../../i386/i386/genassym.c:0: malformed option `-D 0PCVT FREEBSD=210' > > *** Error code 1 > > > > thanks in advance for any help > > Looks like a bug in your config file. Look for the line > > options PCVT_FREEBSD=210 > > Want to bet you have this instead? > > options 0PCVT_FREEBSD=210 > > Greg > -- > See complete headers for address, home page and phone numbers > finger grog@lemis.com for PGP public key > "Make depend" worked. Now following the same steps outlined in the http://www.freebsd.org/handbook/, I do "make" (after make depend) then I do a "make install". Strangely, I get this error: "You must first build your kernel before trying to install. *** Error code 1" Frustrating as it is, I am lost. I quit trying to manually make the kernel, so I rebooted from the cdrom, and tried both the kernel configuration in full- screen visual mode then in CLI mode. Once setting the devices correctly I quit and save, then the machine becomes Idle with no HDD activity whatsoever (in both modes might I add). Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message