linux系统移植之Make

linux系统移植之Make

(1)make menuconfig或者make xconfig或者make config或者make ...(参见下面附make)[内核配置]

(2)make dep       [寻找依存关系]

(3)make clean     [清除以前构造内核时生成的所有目标文件、模块文件和一些临时文件]

(4)make romfs      [生成romfs文件系统]

(5)make image     [生成img文件]

(6)make            [完成]

附make

"make config"       Plain text interface.
"make menuconfig"   Text based color menus, radiolists & dialogs.
"make xconfig"     X windows (Qt) based configuration tool.
"make gconfig"     X windows (Gtk) based configuration tool.
"make oldconfig"      Default all questions based on the contents of your existing ./.config file   and asking about new config symbols.
"make silentoldconfig"   Like above, but avoids cluttering the screen with questions already answered.
"make defconfig"      Create a ./.config file by using the default symbol values from arch/$ARCH/defconfig.
"make allyesconfig"    Create a ./.config file by setting symbol values to 'y' as much as possible.
"make allmodconfig"   Create a ./.config file by setting symbol values to 'm' as much as possible.
"make allnoconfig"    Create a ./.config file by setting symbol values to 'n' as much as possible.
"make randconfig"      Create a ./.config file by setting symbol values to random values.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值