請問5.2-release的核心編譯方法是否有 … - BBS
By Audriana
at 2005-05-03T22:17
at 2005-05-03T22:17
Table of Contents
呵 現在更搞笑了
核心編譯失敗後 我重開機一次 成功開機且登入
但是當我在單人模式下安裝完userland後(不知可不可以這樣做?)
再重開機一下 系統就說找不到核心
Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [kernel]...
can't load 'kernel'
can't load 'kernel.old'
type '?' for a list commands, 'help' for more datailed help.
ok
我試過unload後 再手動load kernel或kernel.old 以及我自己備份的kernel.good
還有kernel.GENERIC和GENERIC也都試著load
但全部都說找不到
就連'/'都說找不到
不知該怎麼辦?
因為第一次灌5.2-release 發現和之前灌的4.10差滿多的
原本kernel放置的位置好像也不一樣
求救啊~~~~~ 感激~~~~~~
※ 引述《violencedudu (阿弟)》之銘言:
: ※ 引述《violencedudu (阿弟)》之銘言:
: : 我編核心的方法是
: : make buildworld
: : make buildkernel KERNCONF=VIOLENCE
: : 做到這步時 跑了幾分鐘就出錯
: 以下是出錯前最後幾行
: 不知這樣有沒有幫助
: sym_hipd.o: In function `PRINT_ADDR':
: sym_hipd.o(.text+0xa7e): undefined reference to `xpt_print_path'
: sym_hipd.o: In function `sym_freeze_cam_ccb':
: sym_hipd.o(.text+0xaa5): undefined reference to `xpt_freeze_devq'
: sym_hipd.o: In function `sym_xpt_done':
: sym_hipd.o(.text+0xb7e): undefined reference to `xpt_done'
: sym_hipd.o: In function `sym_init':
: sym_hipd.o(.text+0x1bc0): undefined reference to `xpt_async'
: sym_hipd.o: In function `sym_xpt_async_transfer_neg':
: sym_hipd.o(.text+0x1d1f): undefined reference to `xpt_create_path'
: sym_hipd.o(.text+0x1d76): undefined reference to `xpt_setup_ccb'
: sym_hipd.o(.text+0x1d85): undefined reference to `xpt_async'
: sym_hipd.o(.text+0x1d8e): undefined reference to `xpt_free_path'
: sym_hipd.o: In function `sym_intr1':
: sym_hipd.o(.text+0x245c): undefined reference to `xpt_print_path'
: sym_hipd.o: In function `sym_int_sbmc':
: sym_hipd.o(.text+0x26b8): undefined reference to `xpt_print_path'
: sym_hipd.o: In function `sym_sir_task_recovery':
: sym_hipd.o(.text+0x3728): undefined reference to `xpt_async'
: sym_hipd.o: In function `sym_action1':
: sym_hipd.o(.text+0x597c): undefined reference to `xpt_done'
: sym_hipd.o: In function `sym_setup_data_and_start':
: sym_hipd.o(.text+0x5eb8): undefined reference to `xpt_freeze_simq'
: sym_hipd.o: In function `sym_cam_attach':
: sym_hipd.o(.text+0x7203): undefined reference to `cam_simq_alloc'
: sym_hipd.o(.text+0x722e): undefined reference to `cam_sim_alloc'
: sym_hipd.o(.text+0x7245): undefined reference to `xpt_bus_register'
: sym_hipd.o(.text+0x7271): undefined reference to `xpt_create_path'
: sym_hipd.o(.text+0x728e): undefined reference to `xpt_setup_ccb'
: sym_hipd.o(.text+0x72b2): undefined reference to `xpt_action'
: sym_hipd.o(.text+0x72ea): undefined reference to `cam_sim_free'
: sym_hipd.o(.text+0x72f7): undefined reference to `cam_simq_free'
: sym_hipd.o: In function `sym_cam_free':
: sym_hipd.o(.text+0x735a): undefined reference to `xpt_bus_deregister'
: sym_hipd.o(.text+0x7368): undefined reference to `cam_sim_free'
: sym_hipd.o(.text+0x7380): undefined reference to `xpt_free_path'
: *** Error code 1
: Stop in /usr/obj/usr/src/sys/VIOLENCE.
: *** Error code 1
: Stop in /usr/src.
: *** Error code 1
: Stop in /usr/src.
: : *** Error code 1
: : Stop in /usr/obj/usr/src/sys/VIOLENCE
: : *** Error code 1
: : Stop in /usr/src
: : *** Error code 1
: : 我試兩次結束都一樣
: : 另外我也試著用/usr/sbin/config VIOLENCE 準備要compile
: : 但是系統顯示 config: ../compile/VIOLENCE: No such file or directory
: : 但是這行指令不就是會產生一個VIOLENCE的資料夾於compile下嗎?
: : 請大家幫幫我 謝謝
: : 我的系統是 Pentium II 366MHz 64RAM 硬碟6GB
: : Acer TravelMate 331T 的迷你型筆電
--
核心編譯失敗後 我重開機一次 成功開機且登入
但是當我在單人模式下安裝完userland後(不知可不可以這樣做?)
再重開機一下 系統就說找不到核心
Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [kernel]...
can't load 'kernel'
can't load 'kernel.old'
type '?' for a list commands, 'help' for more datailed help.
ok
我試過unload後 再手動load kernel或kernel.old 以及我自己備份的kernel.good
還有kernel.GENERIC和GENERIC也都試著load
但全部都說找不到
就連'/'都說找不到
不知該怎麼辦?
因為第一次灌5.2-release 發現和之前灌的4.10差滿多的
原本kernel放置的位置好像也不一樣
求救啊~~~~~ 感激~~~~~~
※ 引述《violencedudu (阿弟)》之銘言:
: ※ 引述《violencedudu (阿弟)》之銘言:
: : 我編核心的方法是
: : make buildworld
: : make buildkernel KERNCONF=VIOLENCE
: : 做到這步時 跑了幾分鐘就出錯
: 以下是出錯前最後幾行
: 不知這樣有沒有幫助
: sym_hipd.o: In function `PRINT_ADDR':
: sym_hipd.o(.text+0xa7e): undefined reference to `xpt_print_path'
: sym_hipd.o: In function `sym_freeze_cam_ccb':
: sym_hipd.o(.text+0xaa5): undefined reference to `xpt_freeze_devq'
: sym_hipd.o: In function `sym_xpt_done':
: sym_hipd.o(.text+0xb7e): undefined reference to `xpt_done'
: sym_hipd.o: In function `sym_init':
: sym_hipd.o(.text+0x1bc0): undefined reference to `xpt_async'
: sym_hipd.o: In function `sym_xpt_async_transfer_neg':
: sym_hipd.o(.text+0x1d1f): undefined reference to `xpt_create_path'
: sym_hipd.o(.text+0x1d76): undefined reference to `xpt_setup_ccb'
: sym_hipd.o(.text+0x1d85): undefined reference to `xpt_async'
: sym_hipd.o(.text+0x1d8e): undefined reference to `xpt_free_path'
: sym_hipd.o: In function `sym_intr1':
: sym_hipd.o(.text+0x245c): undefined reference to `xpt_print_path'
: sym_hipd.o: In function `sym_int_sbmc':
: sym_hipd.o(.text+0x26b8): undefined reference to `xpt_print_path'
: sym_hipd.o: In function `sym_sir_task_recovery':
: sym_hipd.o(.text+0x3728): undefined reference to `xpt_async'
: sym_hipd.o: In function `sym_action1':
: sym_hipd.o(.text+0x597c): undefined reference to `xpt_done'
: sym_hipd.o: In function `sym_setup_data_and_start':
: sym_hipd.o(.text+0x5eb8): undefined reference to `xpt_freeze_simq'
: sym_hipd.o: In function `sym_cam_attach':
: sym_hipd.o(.text+0x7203): undefined reference to `cam_simq_alloc'
: sym_hipd.o(.text+0x722e): undefined reference to `cam_sim_alloc'
: sym_hipd.o(.text+0x7245): undefined reference to `xpt_bus_register'
: sym_hipd.o(.text+0x7271): undefined reference to `xpt_create_path'
: sym_hipd.o(.text+0x728e): undefined reference to `xpt_setup_ccb'
: sym_hipd.o(.text+0x72b2): undefined reference to `xpt_action'
: sym_hipd.o(.text+0x72ea): undefined reference to `cam_sim_free'
: sym_hipd.o(.text+0x72f7): undefined reference to `cam_simq_free'
: sym_hipd.o: In function `sym_cam_free':
: sym_hipd.o(.text+0x735a): undefined reference to `xpt_bus_deregister'
: sym_hipd.o(.text+0x7368): undefined reference to `cam_sim_free'
: sym_hipd.o(.text+0x7380): undefined reference to `xpt_free_path'
: *** Error code 1
: Stop in /usr/obj/usr/src/sys/VIOLENCE.
: *** Error code 1
: Stop in /usr/src.
: *** Error code 1
: Stop in /usr/src.
: : *** Error code 1
: : Stop in /usr/obj/usr/src/sys/VIOLENCE
: : *** Error code 1
: : Stop in /usr/src
: : *** Error code 1
: : 我試兩次結束都一樣
: : 另外我也試著用/usr/sbin/config VIOLENCE 準備要compile
: : 但是系統顯示 config: ../compile/VIOLENCE: No such file or directory
: : 但是這行指令不就是會產生一個VIOLENCE的資料夾於compile下嗎?
: : 請大家幫幫我 謝謝
: : 我的系統是 Pentium II 366MHz 64RAM 硬碟6GB
: : Acer TravelMate 331T 的迷你型筆電
--
Tags:
BBS
All Comments
Related Posts
請問5.2-release的核心編譯方法是否有不同?
By Tristan Cohan
at 2005-05-03T15:53
at 2005-05-03T15:53
Re: Shared object "libc.so.4" not found
By Elma
at 2005-05-02T23:29
at 2005-05-02T23:29
透過 mrtg 偵測其他台電腦的流量
By Wallis
at 2005-05-02T01:08
at 2005-05-02T01:08
Re: 安裝phpmyadmin問題
By Catherine
at 2005-05-02T01:03
at 2005-05-02T01:03
請問一下在5.x下如何用中文檔名
By Megan
at 2005-05-01T22:00
at 2005-05-01T22:00