对Linux内核选用默认的配置方式进行编译,需要执行()A、make configB、make menuconfigC、make oldconfigD、make defcofing
对Linux内核选用默认的配置方式进行编译,需要执行()
- A、make config
- B、make menuconfig
- C、make oldconfig
- D、make defcofing
相关考题:
If you ( ) mistake, you ( ) pass the exam. A、make a, won'tB、will make a, aren'tC、make a, mustn't
They could hardly ____ where the road was in the darkness. A.make upB.make forC.make outD.make of
She told me the kids how they could_______right now. A.make senseB.make no differenceC.make no senseD.make a difference
Without my glasses I can hardly ______ what has been written in the letter. A.make forB.make upC.make up forD.make out
To get my traveler's check I had to _____ a special check to the bank for the total amount.A. make forB. make outC. make offD. make up
( )Many pictures in the book “Learning How to Learn” can __________.A.make children read slowlyB.make children understand the book easilyC.make the book boringD.make children draw beautifully
Do you think her beauty could__________her Stupidity?A.make upB. make outC.make up forD.make for
在linux系统中进行源码安装时,()命令的作用是清理编译环境,删除一些不必要的文件,以免影响编译工作。A、./configureB、makeC、make installD、make clean
在右后挽牢拖轮!()A、Make tug fast on starboard quarter!B、Make tug fast on port quarter!C、Make tug fast in starboard quarter!D、Make fast tug on starboard quarter!
由于编译过程中会产生许多临时文件,所以在安装源代码发布软件包安装完成后,还要使用以下命令清除临时文件()。A、make tidyB、make closeC、make clearD、make clean
关于make工具的使用,下面错误的是()A、不指定目标时,make缺省处理makefile文件的第一个目标B、makefile文件中对宏名的引用为#(宏名)C、makefile文件中$@参数表示一条规则中目标的名字D、makeCC=arm-linux-gcc命令表示使用arm-linux-gcc代替makefile文件中CC的宏定义执行make命令
安装源代码发布软件包时,以下命令顺序正确的是:()A、make;make install;make clean;./configureB、./configure;make install;make clean;makeC、make install;make clean;make;./configureD、./configure;make;make install;make clean
判断题在编译linux2.6版本的内核通常直接输入“make dep”即可。()A对B错