robot
最新文章(10)
Mqskit 和其它相關工具
CPython 的 GC 二、三事
寫 Mecurial Extension 是件快樂的事!
Mozilla 台灣辨公室徵人啟事
關於 Apple 的兩項專利
core dump 之前的 frame
怎麼發出 beep 聲?
先承認你要找的是奴才吧!
程式碼要清的多乾淨?
FreeBSD 的 Thread-Local Storage 實作
首頁
新編
最新留言
Entries RSS
重要關鍵字(10)
coding (122)
Python (93)
FreeBSD (71)
WEB (61)
URL (48)
hardware (46)
javascript (36)
Linux (34)
blog (30)
C++ (16)
所有關鍵字
新增 URL
FreeBSD cross-compile
by thinker
2 Columns
關鍵字:
FreeBSD
$FreeBSD$ kernel cross-compile 除了指定 TARGET ,還要先產生 toolchain 。應此正確的方法應該是: # make TARGET=XXX toolchain # make TARGET=XXX DESTDIR=/path/to/the/root kernel TARGET 是指定平台 XXX,而 DESTDIR 則是指定安裝新系統的目錄。 若是有 make world,則 make world 已會產生 toolchain (make cross-tools),所以只需: # make TARGET=XXX DESTDIR=/path/to/the/root world # make TARGET=XXX DESTDIR=/path/to/the/root kernel
最後更新時間: 2006-11-06 22:55:56 CST |
引用
查詢:
COMMENTS: