I just tried to perform the following operations in order to recompile
the Linux kernel.

% export ARCH=arm
% export CROSS_COMPILE=arm-eabi-
% export PATH=$PATH:../prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin
% make clean
% adb pull /proc/config.gz .
% gunzip config.gz
% mv config .config
% make

However it failed at rfkill.  Here is the output.

arch/arm/mach-msm/built-in.o: In function `trout_rfkill_probe':
arch/arm/mach-msm/board-trout-rfkill.c:53: undefined reference to
`rfkill_switch_all'
arch/arm/mach-msm/board-trout-rfkill.c:56: undefined reference to
`rfkill_allocate'
arch/arm/mach-msm/board-trout-rfkill.c:68: undefined reference to
`rfkill_register'
arch/arm/mach-msm/board-trout-rfkill.c:71: undefined reference to
`rfkill_free'
make: *** [.tmp_vmlinux1] Error 1

Does anyone have any ideas?
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel
-~----------~----~----~----~------~----~------~--~---

Reply via email to