FreeBSD 板


小弟再重編核心的時候出現以下錯誤訊息 make depend && make all install ....... ...... ..... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes - W missing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -a n si -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica -I. .. /../contrib/ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-bounda r y=2 ioconf.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes - W missing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -a n si -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica -I. .. /../contrib/ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-bounda r y=2 config.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes - W missing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -a n si -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica -I. .. /../contrib/ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-bounda r y=2 setdef1.c touch hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c sh ../../conf/newvers.sh XUAN cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes - W missing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -a n si -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica -I. .. /../contrib/ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-bounda r y=2 vers.c linking kernel umass.o: In function `umass_cam_attach_sim': umass.o(.text+0x1637): undefined reference to `cam_simq_alloc' umass.o(.text+0x165d): undefined reference to `cam_sim_alloc' umass.o(.text+0x1676): undefined reference to `xpt_bus_register' umass.o(.text+0x1686): undefined reference to `cam_simq_free' umass.o: In function `umass_cam_rescan_callback': umass.o(.text+0x169f): undefined reference to `xpt_free_path' umass.o: In function `umass_cam_rescan': umass.o(.text+0x16ef): undefined reference to `xpt_periph' umass.o(.text+0x16f8): undefined reference to `xpt_create_path' umass.o(.text+0x170b): undefined reference to `xpt_setup_ccb' umass.o(.text+0x1726): undefined reference to `xpt_action' umass.o: In function `umass_cam_detach_sim': umass.o(.text+0x17df): undefined reference to `xpt_bus_deregister' umass.o(.text+0x17fd): undefined reference to `cam_sim_free' umass.o: In function `umass_cam_detach': umass.o(.text+0x183e): undefined reference to `xpt_create_path' umass.o(.text+0x185f): undefined reference to `xpt_async' umass.o(.text+0x1867): undefined reference to `xpt_free_path' umass.o: In function `umass_cam_action': umass.o(.text+0x1beb): undefined reference to `xpt_done' umass.o(.text+0x1bfd): undefined reference to `xpt_done' umass.o: In function `umass_cam_cb': umass.o(.text+0x1d19): undefined reference to `xpt_done' umass.o: In function `umass_cam_sense_cb': umass.o(.text+0x1e20): undefined reference to `xpt_done' umass.o(.text+0x1e31): undefined reference to `xpt_done' umass.o(.text+0x1e4b): more undefined references to `xpt_done' follow *** Error code 1 Stop in /usr/src/sys/compile/XUAN. 此外我有在設定檔另外加入以下選項 options IPFIREWALL options IPFIREWALL_VERBOSE options DUMMYNET options IPFIREWALL_DEFAULT_TO_ACCEPT 請問這是我核心設定檔的問題(config有過,它也把設定檔存到../../compile了) 還是有少灌東西導致link失敗呢? FreeBSD 4.10 release 我的核心設定檔: http://vega.cs.tku.edu.tw/~u91193131/XUAN.txt 以下是demsg Copyright (c) 1992-2004 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 4.10-RELEASE #0: Tue May 25 22:47:12 GMT 2004 [email protected]:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D processor (501.14-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping = 12 Features=0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX> AMD Features=0x80000800<SYSCALL,3DNow!> real memory = 268369920 (262080K bytes) avail memory = 255684608 (249692K bytes) Preloaded elf kernel "kernel" at 0xc0551000. K6-family MTRR support enabled (2 registers) md0: Malloc disk Using $PIR table, 8 entries at 0xc00fdf10 npx0: <math processor> on motherboard npx0: INT 16 interface pcib0: <Host to PCI bridge> on motherboard pci0: <PCI bus> on pcib0 agp0: <VIA 82C597 (Apollo VP3) host to PCI bridge> mem 0xe0000000-0xe1ffffff at device 0.0 on pci0 pcib2: <VIA 82C598MVP (Apollo MVP3) PCI-PCI (AGP) bridge> at device 1.0 on pci0 pci1: <PCI bus> on pcib2 pci1: <SiS 6326 SVGA controller> at 0.0 irq 11 isab0: <VIA 82C596B PCI-ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <VIA 82C596 ATA66 controller> port 0xe000-0xe00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: <VIA 83C572 USB controller> port 0xe400-0xe41f irq 10 at device 7.2 on p ci0 usb0: <VIA 83C572 USB controller> on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: <unknown card> (vendor=0x1106, dev=0x3050) at 7.3 vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xe800-0xe8ff mem 0xe5800000-0xe58 000ff irq 5 at device 10.0 on pci0 vr0: Ethernet address: 00:50:ba:e3:d0:06 miibus0: <MII bus> on vr0 ukphy0: <Generic IEEE 802.3u media interface> on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: <unknown card> (vendor=0x1274, dev=0x1371) at 12.0 irq 5 pcib1: <Host to PCI bridge> on motherboard pci2: <PCI bus> on pcib1 orm0: <Option ROM> at iomem 0xc0000-0xc7fff on isa0 pmtimer0 on isa0 fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model IntelliMouse Explorer, device ID 4 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold plip0: <PLIP network interface> on ppbus0 lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 ad0: 6197MB <IBM-DHEA-36481> [12592/16/63] at ata0-master UDMA33 ad1: 8063MB <FUJITSU MPE3084AE> [16383/16/63] at ata0-slave UDMA66 acd0: CDROM <BCD 24XM CD-ROM> at ata1-slave PIO4 Mounting root from ufs:/dev/ad0s1a cd9660: RockRidge Extension -- ※ Origin: 臺大電機 Maxwell 站 ◆ From: 220-134-16-95.HINET-IP.hinet.net







like.gif 您可能會有興趣的文章
icon.png[問題/行為] 貓晚上進房間會不會有憋尿問題
icon.pngRe: [閒聊] 選了錯誤的女孩成為魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一張
icon.png[心得] EMS高領長版毛衣.墨小樓MC1002
icon.png[分享] 丹龍隔熱紙GE55+33+22
icon.png[問題] 清洗洗衣機
icon.png[尋物] 窗台下的空間
icon.png[閒聊] 双極の女神1 木魔爵
icon.png[售車] 新竹 1997 march 1297cc 白色 四門
icon.png[討論] 能從照片感受到攝影者心情嗎
icon.png[狂賀] 賀賀賀賀 賀!島村卯月!總選舉NO.1
icon.png[難過] 羨慕白皮膚的女生
icon.png閱讀文章
icon.png[黑特]
icon.png[問題] SBK S1安裝於安全帽位置
icon.png[分享] 舊woo100絕版開箱!!
icon.pngRe: [無言] 關於小包衛生紙
icon.png[開箱] E5-2683V3 RX480Strix 快睿C1 簡單測試
icon.png[心得] 蒼の海賊龍 地獄 執行者16PT
icon.png[售車] 1999年Virage iO 1.8EXi
icon.png[心得] 挑戰33 LV10 獅子座pt solo
icon.png[閒聊] 手把手教你不被桶之新手主購教學
icon.png[分享] Civic Type R 量產版官方照無預警流出
icon.png[售車] Golf 4 2.0 銀色 自排
icon.png[出售] Graco提籃汽座(有底座)2000元誠可議
icon.png[問題] 請問補牙材質掉了還能再補嗎?(台中半年內
icon.png[問題] 44th 單曲 生寫竟然都給重複的啊啊!
icon.png[心得] 華南紅卡/icash 核卡
icon.png[問題] 拔牙矯正這樣正常嗎
icon.png[贈送] 老莫高業 初業 102年版
icon.png[情報] 三大行動支付 本季掀戰火
icon.png[寶寶] 博客來Amos水蠟筆5/1特價五折
icon.pngRe: [心得] 新鮮人一些面試分享
icon.png[心得] 蒼の海賊龍 地獄 麒麟25PT
icon.pngRe: [閒聊] (君の名は。雷慎入) 君名二創漫畫翻譯
icon.pngRe: [閒聊] OGN中場影片:失蹤人口局 (英文字幕)
icon.png[問題] 台灣大哥大4G訊號差
icon.png[出售] [全國]全新千尋侘草LED燈, 水草
伺服器連線錯誤,造成您的不便還請多多包涵!
「贊助商連結」






like.gif 您可能會有興趣的文章
icon.png[問題/行為] 貓晚上進房間會不會有憋尿問題
icon.pngRe: [閒聊] 選了錯誤的女孩成為魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一張
icon.png[心得] EMS高領長版毛衣.墨小樓MC1002
icon.png[分享] 丹龍隔熱紙GE55+33+22
icon.png[問題] 清洗洗衣機
icon.png[尋物] 窗台下的空間
icon.png[閒聊] 双極の女神1 木魔爵
icon.png[售車] 新竹 1997 march 1297cc 白色 四門
icon.png[討論] 能從照片感受到攝影者心情嗎
icon.png[狂賀] 賀賀賀賀 賀!島村卯月!總選舉NO.1
icon.png[難過] 羨慕白皮膚的女生
icon.png閱讀文章
icon.png[黑特]
icon.png[問題] SBK S1安裝於安全帽位置
icon.png[分享] 舊woo100絕版開箱!!
icon.pngRe: [無言] 關於小包衛生紙
icon.png[開箱] E5-2683V3 RX480Strix 快睿C1 簡單測試
icon.png[心得] 蒼の海賊龍 地獄 執行者16PT
icon.png[售車] 1999年Virage iO 1.8EXi
icon.png[心得] 挑戰33 LV10 獅子座pt solo
icon.png[閒聊] 手把手教你不被桶之新手主購教學
icon.png[分享] Civic Type R 量產版官方照無預警流出
icon.png[售車] Golf 4 2.0 銀色 自排
icon.png[出售] Graco提籃汽座(有底座)2000元誠可議
icon.png[問題] 請問補牙材質掉了還能再補嗎?(台中半年內
icon.png[問題] 44th 單曲 生寫竟然都給重複的啊啊!
icon.png[心得] 華南紅卡/icash 核卡
icon.png[問題] 拔牙矯正這樣正常嗎
icon.png[贈送] 老莫高業 初業 102年版
icon.png[情報] 三大行動支付 本季掀戰火
icon.png[寶寶] 博客來Amos水蠟筆5/1特價五折
icon.pngRe: [心得] 新鮮人一些面試分享
icon.png[心得] 蒼の海賊龍 地獄 麒麟25PT
icon.pngRe: [閒聊] (君の名は。雷慎入) 君名二創漫畫翻譯
icon.pngRe: [閒聊] OGN中場影片:失蹤人口局 (英文字幕)
icon.png[問題] 台灣大哥大4G訊號差
icon.png[出售] [全國]全新千尋侘草LED燈, 水草

請輸入看板名稱,例如:WOW站內搜尋

TOP