Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2001 21:43:41 -0400
From:      "Jonathan Slivko" <js43064n@pace.edu>
To:        Josh Paetzel <jpaetzel@hutchtel.net>, NS Kandah <nkandah@nc.rr.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: kernel compile fails with error
Message-ID:  <200108192143.AA88605242@stmail.pace.edu>

next in thread | raw e-mail | index | archive | help
The FreeBSD Handbook is good for everyone, even experienced 
Systems/Network Administrators. I'm sure even the Core Team has to 
pick it up every once and a while ;). -- Jonathan

--
Jonathan M. Slivko                  js43064n@pace.edu (home)
Head Systems Administrator          4EverMail Hosting Services
--



---------- Original Message ----------------------------------
From: NS Kandah <nkandah@nc.rr.com>
Date: Sun, 19 Aug 2001 21:40:42 -0400 (EDT)

>
>
>Josh and everyone,
>
>Thanks, I am up and running with sound on my FreeBSD machine.
>Kernel compile went smoothly, and the handbook is essential 

reading.
>
>Ciao
>
>NS Kandah
>
>
>
>
>On Wed, 13 Sep 2000, Josh Paetzel wrote:
>
>> On Sunday 19 August 2001 07:41 pm, NS Kandah wrote:
>> > The FreeBSD handbook says  can send kernel compile error 

problems to this
>> > list for some pointers. It said I can send my kernel config 

file to the
>> > list. Is it ok to do this? Well, below is are the error 

messages when I
>> > typed make :
>> >
>> > umass.o: In function `umass_cam_attach_sim':
>> > umass.o(.text+0x1257): undefined reference to 

`cam_simq_alloc'
>> > umass.o(.text+0x127d): undefined reference to `cam_sim_alloc'
>> > umass.o(.text+0x1296): undefined reference to 

`xpt_bus_register'
>> > umass.o(.text+0x12a6): undefined reference to `cam_simq_free'
>> > umass.o: In function `umass_cam_rescan_callback':
>> > umass.o(.text+0x12bf): undefined reference to `xpt_free_path'
>> > umass.o: In function `umass_cam_rescan':
>> > umass.o(.text+0x1309): undefined reference to `xpt_periph'
>> > umass.o(.text+0x1312): undefined reference to 

`xpt_create_path'
>> > umass.o(.text+0x1325): undefined reference to `xpt_setup_ccb'
>> > umass.o(.text+0x1340): undefined reference to `xpt_action'
>> > umass.o: In function `umass_cam_detach_sim':
>> > umass.o(.text+0x13f7): undefined reference to 

`xpt_bus_deregister'
>> > umass.o(.text+0x1415): undefined reference to `cam_sim_free'
>> > umass.o: In function `umass_cam_detach':
>> > umass.o(.text+0x1456): undefined reference to 

`xpt_create_path'
>> > umass.o(.text+0x1477): undefined reference to `xpt_async'
>> > umass.o(.text+0x147f): undefined reference to `xpt_free_path'
>> > umass.o: In function `umass_cam_action':
>> > umass.o(.text+0x179d): undefined reference to `xpt_done'
>> > umass.o(.text+0x17ad): undefined reference to `xpt_done'
>> > umass.o: In function `umass_cam_cb':
>> > umass.o(.text+0x18a1): undefined reference to `xpt_done'
>> > umass.o: In function `umass_cam_sense_cb':
>> > umass.o(.text+0x1918): undefined reference to `xpt_done'
>> > umass.o(.text+0x1929): undefined reference to `xpt_done'
>> > *** Error code 1
>> >
>> > Stop in /usr/src/sys/compile/BEEBOP.
>> >
>> > Thanks for any assistance. I installed FreeBSD 4.3, and now 

want to
>> > include support in the kernel for an ISA PnP SB 16 soundcard. 

I could send
>> > the entire config file but I wanted to make sure it was ok 

before I do
>> > that.
>> >
>> > Thanks again
>>
>> Yes you can send the kernel config file, but in this case I 

know the error.
>> You took out some scsi stuff that the umass driver depends on.
>>
>> device          umass           # Disks/Mass storage - Requires 

scbus and da
>>
>> As you can see, the comment says it all.
>> Add these two back in and you'll be good to go.
>>
>> device          scbus           # SCSI bus (required)
>> device          da              # Direct Access (disks)
>>
>> Josh
>>
>
>
>
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-questions" in the body of the message
>
 

__________________________________________________________________
____
Sent via the Pace University Mail system at stmail.pace.edu


 
                   

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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