The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"Ошибка при сборке ядра"
Вариант для распечатки  
Пред. тема | След. тема 
Форум Открытые системы на сервере (Ядро / FreeBSD)
Изначальное сообщение [ Отслеживать ]

"Ошибка при сборке ядра"  +/
Сообщение от WhiteO (ok) on 24-Июн-10, 19:54 
При компиляции ядра вылазиет такое, хотя таких параметров в конфиг файле вообще нет, что делать подскажите.
ichss.o(.text+0x7fa): In function `ichss_identify`
undefined reference to `pci_find_bsf`
smist.o(.text+0x8d9): In function `smist_identify`
undefined reference to `pci_find_device`
local_apic.o(.text+0x103c): In function `apic_setup_io`
undefined reference to `msi_init`
nexus.o(.text+0x27): In function `nexus_map_msi`
undefined reference to `msi_map`
Высказать мнение | Ответить | Правка | Cообщить модератору

Оглавление

Сообщения по теме [Сортировка по времени | RSS]


1. "Ошибка при сборке ядра"  +/
Сообщение от бусик on 24-Июн-10, 23:55 
>При компиляции ядра вылазиет такое, хотя таких параметров в конфиг файле вообще
>нет, что делать подскажите.
>ichss.o(.text+0x7fa): In function `ichss_identify`
>undefined reference to `pci_find_bsf`
>smist.o(.text+0x8d9): In function `smist_identify`
>undefined reference to `pci_find_device`
>local_apic.o(.text+0x103c): In function `apic_setup_io`
>undefined reference to `msi_init`
>nexus.o(.text+0x27): In function `nexus_map_msi`
>undefined reference to `msi_map`

rm -rf /
система? полный текст ошибки??

Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

2. "Ошибка при сборке ядра"  +/
Сообщение от arachnid (ok) on 25-Июн-10, 08:34 
>[оверквотинг удален]
>>undefined reference to `pci_find_bsf`
>>smist.o(.text+0x8d9): In function `smist_identify`
>>undefined reference to `pci_find_device`
>>local_apic.o(.text+0x103c): In function `apic_setup_io`
>>undefined reference to `msi_init`
>>nexus.o(.text+0x27): In function `nexus_map_msi`
>>undefined reference to `msi_map`
>
>rm -rf /
>система? полный текст ошибки??

злой ты

Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

3. "Ошибка при сборке ядра"  +/
Сообщение от arachnid (ok) on 25-Июн-10, 08:35 
>При компиляции ядра вылазиет такое, хотя таких параметров в конфиг файле вообще
>нет, что делать подскажите.
>ichss.o(.text+0x7fa): In function `ichss_identify`
>undefined reference to `pci_find_bsf`
>smist.o(.text+0x8d9): In function `smist_identify`
>undefined reference to `pci_find_device`
>local_apic.o(.text+0x103c): In function `apic_setup_io`
>undefined reference to `msi_init`
>nexus.o(.text+0x27): In function `nexus_map_msi`
>undefined reference to `msi_map`

что менял в GENERIC?

Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

4. "Ошибка при сборке ядра"  +/
Сообщение от WhiteO (ok) on 25-Июн-10, 08:57 
кофн файл
mashine         i386
#cpu            I486_CPU
#cpu            I586_CPU
cpu             I686_CPU
ident           kernel

# To statically compile in device wiring instead of /boot/device.hints
#hints          "GENERIC.hints"         # Default places to look for devices.

#makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols

options         SCHED_ULE               # ULE scheduler
options         PREEMPTION              # Enable kernel thread preemption
options         INET                    # InterNETworking
#options        INET6                   # IPv6 communications protocols
#options        SCTP                    # Stream Control Transmission Protocol
options         FFS                     # Berkeley Fast Filesystem
options         SOFTUPDATES             # Enable FFS soft updates support
options         UFS_ACL                 # Support for access control lists
options         UFS_DIRHASH             # Improve performance on big directories
#options        UFS_GJOURNAL            # Enable gjournal-based UFS journaling
options         MD_ROOT                 # MD is a potential root device
#options        NFSCLIENT               # Network Filesystem Client
#options        NFSSERVER               # Network Filesystem Server
#options        NFSLOCKD                # Network Lock Manager
#options        NFS_ROOT                # NFS usable as /, requires NFSCLIENT
options         MSDOSFS                 # MSDOS Filesystem
#options        CD9660                  # ISO 9660 Filesystem
options         PROCFS                  # Process filesystem (requires PSEUDOFS)
options         PSEUDOFS                # Pseudo-filesystem framework
options         GEOM_PART_GPT           # GUID Partition Tables.
options         GEOM_LABEL              # Provides labelization
options         COMPAT_43TTY            # BSD 4.3 TTY compat [KEEP THIS!]
#options        COMPAT_FREEBSD4         # Compatible with FreeBSD4
#options        COMPAT_FREEBSD4         # Compatible with FreeBSD4
#options        COMPAT_FREEBSD5         # Compatible with FreeBSD5
options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
options         KTRACE                  # ktrace(1) support
options         STACK                   # stack(9) support
options         SYSVSHM                 # SYSV-style shared memory
options         SYSVMSG                 # SYSV-style message queues
options         SYSVSEM                 # SYSV-style semaphores
options         P1003_1B_SEMAPHORES     # POSIX-style semaphores
options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extension
options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
options         ADAPTIVE_GIANT          # Giant mutex is adaptive.
options         STOP_NMI                # Stop CPUS using NMI instead of IPI
options         AUDIT                   # Security event auditing
#options        KDTRACE_HOOKS           # Kernel DTrace hooks
options         INCLUDE_CONFIG_FILE     # Include this file in kernel

# To make an SMP kernel, the next two lines are needed
options         SMP                     # Symmetric MultiProcessor Kernel
device          apic                    # I/O APIC

# CPU frequency control
device          cpufreq

# Bus support.
#device         eisa
#device         pci

# Floppy drives
#device         fdc

# ATA and ATAPI devices
device          ata
device          atadisk         # ATA disk drives
#device         ataraid         # ATA RAID drives
#device         atapicd         # ATAPI CDROM drives
#device         atapifd         # ATAPI floppy drives
#device         atapist         # ATAPI tape drives
options         ATA_STATIC_ID   # Static device numbering

# SCSI Controllers
#device         ahb             # EISA AHA1742 family
#device         ahc             # AHA2940 and onboard AIC7xxx devices
#options        AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
                                        # output.  Adds ~128k to driver.
#device         ahd             # AHA39320/29320 and onboard AIC79xx devices

#options        AHD_REG_PRETTY_PRINT    # Print register bitfields in debug
                                        # output.  Adds ~215k to driver.
#device         amd             # AMD 53C974 (Tekram DC-390(T))
#device         hptiop          # Highpoint RocketRaid 3xxx series
#device         isp             # Qlogic family
##device        ispfw           # Firmware for QLogic HBAs- normally a module
#device         mpt             # LSI-Logic MPT-Fusion
#device         ncr             # NCR/Symbios Logic
#device         sym             # NCR/Symbios Logic (newer chipsets + those of `
#device         trm             # Tekram DC395U/UW/F DC315U adapters

#device         adv             # Advansys SCSI adapters
#device         adw             # Advansys wide SCSI adapters
#device         aha             # Adaptec 154x SCSI adapters
#device         aic             # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
#device         bt              # Buslogic/Mylex MultiMaster SCSI adapters
#device         ncv             # NCR 53C500
#device         nsp             # Workbit Ninja SCSI-3
#device         stg             # TMC 18C30/18C50

# SCSI peripherals
#device         scbus           # SCSI bus (required for SCSI)
#device         ch              # SCSI media changers
#device         da              # Direct Access (disks)
#device         sa              # Sequential Access (tape etc)
#device         cd              # CD
#device         pass            # Passthrough device (direct SCSI access)
#device         ses             # SCSI Environmental Services (and SAF-TE)

# RAID controllers interfaced to the SCSI subsystem
#device         amr             # AMI MegaRAID
#device         arcmsr          # Areca SATA II RAID
#device         asr             # DPT SmartRAID V, VI and Adaptec SCSI RAID
#device         ciss            # Compaq Smart RAID 5*
#device         dpt             # DPT Smartcache III, IV - See NOTES for options
#device         hptmv           # Highpoint RocketRAID 182x
#device         hptrr           # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
#device         iir             # Intel Integrated RAID
#device         ips             # IBM (Adaptec) ServeRAID
#device         mly             # Mylex AcceleRAID/eXtremeRAID
#device         twa             # 3ware 9000 series PATA/SATA RAID

# RAID controllers
#device         aac             # Adaptec FSA RAID
#device         aacp            # SCSI passthrough for aac (requires CAM)
#device         ida             # Compaq Smart RAID
#device         mfi             # LSI MegaRAID SAS
#device         mlx             # Mylex DAC960 family
#device         pst             # Promise Supertrak SX6000
#device         twe             # 3ware ATA RAID
# atkbdc0 controls both the keyboard and the PS/2 mouse
device          atkbdc          # AT keyboard controller
device          atkbd           # AT keyboard
#device         psm             # PS/2 mouse

device          kbdmux          # keyboard multiplexer

device          vga             # VGA video card driver

device          splash          # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device          sc

#device         agp             # support several AGP chipsets

# Power management support (see NOTES for more options)
device          apm
# Add suspend/resume support for the i8254.
device          pmtimer

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
#device         cbb             # cardbus (yenta) bridge
#device         pccard          # PC Card (16-bit) bus
#device         cardbus         # CardBus (32-bit) bus

# Serial (COM) ports
#device         sio             # 8250, 16[45]50 based serial ports
#device         uart            # Generic UART driver

# Parallel port
#device         ppc
#device         ppbus           # Parallel port bus (required)
#device         lpt             # Printer
#device         plip            # TCP/IP over parallel
#device         ppi             # Parallel port interface device
#device         vpo             # Requires scbus and da

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to sio, uart and/or ppc drivers):
#device         puc

# PCI Ethernet NICs.
#device         de              # DEC/Intel DC21x4x (``Tulip'')
#device         em              # Intel PRO/1000 Gigabit Ethernet Family
#device         igb             # Intel PRO/1000 PCIE Server Gigabit Family
#device         ixgb            # Intel PRO/10GbE Ethernet Card
#device         le              # AMD Am7900 LANCE and Am79C9xx PCnet
#device         txp             # 3Com 3cR990 (``Typhoon'')
#device         vx              # 3Com 3c590, 3c595 (``Vortex'')

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
#device         miibus          # MII bus support
#device         age             # Attansic/Atheros L1 Gigabit Ethernet
#device         alc             # Atheros AR8131/AR8132 Ethernet
#device         ale             # Atheros AR8121/AR8113/AR8114 Ethernet
#device         bce             # Broadcom BCM5706/BCM5708 Gigabit Ethernet
#device         bfe             # Broadcom BCM440x 10/100 Ethernet
#device         bge             # Broadcom BCM570xx Gigabit Ethernet
#device         dc              # DEC/Intel 21143 and various workalikes
#device         et              # Agere ET1310 10/100/Gigabit Ethernet
#device         fxp             # Intel EtherExpress PRO/100B (82557, 82558)
device          jme             # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
#device         lge             # Level 1 LXT1001 gigabit Ethernet
#device         msk             # Marvell/SysKonnect Yukon II Gigabit Ethernet
#device         nfe             # nVidia nForce MCP on-board Ethernet
#device         nge             # NatSemi DP83820 gigabit Ethernet
#device         nve             # nVidia nForce MCP on-board Ethernet Networking
#device         pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')
#device         re              # RealTek 8139C+/8169/8169S/8110S
#device         rl              # RealTek 8129/8139
#device         sf              # Adaptec AIC-6915 (``Starfire'')
#device         sis             # Silicon Integrated Systems SiS 900/SiS 7016
#device         sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
#device         ste             # Sundance ST201 (D-Link DFE-550TX)
#device         stge            # Sundance/Tamarack TC9021 gigabit Ethernet
#device         ti              # Alteon Networks Tigon I/II gigabit Ethernet
#device         tl              # Texas Instruments ThunderLAN
#device         tx              # SMC EtherPower II (83c170 ``EPIC'')
#device         vge             # VIA VT612x gigabit Ethernet
#device         vr              # VIA Rhine, Rhine II
#device         wb              # Winbond W89C840F
#device         xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')

# ISA Ethernet NICs.  pccard NICs included.
#device         cs              # Crystal Semiconductor CS89x0 NIC
# 'device ed' requires 'device miibus'
#device         ed              # NE[12]000, SMC Ultra, 3c503, DS8390 cards
#device         ex              # Intel EtherExpress Pro/10 and Pro/10+
#device         ep              # Etherlink III based cards
#device         fe              # Fujitsu MB8696x based cards
#device         ie              # EtherExpress 8/16, 3C507, StarLAN 10 etc.
#device         sn              # SMC's 9000 series of Ethernet chips
#device         xe              # Xircom pccard Ethernet

# Wireless NIC cards
device          wlan            # 802.11 support
device          wlan_wep        # 802.11 WEP support
device          wlan_ccmp       # 802.11 CCMP support

device          wlan_tkip       # 802.11 TKIP support
device          wlan_amrr       # AMRR transmit rate control algorithm
device          wlan_scan_ap    # 802.11 AP mode scanning
device          wlan_scan_sta   # 802.11 STA mode scanning
device          an              # Aironet 4500/4800 802.11 wireless NICs.
#device         ath             # Atheros pci/cardbus NIC's
device          ath_hal         # Atheros HAL (Hardware Access Layer)
options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
device          ath_rate_sample # SampleRate tx rate control for ath
device          awi             # BayStack 660 and others
device          ral             # Ralink Technology RT2500 wireless NICs.
device          wi              # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device         wl              # Older non 802.11 Wavelan wireless NIC.

# Pseudo devices.
device          loop            # Network loopback
#device         random          # Entropy device

device          ether           # Ethernet support
device          vlan            # 802.1Q VLAN support
#device         sl              # Kernel SLIP
device          ppp             # Kernel PPP
device          tun             # Packet tunnel.
device          pty             # Pseudo-ttys (telnet etc)
device          md              # Memory "disks"
device          gif             # IPv6 and IPv4 tunneling
#device         faith           # IPv6-to-IPv4 relaying (translation)
device          firmware        # firmware assist module

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device          bpf             # Berkeley packet filter


# USB support
#device         uhci            # UHCI PCI->USB interface
#device         ohci            # OHCI PCI->USB interface
#device         ehci            # EHCI PCI->USB interface (USB 2.0)
device          usb             # USB Bus (required)
#device         udbp            # USB Double Bulk Pipe devices
device          ugen            # Generic
device          uhid            # "Human Interface Devices"
device          ukbd            # Keyboard
#device         ulpt            # Printer
device          umass           # Disks/Mass storage - Requires scbus and da
device          ums             # Mouse
#device         urio            # Diamond Rio 500 MP3 player
#device         uscanner        # Scanners
# USB Serial devices
device          ucom            # Generic com ttys
#device         uark            # Technologies ARK3116 based serial adapters
#device         ubsa            # Belkin F5U103 and compatible serial adapters
#device         ubser           # BWCT console serial adapters
#device         uftdi           # For FTDI usb serial adapters
#device         uipaq           # Some WinCE based devices
#device         uplcom          # Prolific PL-2303 serial adapters
#device         uslcom          # SI Labs CP2101/CP2102 serial adapters
#device         uvisor          # Visor and Palm devices
#device         uvscom          # USB serial support for DDI pocket's PHS
# USB Ethernet, requires miibus
#device         aue             # ADMtek USB Ethernet
#device         axe             # ASIX Electronics USB Ethernet
#device         cdce            # Generic USB over Ethernet
#device         cue             # CATC USB Ethernet
#device         kue             # Kawasaki LSI USB Ethernet
#device         rue             # RealTek RTL8150 USB Ethernet
# USB Wireless
device          rum             # Ralink Technology RT2501USB wireless NICs
device          ural            # Ralink Technology RT2500USB wireless NICs

# FireWire support
#device         firewire        # FireWire bus code
#device         sbp             # SCSI over FireWire (Requires scbus and da)
#device         fwe             # Ethernet over FireWire (non-standard!)
#device         fwip            # IP over FireWire (RFC 2734,3146)
#device         dcons           # Dumb console driver
#device         dcons_crom      # Configuration ROM for dcons


Ошибки при сборе:

: undefined reference to `ath_hal_reverseBits'
ar5413.o(.text+0xd41): In function `ar5413SetChannel':
: undefined reference to `ath_hal_reverseBits'
ar5413.o(.text+0xd75): In function `ar5413SetChannel':
: undefined reference to `ath_hal_reverseBits'
ar5413.o(.text+0xd8b): In function `ar5413SetChannel':
: undefined reference to `ath_hal_reverseBits'
ar5413.o(.text+0xe54): In function `ar5413WriteRegs':
: undefined reference to `ath_hal_delay'
ar5413.o(.text+0xebb): In function `ar5413WriteRegs':
: undefined reference to `ath_hal_delay'
ar5413.o(.text+0xf3a): In function `ar5413WriteRegs':
: undefined reference to `ath_hal_delay'
ar2133.o(.text+0xb9): In function `ar2133RfAttach':
: undefined reference to `ath_hal_malloc'
ar2133.o(.text+0x1c2): In function `ar2133SetRfRegs':
: undefined reference to `ath_hal_ini_bank_setup'
ar2133.o(.text+0x1e2): In function `ar2133SetRfRegs':
: undefined reference to `ath_hal_ini_bank_setup'
ar2133.o(.text+0x202): In function `ar2133SetRfRegs':
: undefined reference to `ath_hal_ini_bank_setup'
ar2133.o(.text+0x21e): In function `ar2133SetRfRegs':
: undefined reference to `ath_hal_ini_bank_setup'
ar2133.o(.text+0x23a): In function `ar2133SetRfRegs':
: undefined reference to `ath_hal_ini_bank_setup'
ar2133.o(.text+0x2e3): more undefined references to `ath_hal_ini_bank_setup' follow
ar2133.o(.text+0x301): In function `ar2133SetRfRegs':
: undefined reference to `ath_hal_ini_bank_write'
ar2133.o(.text+0x31b): In function `ar2133SetRfRegs':
: undefined reference to `ath_hal_ini_bank_write'
ar2133.o(.text+0x335): In function `ar2133SetRfRegs':
: undefined reference to `ath_hal_ini_bank_write'
ar2133.o(.text+0x34f): In function `ar2133SetRfRegs':
: undefined reference to `ath_hal_ini_bank_write'
ar2133.o(.text+0x369): In function `ar2133SetRfRegs':
: undefined reference to `ath_hal_ini_bank_write'
ar2133.o(.text+0x380): more undefined references to `ath_hal_ini_bank_write' follow
ar2133.o(.text+0x434): In function `ar2133RfDetach':
: undefined reference to `ath_hal_free'
ar2133.o(.text+0x643): In function `ar2133SetChannel':
: undefined reference to `ath_hal_reverseBits'
ar2133.o(.text+0x791): In function `ar2133SetChannel':
: undefined reference to `ath_hal_reverseBits'
ar2133.o(.text+0x7b7): In function `ar2133SetChannel':
: undefined reference to `ath_hal_reverseBits'
ar2133.o(.text+0x832): In function `ar2133SetChannel':
: undefined reference to `ath_hal_reverseBits'
ar2133.o(.text+0x848): In function `ar2133SetChannel':
: undefined reference to `ath_hal_reverseBits'
ar2133.o(.text+0x885): more undefined references to `ath_hal_reverseBits' follow
ar2133.o(.text+0x411): In function `ar2133WriteRegs':
: undefined reference to `ath_hal_ini_write'
ar5416_ani.o(.text+0x13bf): In function `ar5416AniAttach':
: undefined reference to `ath_hal_memcpy'
ar5416_ani.o(.text+0x13ec): In function `ar5416AniAttach':
: undefined reference to `ath_hal_memcpy'
ar5416_ani.o(.text+0x140b): In function `ar5416AniAttach':
: undefined reference to `ath_hal_memzero'
ar5416_attach.o(.text+0x565): In function `ar5416Attach':
: undefined reference to `ath_hal_malloc'
ar5416_attach.o(.text+0x77b): In function `ar5416Attach':
: undefined reference to `ath_hal_memcpy'
ar5416_attach.o(.text+0x312): In function `ar5416Detach':
: undefined reference to `ath_hal_free'
ar5416_beacon.o(.text+0x265): In function `ar5416BeaconInit':
: undefined reference to `ath_hal_dma_beacon_response_time'
ar5416_beacon.o(.text+0x277): In function `ar5416BeaconInit':
: undefined reference to `ath_hal_sw_beacon_response_time'
ar5416_cal.o(.text+0x1f2): In function `ar5416ResetMeasurement':
: undefined reference to `ath_hal_memzero'
ar5416_cal.o(.text+0x24c): In function `ar5416PerCalibrationN':
: undefined reference to `ath_hal_checkchannel'
ar5416_cal.o(.text+0x56c): In function `ar5416PerCalibrationN':
: undefined reference to `ath_hal_delay'
ar5416_cal.o(.text+0x8fd): In function `ar5416ResetCalValid':
: undefined reference to `ath_hal_checkchannel'
ar5416_cal.o(.text+0x9b7): In function `ar5416InitCal':
: undefined reference to `ath_hal_checkchannel'
ar5416_cal.o(.text+0xa25): In function `ar5416InitCal':
: undefined reference to `ath_hal_wait'
ar5416_cal.o(.text+0xa9f): In function `ar5416InitCal':
: undefined reference to `ath_hal_wait'
ar5416_eeprom.o(.text+0x3d): In function `ar5416EepromRead':
: undefined reference to `ath_hal_wait'
ar5416_misc.o(.text+0x193): In function `ar5416GetDiagState':
: undefined reference to `ath_hal_getdiagstate'
ar5416_misc.o(.text+0x7c9): In function `ar5416ResetTsf':
: undefined reference to `ath_hal_delay'
ar5416_phy.o(.text+0x5d): In function `ar5416GetRateTable':
: undefined reference to `ath_hal_setupratetable'
ar5416_power.o(.text+0xcc): In function `ar5416SetPowerMode':
: undefined reference to `ath_hal_delay'
ar5416_power.o(.text+0xe9): In function `ar5416SetPowerMode':
: undefined reference to `ath_hal_delay'
ar5416_reset.o(.text+0x43b): In function `ar5416InitPLL':
: undefined reference to `ath_hal_delay'
ar5416_reset.o(.text+0x67f): In function `ar5416SetReset':
: undefined reference to `ath_hal_wait'
ar5416_reset.o(.text+0x7b8): In function `ar5416SetResetReg':
: undefined reference to `ath_hal_delay'
ar5416_reset.o(.text+0x7ee): In function `ar5416SetResetReg':
: undefined reference to `ath_hal_wait'
ar5416_reset.o(.text+0x9d8): In function `ar5416GetTargetPowersLeg':
: undefined reference to `ath_hal_memcpy'
ar5416_reset.o(.text+0xbb8): In function `ar5416GetTargetPowers':
: undefined reference to `ath_hal_memcpy'
ar5416_reset.o(.text+0xcb6): In function `ar5416SetTransmitPower':
: undefined reference to `ath_hal_memzero'
ar5416_reset.o(.text+0xcce): In function `ar5416SetTransmitPower':
: undefined reference to `ath_hal_getctl'
ar5416_reset.o(.text+0x1349): In function `ar5416SetTransmitPower':
: undefined reference to `ath_hal_memzero'
ar5416_reset.o(.text+0x2998): In function `ar5416Reset':
: undefined reference to `ath_hal_checkchannel'
ar5416_reset.o(.text+0x2b0f): In function `ar5416Reset':
: undefined reference to `ath_hal_ini_write'
ar5416_reset.o(.text+0x2b4a): In function `ar5416Reset':
: undefined reference to `ath_hal_ini_write'
ar5416_reset.o(.text+0x2b6e): In function `ar5416Reset':
: undefined reference to `ath_hal_ini_write'
ar5416_reset.o(.text+0x2e86): In function `ar5416Reset':
: undefined reference to `ath_hal_memzero'
ar5416_reset.o(.text+0x2ea2): In function `ar5416Reset':
: undefined reference to `ath_hal_memzero'
ar5416_reset.o(.text+0x3e60): In function `ar5416Reset':
: undefined reference to `ath_hal_delay'
ar5416_reset.o(.text+0x43bc): In function `ar5416Reset':
: undefined reference to `ath_hal_delay'
ar5416_reset.o(.text+0x43cd): In function `ar5416Reset':
: undefined reference to `ath_hal_delay'
ar5416_xmit.o(.text+0x485): In function `ar5416FillTxDesc':
: undefined reference to `ath_hal_memzero'
ar5416_xmit.o(.text+0x50b): In function `ar5416StopTxDma':
: undefined reference to `ath_hal_delay'
ar5416_xmit.o(.text+0x5c0): In function `ar5416StopTxDma':
: undefined reference to `ath_hal_delay'
ar5416_xmit.o(.text+0x5ec): In function `ar5416StopTxDma':
: undefined reference to `ath_hal_delay'
ar9160_attach.o(.text+0x58): In function `ar9160Attach':
: undefined reference to `ath_hal_malloc'
sample.o(.text+0x789): In function `calc_usecs_unicast_packet':
: undefined reference to `ath_hal_computetxtime'
sample.o(.text+0x849): In function `calc_usecs_unicast_packet':
: undefined reference to `ath_hal_computetxtime'
ichss.o(.text+0x7fa): In function `ichss_identify':
: undefined reference to `pci_find_bsf'
umass.o(.text+0x19): In function `umass_cam_detach_sim':
: undefined reference to `xpt_bus_deregister'
umass.o(.text+0x35): In function `umass_cam_detach_sim':
: undefined reference to `cam_sim_free'
umass.o(.text+0x489): In function `umass_cam_sense_cb':
: undefined reference to `xpt_done'
umass.o(.text+0x62b): In function `umass_cam_cb':
: undefined reference to `xpt_done'
umass.o(.text+0x64b): In function `umass_cam_cb':
: undefined reference to `xpt_done'
umass.o(.text+0x8e9): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0x91b): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0x99b): more undefined references to `xpt_done' follow
umass.o(.text+0xae7): In function `umass_cam_action':
: undefined reference to `cam_calc_geometry'
umass.o(.text+0xaef): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0xb26): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0xbb9): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0xcc8): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0xd0a): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0xd25): more undefined references to `xpt_done' follow
umass.o(.text+0x1005): In function `umass_attach':
: undefined reference to `cam_simq_alloc'
umass.o(.text+0x1059): In function `umass_attach':
: undefined reference to `cam_sim_alloc'
umass.o(.text+0x1085): In function `umass_attach':
: undefined reference to `xpt_bus_register'
umass.o(.text+0x1165): In function `umass_attach':
: undefined reference to `cam_simq_free'
umass.o(.text+0x12a1): In function `umass_cam_rescan_callback':
: undefined reference to `xpt_free_path'
umass.o(.text+0x22ee): In function `umass_cam_rescan':
: undefined reference to `xpt_periph'
umass.o(.text+0x22fd): In function `umass_cam_rescan':
: undefined reference to `xpt_create_path'
umass.o(.text+0x2333): In function `umass_cam_rescan':
: undefined reference to `xpt_setup_ccb'
umass.o(.text+0x2350): In function `umass_cam_rescan':
: undefined reference to `xpt_action'
umass.o(.text+0x43b): In function `umass_cam_quirk_cb':
: undefined reference to `xpt_done'
umass.o(.text+0x453): In function `umass_cam_quirk_cb':
: undefined reference to `xpt_done'
smist.o(.text+0x8d9): In function `smist_identify':
: undefined reference to `pci_find_device'
local_apic.o(.text+0x103c): In function `apic_setup_io':
: undefined reference to `msi_init'
local_apic.o(.text+0x106e): In function `apic_setup_io':
: undefined reference to `msi_init'
nexus.o(.text+0x27): In function `nexus_map_msi':
: undefined reference to `msi_map'
nexus.o(.text+0x3b): In function `nexus_release_msix':
: undefined reference to `msix_release'
nexus.o(.text+0x51): In function `nexus_alloc_msix':
: undefined reference to `msix_alloc'
nexus.o(.text+0x71): In function `nexus_release_msi':
: undefined reference to `msi_release'
nexus.o(.text+0x9f): In function `nexus_alloc_msi':
: undefined reference to `msi_alloc'
*** Error code 1

Stop in /usr/obj/usr/src/sys/kernel.25-06-10.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
[4:52] /usr/src >

Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

5. "Ошибка при сборке ядра"  +/
Сообщение от WhiteO (ok) on 25-Июн-10, 09:00 
dmesg(вдруг понадобится)
[DING!] /home/whiteo >dmesg
Copyright (c) 1992-2010 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.3-RELEASE #0: Sun Mar 21 06:15:01 UTC 2010
    root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Atom(TM) CPU N450   @ 1.66GHz (1662.51-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x106ca  Stepping = 10
  Features=0xbfe9fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x40e39d<SSE3,DTES64,MON,DS_CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE>
  AMD Features=0x20100000<NX,LM>
  AMD Features2=0x1<LAHF>
  Logical CPUs per core: 2
real memory  = 2136801280 (2037 MB)
avail memory = 2081300480 (1984 MB)
ACPI APIC Table: <PTLTD          APIC  >
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID:  0
cpu1 (AP/HT): APIC ID:  1
ioapic0 <Version 2.0> irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: <PTLTD    XSDT> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x1d> port 0x62,0x66 on acpi0
acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 900
acpi_button0: <Power Button> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button1: <Sleep Button> on acpi0
acpi_acad0: <AC Adapter> on acpi0
battery0: <ACPI Control Method Battery> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
vgapci0: <VGA-compatible display> port 0x18e8-0x18ef mem 0xf0300000-0xf037ffff,0xd0000000-0xdfffffff,0xf0000000-0xf00fffff irq 16 at device 2.0 on pci0
vgapci1: <VGA-compatible display> mem 0xf0380000-0xf03fffff at device 2.1 on pci0
pci0: <multimedia, HDA> at device 27.0 (no driver attached)
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0
pci5: <ACPI PCI bus> on pcib1
pci5: <network> at device 0.0 (no driver attached)
pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.1 on pci0
pci7: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> irq 18 at device 28.2 on pci0
pci9: <ACPI PCI bus> on pcib3
pci9: <base peripheral> at device 0.0 (no driver attached)
pci9: <base peripheral, SD host controller> at device 0.2 (no driver attached)
pci9: <base peripheral> at device 0.3 (no driver attached)
jme0: <JMicron Inc, JMC260 Fast Ethernet> port 0x3400-0x347f,0x3000-0x30ff mem 0xf0200000-0xf0203fff irq 18 at device 0.5 on pci9
jme0: Using 8 MSIX messages.
miibus0: <MII bus> on jme0
jmphy0: <JMP202 10/100 media interface> PHY 1 on miibus0
jmphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
jme0: Ethernet address: 00:90:f5:a0:22:77
jme0: [FILTER]
jme0: [FILTER]
jme0: [FILTER]
jme0: [FILTER]
jme0: [FILTER]
jme0: [FILTER]
jme0: [FILTER]
jme0: [FILTER]
uhci0: <UHCI (generic) USB controller> port 0x1820-0x183f irq 23 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
uhci0: [ITHREAD]
usb0: <UHCI (generic) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 2 ports with 2 removable, self powered
uhci1: <UHCI (generic) USB controller> port 0x1840-0x185f irq 19 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
uhci1: [ITHREAD]
usb1: <UHCI (generic) USB controller> on uhci1
usb1: USB revision 1.0
uhub1: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
uhub1: 2 ports with 2 removable, self powered
uhci2: <UHCI (generic) USB controller> port 0x1860-0x187f irq 18 at device 29.2 on pci0
uhci2: [GIANT-LOCKED]
uhci2: [ITHREAD]
usb2: <UHCI (generic) USB controller> on uhci2
usb2: USB revision 1.0
uhub2: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb2
uhub2: 2 ports with 2 removable, self powered
uhci3: <UHCI (generic) USB controller> port 0x1880-0x189f irq 16 at device 29.3 on pci0
uhci3: [GIANT-LOCKED]
uhci3: [ITHREAD]
usb3: <UHCI (generic) USB controller> on uhci3
usb3: USB revision 1.0
uhub3: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb3
uhub3: 2 ports with 2 removable, self powered
ehci0: <Intel 82801GB/R (ICH7) USB 2.0 controller> mem 0xf0604000-0xf06043ff irq 23 at device 29.7 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4: <Intel 82801GB/R (ICH7) USB 2.0 controller> on ehci0
usb4: USB revision 2.0
uhub4: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb4
uhub4: 8 ports with 8 removable, self powered
pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci17: <ACPI PCI bus> on pcib4
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH7 SATA300 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x18c0-0x18cf at device 31.2 on pci0
ata0: <ATA channel 0> on atapci0
ata0: [ITHREAD]
ata1: <ATA channel 1> on atapci0
ata1: [ITHREAD]
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_tz0: <Thermal Zone> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model IntelliMouse Explorer, device ID 4
cpu0: <ACPI CPU> on acpi0
est0: <Enhanced SpeedStep Frequency Control> on cpu0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
cpu1: <ACPI CPU> on acpi0
est1: <Enhanced SpeedStep Frequency Control> on cpu1
p4tcc1: <CPU Frequency Thermal Control> on cpu1
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xce000-0xcefff,0xdc000-0xdffff pnpid ORM0000 on isa0
ppc0: parallel port not found.
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio0: [FILTER]
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 1.000 msec
ad0: 238475MB <TOSHIBA MK2565GSX GJ003A> at ata0-master SATA150
cpu0: Cx states changed
cpu1: Cx states changed
SMP: AP CPU #1 Launched!
Trying to mount root from ufs:/dev/ad0s1a
cpu0: Cx states changed
cpu1: Cx states changed
cpu0: Cx states changed
cpu1: Cx states changed
jme0: link state changed to UP
Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

6. "Ошибка при сборке ядра"  +/
Сообщение от masakra (ok) on 25-Июн-10, 09:27 
> # Bus support.
> #device         eisa
> #device         pci

Верните шины !!! И наверное ath тоже нужен, раз есть ath_hal и ath_rate_sample.

Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

7. "Ошибка при сборке ядра"  +/
Сообщение от Pahanivo (ok) on 25-Июн-10, 09:38 
># Bus support.
>#device         eisa
>#device         pci

ваще красавчик )))
в мануале правильно сказано - трогать ядро можно только тем, кто понимает что делает )
на pci висит вся низкоскоростная переферия ... нужно хотяб примерно знать что такое PC ))

Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

8. "Ошибка при сборке ядра"  +/
Сообщение от Pahanivo (ok) on 25-Июн-10, 09:40 
я еще несколько ошибок с худу беглым взглядом нашел ))
думаю тема затянется ))


Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

9. "Ошибка при сборке ядра"  +/
Сообщение от WhiteO (ok) on 25-Июн-10, 09:42 
Бегом бегом делал, ошибок много не только в конфиге ядра как оказалось, сказалась тут поговорка "Поспешишь людей насмешишь" вот моя беглость и привела к фейлу
Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

10. "Ошибка при сборке ядра"  +/
Сообщение от WhiteO (ok) on 25-Июн-10, 10:42 
Внимательно прошелся по конфигу исправил всю ерунду, ядро нормально собралось. Спасибо за советы


upd:

Какие пункты в scsi нужно раскомментировать чтобы юсб активировать, в частности флеш драйвы

Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

11. "Ошибка при сборке ядра"  +/
Сообщение от masakra (ok) on 25-Июн-10, 11:35 
>Внимательно прошелся по конфигу исправил всю ерунду, ядро нормально собралось. Спасибо за
>советы
>
>
>upd:
>
>Какие пункты в scsi нужно раскомментировать чтобы юсб активировать, в частности флеш
>драйвы

device      umass       # Disks/Mass storage - Requires scbus and da

Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

12. "Ошибка при сборке ядра"  +/
Сообщение от arachnid (ok) on 25-Июн-10, 11:36 
>Внимательно прошелся по конфигу исправил всю ерунду, ядро нормально собралось. Спасибо за
>советы
>
>
>upd:
>
>Какие пункты в scsi нужно раскомментировать чтобы юсб активировать, в частности флеш
>драйвы

device          scbus           # SCSI bus (required for SCSI)
device          da              # Direct Access (disks)
device          umass           # Disks/Mass storage - Requires scbus and da

Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

13. "Ошибка при сборке ядра"  +/
Сообщение от Pahanivo (ok) on 25-Июн-10, 13:11 
>[оверквотинг удален]
>
>device          scbus  
>         # SCSI
>bus (required for SCSI)
>device          da  
>          
> # Direct Access (disks)
>device          umass  
>         # Disks/Mass
>storage - Requires scbus and da

читай коменты - там либо в начале блока устройств, либо в самом устройстве описаны требуемые девайсы


Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

14. "Ошибка при сборке ядра"  +/
Сообщение от WhiteO (ok) on 25-Июн-10, 13:16 
>[оверквотинг удален]
>>bus (required for SCSI)
>>device          da  
>>          
>> # Direct Access (disks)
>>device          umass  
>>         # Disks/Mass
>>storage - Requires scbus and da
>
>читай коменты - там либо в начале блока устройств, либо в самом
>устройстве описаны требуемые девайсы

спасибо но чет не хочет, компильнул ребутнулся а флешки как не видет(

Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

15. "Ошибка при сборке ядра"  +/
Сообщение от WhiteO (ok) on 26-Июн-10, 04:47 
разобрался, все пашет на ура
Высказать мнение | Ответить | Правка | ^ | Наверх | Cообщить модератору

Архив | Удалить

Рекомендовать для помещения в FAQ | Индекс форумов | Темы | Пред. тема | След. тема




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру