moyiduo 发表于 2006-2-20 17:55:59

交叉编译内核出问题了

我用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+0x14a88): undefined reference to `key_maps'
drivers/char/char.o: In function `do_slock':
drivers/char/char.o(.text+0x14c08): undefined reference to `key_maps'
make: *** 错误 1
#
帮我看一下呀
页: [1]
查看完整版本: 交叉编译内核出问题了