Error during 'make' phase of kernel compilation

From: Daniel Cody (codyd_at_vermontel.com)
Date: 07/31/03

  • Next message: Aaron Siegel: "Re: Resolving domain names in KDE apps"
    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"



  • Next message: Aaron Siegel: "Re: Resolving domain names in KDE apps"

    Relevant Pages

    • Look ma, the kernel dont compile no more...
      ... and my custom kernel: ... tcp_input.o: undefined reference to `tcp_minmss' ... *** Error code 1 ...
      (freebsd-current)
    • Re: freebsd kernel make failed : "undefined reference to..."
      ... > I'm a UNIX newbie trying to compile a custom kernel ... > with modifications for TCP purposes. ... > undefined reference to 'tcpstat' ... kernel conf file are you? ...
      (freebsd-questions)
    • custom kernel
      ... Hello I use FreeBSD 4.9 Stable and am tring to compile a custom kernel ... sbp.o: undefined reference to `xpt_freeze_devq' ...
      (freebsd-questions)