我用arm-linux- 交叉编译内核出错了,是不是config错了,我的是2.4.18的内核,打了rmk7的补丁
drivers/char/char.o(.text+0xabc4): undefined reference to `accent_table'
drivers/char/char.o: In function `kbd_processkeycode':
drivers/char/char.o(.text+0x13ed0): undefined reference to `key_maps'
drivers/char/char.o: In function `handle_diacr':
drivers/char/char.o(.text+0x1466c): undefined reference to `accent_table_size'
drivers/char/char.o(.text+0x14670): undefined reference to `accent_table'
drivers/char/char.o: In function `do_fn':
drivers/char/char.o(.text+0x146c4): undefined reference to `func_table'
drivers/char/char.o: In function `compute_shiftstate':
drivers/char/char.o(.text+0x14a8: undefined reference to `key_maps'
drivers/char/char.o: In function `do_slock':
drivers/char/char.o(.text+0x14c0: undefined reference to `key_maps'
make: *** [vmlinux] 错误 1
[root@localhost linux]#
帮我看一下呀