Error during 'make' phase of kernel compilation
From: Daniel Cody (codyd_at_vermontel.com)
Date: 07/31/03
- Previous message: Andreas Kohn: "Re: updating the perl installation"
- Next in thread: Daniel Bye: "Re: Error during 'make' phase of kernel compilation"
- Reply: Daniel Bye: "Re: Error during 'make' phase of kernel compilation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 31 Jul 2003 11:05:58 -0400 To: <freebsd-questions@freebsd.org>
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>>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- application/octet-stream attachment: KERNATTICUS
- Previous message: Andreas Kohn: "Re: updating the perl installation"
- Next in thread: Daniel Bye: "Re: Error during 'make' phase of kernel compilation"
- Reply: Daniel Bye: "Re: Error during 'make' phase of kernel compilation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|