分类: LINUX
2009-04-09 08:30:17
arch/sparc64/kernel/asm-offsets.c:1: error: -m64 is not supported by this configuration搜索了一下,用了这么个命令,开始编译了 命令:
arch/sparc64/kernel/asm-offsets.c:1: error: -mlong-double-64 not allowed with -m64
arch/sparc64/kernel/asm-offsets.c:1: error: -mcmodel= is not supported on 32 bit systems
make[1]: *** [arch/sparc64/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
CROSS_COMPILE=sparc64-unknown-linux-gnu- make
或者
make CROSS_COMPILE=sparc64-unknown-linux-gnu-