Система FreeBSD 4.7. Вот что проделал, пытаясь скомпилирвоать ядро:
#cd /usr/src/sys/i386/conf
#cp GENERIC yadro
#edit yadro
отредактировал файлик...
#config yadro
#cd ../../compile/yadro
#make depend
тарарам... всё ок...
#make
делается делается... а в конце большой список ошибок такого рода:
adwcam.o(.text+0x1765): undefined reference to `xpt_action'
adwcam.o: In function `adw_intr':
adwcam.o(.text+0x199b): undefined reference to `xpt_freeze_devq'
adwcam.o(.text+0x1a12): undefined reference to `xpt_done'
adwcam.o: In function `adwprocesserror':
adwcam.o(.text+0x1adc): undefined reference to `xpt_print_path'
adwcam.o(.text+0x1b6d): undefined reference to `xpt_freeze_devq'
adwcam.o(.text+0x1be6): undefined reference to `xpt_done'
adwcam.o: In function `adwtimeout':
adwcam.o(.text+0x1c0a): undefined reference to `xpt_print_path'
adwcam.o(.text+0x1c2e): undefined reference to `xpt_print_path'
adwcam.o(.text+0x1c8e): undefined reference to `xpt_print_path'
adwcam.o: In function `adw_handle_device_reset':
adwcam.o(.text+0x1cc0): undefined reference to `xpt_create_path'
adwcam.o(.text+0x1cd4): undefined reference to `xpt_async'
adwcam.o(.text+0x1cdc): undefined reference to `xpt_free_path'
adwcam.o: In function `adw_handle_bus_reset':
adwcam.o(.text+0x1d5c): undefined reference to `xpt_async'
adwlib.o: In function `adw_reset_bus':
adwlib.o(.text+0xd5): undefined reference to `xpt_print_path'
adwlib.o(.text+0x104): undefined reference to `xpt_print_path'
*** Error code 1
что это за параметр такой "xpt" я не знаю...
Подскажите плиз, "где какую ручку покрутить?"
Заранее благодарен!