From owner-freebsd-questions Sun Dec 6 22:09:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21680 for freebsd-questions-outgoing; Sun, 6 Dec 1998 22:09:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from weasel.impulse.net (weasel.impulse.net [204.188.6.225]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21675 for ; Sun, 6 Dec 1998 22:09:31 -0800 (PST) (envelope-from weasel@impulse.net) Received: from impulse.net (localhost [127.0.0.1]) by weasel.impulse.net (8.8.8/8.8.8) with ESMTP id GAA01523 for ; Mon, 7 Dec 1998 06:07:10 -0800 (PST) (envelope-from weasel@impulse.net) Message-ID: <366BE10D.7CE81EB3@impulse.net> Date: Mon, 07 Dec 1998 06:07:09 -0800 From: Victor Breen X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: problems with recompiling my kernel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG after I 'make depend' then try 'make' it tells me this... sh ../../conf/newvers.sh WEASEL -DFAILSAFE -DCOMPAT_43 -DFFS -DINET cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DFAILSAFE -DCOMPAT_43 -DFFS -DINET -DKERNEL -c vers.c loading kernel isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment *** Error code 1 Stop. can you tell me how to fix the '_isa_devtab_cam' error, I can't do it with the options I need in my kernel. I have only 2 com ports, no network card, 1 modem, 1 soundblaster pro (which I can't get to work with the kernel anyway) in my isa slots... and only my Diamond Stealth 64 (S3 Trio 64 chipset) in my pci. I would really appreciate some help, because I can program in C or anything else for that matter, so I'm not able to debug this at all. thanx in advance __________________ Victor Breen weasel@impulse.net ------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message