Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2004 17:52:21 +0100
From:      Fred Patmore <freefred@bluebottle.com>
To:        Miguel Mendez <flynn@energyhq.es.eu.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Building custom kernel - 'make' fails in FreeBSD 5.3
Message-ID:  <41C06BC5.2050407@bluebottle.com>
In-Reply-To: <20041215171620.4d9a07f7.flynn@energyhq.es.eu.org>
References:  <20041215095348.B86F816A4DB@hub.freebsd.org> <41C062F8.9060705@bluebottle.com> <20041215171620.4d9a07f7.flynn@energyhq.es.eu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Miguel Mendez wrote:

>Miguel Mendez wrote:
>
>>On Wed, 15 Dec 2004 17:14:48 +0100
>>Fred Patmore <freefred@bluebottle.com> wrote:
>>
>>Hi,
>>
>>
>>>but I get the following error messages when doing 'make'
>>>
>>>[root@whitemoon /usr/src/sys/i386/compile/C-KERNEL#] make
>>>linking kernel
>>
>>[...]
>>
>>>: undefined reference to `xpt_done'
>>>umass.o(.text+0x233f): more undefined references to `xpt_done' follow
>>>*** Error code 1
>>
>>
>>Yes, it's explained in the GENERIC config file:
>>
>>device          umass           # Disks/Mass storage - Requires scbus and da
>>                                                                 ^^^^^^^^^^^
>>
>>Cheers,
>
>On Wed, 15 Dec 2004 17:14:48 +0100
>Fred Patmore <freefred@bluebottle.com> wrote:
>
>Hi,
>
>  
>
>>but I get the following error messages when doing 'make'
>>
>>[root@whitemoon /usr/src/sys/i386/compile/C-KERNEL#] make
>>linking kernel
>>    
>>
>[...]
>  
>
>>: undefined reference to `xpt_done'
>>umass.o(.text+0x233f): more undefined references to `xpt_done' follow
>>*** Error code 1
>>    
>>
>
>Yes, it's explained in the GENERIC config file:
>
>device          umass           # Disks/Mass storage - Requires scbus and da
>                                                                 ^^^^^^^^^^^
>
>Cheers,
>  
>
Ack !
I eyeballed areas where Ive made some changes several times and 
completely ignore the others due to "I didnt touch it so they should be 
trouble-free" mentality. Should have just searched for 'umass' :-(
Guess this is why some say 99% of users are users :-)

Thanks for your help, its compiling neatly this time !

Fred P.
<freefred@bluebottle.com>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41C06BC5.2050407>