戻る

make menuconfig

以下のように設定していきます。

立ち上がりの 画面

001-mk-con-buildroot-w581h385.png

Toolchain Options

002-mk-tool-op-w581h385.png

Use the daily snapshot of uClibc? が 有効に なっているのを 無効にす る。

Use the daily snapshot of uClibc?

003-mk-uClibc-snap-w581h385.png

Use the daily snapshot of uClibc? を 無効にした 後。

Kernel Headers (Linux 2.4.31 kernel headers)

007-kernel-w581h385.png

Kernel Headers が 2.4.31 に なっている事の 確認

Kernel Headers

007-kernel-w581h385.png

Kernel Headers が 2.4.31 に なっている事の 確認 詳細

Package Selection for the target

004-mk-package-w581h385.png

Use the daily snapshot of busybox? が 有効に なっている これを 無効に する。

Use the daily snapshot of busybox?

005-mk-BusyBox-snap-w581h385.png

Use the daily snapshot of busybox? を無効に した後。

save your new Buildroot configuration

006-mk-save-w581h385.png

save する

画面に このようなものが 残っています。

$ make menuconfig
make -C package/config ncurses conf mconf
make[1]: Entering directory `/home/ggg/proj/buildroot/package/config'
cp zconf.tab.h_shipped zconf.tab.h
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I. -c conf.c -o conf.o
cp zconf.tab.c_shipped zconf.tab.c
cp lex.zconf.c_shipped lex.zconf.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I. -c zconf.tab.c -o zconf.tab.o
gcc  conf.o zconf.tab.o -o conf
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \
-DCURSES_LOC="<ncurses.h>" -I. -c mconf.c -o mconf.o
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \
-DCURSES_LOC="<ncurses.h>" -I. -c checklist.c -o checklist.o
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \
-DCURSES_LOC="<ncurses.h>" -I. -c menubox.c -o menubox.o
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \
-DCURSES_LOC="<ncurses.h>" -I. -c textbox.c -o textbox.o
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \
-DCURSES_LOC="<ncurses.h>" -I. -c yesno.c -o yesno.o
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \
-DCURSES_LOC="<ncurses.h>" -I. -c inputbox.c -o inputbox.o
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \
-DCURSES_LOC="<ncurses.h>" -I. -c util.c -o util.o
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \
-DCURSES_LOC="<ncurses.h>" -I. -c msgbox.c -o msgbox.o
gcc  mconf.o checklist.o menubox.o textbox.o \
yesno.o inputbox.o util.o msgbox.o zconf.tab.o -o mconf -lncurses
make[1]: Leaving directory `/home/ggg/proj/buildroot/package/config'
#
# using defaults found in .config
#
.config:13: trying to assign nonexistent symbol BR2_sh
.config:21: trying to assign nonexistent symbol BR2_KERNEL_HEADERS_2_4
.config:22: trying to assign nonexistent symbol BR2_KERNEL_HEADERS_2_6
.config:49: trying to assign nonexistent symbol BR2_HOST_CCACHE
.config:50: trying to assign nonexistent symbol BR2_PACKAGE_CCACHE


*** End of Buildroot configuration.
*** Check the top-level Makefile for additional configuration options.

これで 終わりです。

にゃんたろう 拝!

2010年 1月30日 (土) 21:05:08 JST 作成


戻る

Copyright © 2006.-2010. nyantarou All Rights Reserved.