Date: Mon, 07 Dec 1998 06:07:09 -0800 From: Victor Breen <weasel@impulse.net> To: freebsd-questions@FreeBSD.ORG Subject: problems with recompiling my kernel Message-ID: <366BE10D.7CE81EB3@impulse.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?366BE10D.7CE81EB3>