Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 1997 15:47:34 +0000 (GMT)
From:      Keith Ridge <keithr@ntr.net>
To:        freebsd-questions@freebsd.org
Subject:   kernel compile: Undefined symbol `_isa_devtab_cam'
Message-ID:  <Pine.BSF.3.96.971023152423.7501A-100000@vip.ntr.net>

next in thread | raw e-mail | index | archive | help
Hello Everyone,
  I have been running 3.0Snap (22/5/97) with the GENERIC
kernel.(successfully)

  I cvsup'd today and tried to to build a simple custom kernel.

  I'll just post the diff's from GENERIC:

  % diff MMJH GENERIC
  17,18c17,18
  < #cpu          "I386_CPU"
  < #cpu          "I486_CPU"
  ---
  > cpu           "I386_CPU"
  > cpu           "I486_CPU"
  20,21c20,21
  < #cpu          "I686_CPU"
  < ident         MMJH
  ---
  > cpu           "I686_CPU"
  > ident         GENERIC
  38,40d37
  < options               SYSVSHM
  < options               SYSVSEM
  < options               SYSVMSG
  % 

  (I have 166 MHz Pentium MMX, NO SCSI devices... )

 When trying to 'make' (following "The complete FreeBSD") the kernel I
get:

 <many lines snipped...>

 L -include opt_global.h -c config.c
 cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
 -Wnested-externs 
 -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith  -nostdinc -I-
 -I. -I.
 ./.. -I../../../include -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS
 -DINET -DKE
 RNEL -include opt_global.h  swapkernel.c
 sh ../../conf/newvers.sh MMJH -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS
 -DFFS -DINE
 T
 cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
 -Wnested-externs -Ws
 trict-prototypes -Wmissing-prototypes  -Wpointer-arith  -nostdinc -I- -I.
 -I../.
 . -I../../../include -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET
 -DKERNE
 L -include opt_global.h -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.
 % 

Please give me some advice...

Thanks, Keith.






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971023152423.7501A-100000>