jerry79 发表于 2004-10-27 15:28:37

内核2.6.8中的arm CPU支持怎么找不到呢?

小弟在编译2.6.8的内核,需要arm的支持,但是在menuconfig里面找不到关于arm的选项啊?请大家帮帮忙,谢谢。
下面是所有的处理器,就是没有arm的。
Processor type and features--->
         Subarchitecture Type (PC-compatible)--->   
(X) PC-compatible
( ) AMD Elan
( ) Voyager (NCR)
( ) NUMAQ (IBM/Sequent)
( ) SGI 320/540 (Visual Workstation)
         Processor family (Pentium-Pro)--->   
( ) 386
( ) 486
( ) 586/K5/5x86/6x86/6x86MX
( ) Pentium-Classic
( ) Pentium-MMX
(X) Pentium-Pro
( ) Pentium-II/Celeron(pre-Coppermine)
( ) Pentium-III/Celeron(Coppermine)/Pentium-III Xeon
( ) Pentium M
( ) Pentium-4/Celeron(P4-based)/Pentium-4 M/Xeon
( ) K6/K6-II/K6-III
( ) Athlon/Duron/K7
( ) Opteron/Athlon64/Hammer/K8
( ) Crusoe
( ) Winchip-C6
( ) Winchip-2
( ) Winchip-2A/Winchip-3
( ) CyrixIII/VIA-C3
( ) VIA C3-2 (Nehemiah

suowei1979 发表于 2004-10-28 09:38:28

需要用嵌入式linux吧?
普通linux不支持嵌入式处理器

jerry79 发表于 2004-10-28 12:47:25

嵌入式linux的内核和普通linux的内核不一样吗?原来2.4的内核需要打补丁才支持arm,不知道2.6.8的内核需不需要补丁。谢谢!

suowei1979 发表于 2004-10-28 13:09:00

对不起我搞错了
如果列表没有
估计需要打补丁了

jerry79 发表于 2004-10-28 16:02:16

谢谢,哪位大大可以提供一下补丁的下载地址,我没有找到,谢谢了!

jerry79 发表于 2004-10-29 11:19:00

我用命令:make ARCH=arm menuconfig 就可以看到我需要的PXA2XX的CPU支持了。不过在make zImage的时候遇到了一些问题,清大家帮忙。我出了选择PXA 2XX 的支持外,只去掉了一些不需要的驱动,就出现了如下的问题。谢谢!
In file included from include/asm/thread_info.h:16,
               from include/linux/thread_info.h:21,
               from include/linux/spinlock.h:12,
               from include/linux/capability.h:45,
               from include/linux/sched.h:7,
               from arch/i386/kernel/asm-offsets.c:7:
include/asm/processor.h:67: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
include/asm/processor.h:67: error: requested alignment is not a constant
make: *** 错误 1
make: *** 错误 2

suowei1979 发表于 2004-10-31 15:18:21

usr patch
页: [1]
查看完整版本: 内核2.6.8中的arm CPU支持怎么找不到呢?