this commands go just fine:
make ARCH=arm CROSS_COMPILE=arm-eabi- e0eu-perf_defconfig
make ARCH=arm CROSS_COMPILE=arm-eabi- headers_install
make ARCH=arm CROSS_COMPILE=arm-eabi- modules
but when i run make ARCH=arm CROSS_COMPILE=arm-eabi- -j4 it starts to compile the kernel, take some minutes to do it...but when it finishes i got this error:
LD vmlinux.o MODPOST vmlinux.o GEN .version CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 arm-eabi-ld: lge/built-in.o: in function LGE_Dload_SRD:lge_test.c(.text+0x13b4): error: undefined reference to 'diagpkt_alloc' arm-eabi-ld: lge/built-in.o: in function linux_app_handler:lge_test.c(.text+0x358c): error: undefined reference to 'diagpkt_free' arm-eabi-ld: lge/built-in.o: in function LGF_TestMode:lge_test.c(.text+0x36e0): error: undefined reference to 'diagpkt_alloc' arm-eabi-ld: lge/built-in.o: in function LGF_MsgTest:lge_test.c(.text+0x3820): error: undefined reference to 'diagpkt_alloc' arm-eabi-ld: lge/built-in.o: in function LGF_KeyPress:lge_test.c(.text+0x3f38): error: undefined reference to 'diagpkt_alloc'
who know how to fix this?







Sign In
Create Account




Back to top










