编译2.6.32内核时出现错误error CONFIG_PHYSICAL_START must be a multiple of 2MB
解决方法如下:
执行make menuconfig会出现内核配置界面
然后进入Processor type and features
在界面的底部会看到Physical address where the kernel is loaded
然后将physical address 从默认的100000改为200000即可
编译2.6.32内核时出现错误error CONFIG_PHYSICAL_START must be a multiple of 2MB
解决方法如下:
执行make menuconfig会出现内核配置界面
然后进入Processor type and features
在界面的底部会看到Physical address where the kernel is loaded
然后将physical address 从默认的100000改为200000即可