|
|
gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DFSSTND -c ksy
m_mod.c
In file included from /usr/include/asm/atomic.h:6,
from module.h:31,
from ksym_mod.c:97:
/usr/include/asm/processor.h:69: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared h
ere (not in a function)
/usr/include/asm/processor.h:69: error: requested alignment is not a constant
make: *** [ksym_mod.o] Error 1
请教如何解决? |
|