make menuconfig前容易忽略的一件事——ARCH

来源:互联网 发布:js new date() 客户端 编辑:程序博客网 时间:2024/05/01 09:51

举个例子:

#make menuconfig

General setup  --->                                       

Loadable module support  --->                             

Block layer  --->                                         

Processor type and features  --->                         

Power management options (ACPI, APM)  --->                

Bus options (PCI, PCMCIA, EISA, MCA, ISA)  --->           

Executable file formats  --->                             

Networking  --->                                           

Device Drivers  --->                                      

File systems  --->                                        

Instrumentation Support  --->        

      

 

 #make ARCH=arm menuconfig

Code maturity level options  --->                    

General setup  --->                                  

Loadable module support  --->                        

Block layer  --->                                    

System Type  --->                                     

Bus support  --->                                    

Kernel Features  --->                                

Boot options  --->                                   

Floating point emulation  --->                       

Userspace binary formats  --->                       

Power management options  --->                       

Networking  --->                                     

Device Drivers  --->                   

而且

System Type  --->  

        ARM system type (RiscPC)  --->       

这个选项往往也容易被人忽略,例如你用的事S3C2410,那么上面的ARM system type 选了RiscPC,那肯定不对的。

应该进去选项 ARM system type ,选择(X ) Samsung S3C2410:

System Type  --->  

        ARM system type (RiscPC)  --->       

                (X ) Samsung S3C2410

原创粉丝点击