Error during 'make' phase of kernel compilation

Daniel Cody codyd at vermontel.com
Thu Jul 31 08:06:03 PDT 2003


I just got my first FreeBSD box up a couple of days ago, and I decided to try creating a custom kernel. I followed the directions in the handbook. Unfortunately, I received this output after issuing the 'make' command:

.
.
.
aic.o(.text+0x129e): undefined reference to `xpt_done'
aic.o: In function `aic_timeout':
aic.o(.text+0x12d4): undefined reference to `xpt_print_path'
aic.o(.text+0x1340): undefined reference to `xpt_print_path'
aic.o(.text+0x1379): undefined reference to `xpt_freeze_simq'
aic.o: In function `aic_intr':
aic.o(.text+0x15c5): undefined reference to `xpt_async'
aic.o: In function `aic_reset':
aic.o(.text+0x180c): undefined reference to `xpt_async'
aic.o: In function `aic_attach':
aic.o(.text+0x1a36): undefined reference to `cam_simq_alloc'
aic.o(.text+0x1a6b): undefined reference to `cam_sim_alloc'
aic.o(.text+0x1a7b): undefined reference to `cam_simq_free'
aic.o(.text+0x1a92): undefined reference to `xpt_bus_register'
aic.o(.text+0x1aae): undefined reference to `xpt_create_path'
aic.o(.text+0x1ac1): undefined reference to `xpt_bus_deregister'
aic.o(.text+0x1acb): undefined reference to `cam_sim_free'
aic.o: In function `aic_detach':
aic.o(.text+0x1b66): undefined reference to `xpt_async'
aic.o(.text+0x1b6e): undefined reference to `xpt_free_path'
aic.o(.text+0x1b7c): undefined reference to `xpt_bus_deregister'
aic.o(.text+0x1b86): undefined reference to `cam_sim_free'
*** Error code 1

Stop in /usr/src/sys/compile/KERNATTICUS.





I had already done a '/usr/sbin/config KERNATTICUS' and a 'make depend' in the proper directories. Attached is a copy of my configuration file.
Any help would be greatly appreciated.

Cody
 <<KERNATTICUS>> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: KERNATTICUS
Type: application/octet-stream
Size: 9707 bytes
Desc: KERNATTICUS
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030731/e8c0db64/KERNATTICUS-0001.obj


More information about the freebsd-questions mailing list