まず make menuconfig を 行います。
$ make menuconfig
以下の様な 画面が 立ち上がります。実際は 色がついていて もっと 奇麗な のですが
Buildroot Configuration
Arrow keys navigate the menu. <Enter> selects submenus --->.
Highlighted letters are hotkeys. Pressing <Y> selectes a feature,
while <N> will exclude a feature. Press <Esc><Esc> to exit, <?> for
Help. Legend: [*] feature is selected [ ] feature is excluded
+---------------------------------------------------------------------
| Target Architecture (i386) --->
| Build options --->
| Toolchain Options --->
| Package Selection for the target --->
| Target Options --->
| ---
| Load an Alternate Configuration File
| Save Configuration to an Alternate File
|
|
+
<Select> < Exit > < Help >
基本的には なにも設定して 終了するのですが 、色々 試みた結果 少し 修 正します。
”Toolchain Options” を選択すると
------------------------- Toolchain Options ----
...
+---------------------------------------------------------------------
| --- Kernel Header Options
| Kernel Headers (Linux 2.4.27 kernel headers) --->
| --- uClibc Options
| [*] Use the daily snapshot of uClibc?
| [ ] Enable locale/gettext/i18n support?
......
省略していますが
[*] Use the daily snapshot of uClibc?
という 項目 が 有効に なっています。これを 無効にします。カーソルを その場所に 移動して ”Y”キーを 押せば 無効になります。 (個猫 は 今ま では スペースキーを 押していました)
[ ] Use the daily snapshot of uClibc?
まあ無効になれば どっちゃでも 良いのです。
”Package Selection for the target” を選択すると
------------------ Package Selection for the target ----
...
+-------------------------------------------
| --- The default minimal system
| [*] busybox (NEW)
| [*] Use the daily snapshot of busybox? (NEW)
| --- The minimum needed to build a uClibc development system
...
これの状態を見ると
[*] Use the daily snapshot of busybox? (NEW)
が 有効に なっています これも 無効にします。
[ ] Use the daily snapshot of busybox? (NEW)
後は < Exit > を してゆくと
+----------------------------------------------------------+ | Do you wish to save your new Buildroot configuration? | +----------------------------------------------------------+ | < Yes > < No > | +----------------------------------------------------------+
これで 保存するので < Yes > を 行います。
にゃんたろう 拝!
2010年 1月31日 (日) 21:22:37 JST 作成