I think you can try following:
$cd /path/to/your/kernel/source
$cp config_xxx (e.g. config_n35, depens on your board configuration) .config
$make ARCH=arm CROSS_COMPILE=/usr/local/arm/3.4.1/bin/arm-linux- oldconfig modules_prepare
then, re-compile your kernel module and try again
[ 此帖被kasim在2009-04-11 23:55重新编辑 ]