b64a
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hello,
I build my kernel and get the error as below. My kernel configuration (icy_kernel.txt) is attached to this post. What's wrong to my kernel? Thank you for replies. Cheers, -- rocky Code:
linking kernel.debug if_re.o(.text+0xb9f): In function `re_ifmedia_sts': /usr/src/sys/dev/re/if_re.c:2678: undefined reference to `mii_pollstat' if_re.o(.text+0xc66): In function `re_ifmedia_upd': /usr/src/sys/dev/re/if_re.c:2659: undefined reference to `mii_mediachg' if_re.o(.text+0x2271): In function `re_init_locked': /usr/src/sys/dev/re/if_re.c:2635: undefined reference to `mii_mediachg' if_re.o(.text+0x3503): In function `re_tick': /usr/src/sys/dev/re/if_re.c:2024: undefined reference to `mii_tick' if_re.o(.text+0x47af): In function `re_attach': /usr/src/sys/dev/re/if_re.c:1317: undefined reference to `mii_phy_probe' if_re.o(.data+0x478): In function `re_rxeof': /usr/src/sys/dev/re/if_re.c:1581: undefined reference to `miibus_driver' if_re.o(.data+0x480):/usr/src/sys/dev/re/if_re.c:1582: undefined reference to `miibus_devclass' if_re.o(.data+0x5e0):/usr/src/sys/dev/re/if_re.c:1929: undefined reference to `miibus_readreg_desc' if_re.o(.data+0x5f0):/usr/src/sys/dev/re/if_re.c:1929: undefined reference to `miibus_writereg_desc' if_re.o(.data+0x600):/usr/src/sys/dev/re/if_re.c:1832: undefined reference to `miibus_statchg_desc' *** Error code 1
__________________
System: FreeBSD-7.2 (i386) on Compaq Presario CQ40-401AU Topic: replace Ubuntu/kvm by FreeBSD/jail Current task: build Fedora Directory Server on FreeBSD |
|
#2
|
||||
|
||||
|
PS: Sorry, I forgot to say that I am using FreeBSD-7.1-RELEASE
__________________
System: FreeBSD-7.2 (i386) on Compaq Presario CQ40-401AU Topic: replace Ubuntu/kvm by FreeBSD/jail Current task: build Fedora Directory Server on FreeBSD |
|
#3
|
||||
|
||||
|
Look at line 211-212:
Code:
# 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! |
|
#4
|
||||
|
||||
|
Thank you very much. My kernel has been built successfully
__________________
System: FreeBSD-7.2 (i386) on Compaq Presario CQ40-401AU Topic: replace Ubuntu/kvm by FreeBSD/jail Current task: build Fedora Directory Server on FreeBSD |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to build _everything_ with (usable) debug symbols | Maledictus | FreeBSD Development | 4 | March 5th, 2009 12:36 |
| Is the cciss kernel module available in the installation kernel & other general Q's | osx-addict | Installing & Upgrading | 2 | March 2nd, 2009 18:14 |
| what do you use to debug C/C++? | graudeejs | Userland Programming & Scripting | 10 | February 19th, 2009 22:52 |
| ACPI autoload failed? | ufonpu | Installing & Upgrading | 1 | February 9th, 2009 18:38 |
| SSH connection failed... | rubijn | Web & Network Services | 9 | January 19th, 2009 18:20 |