[SOLVED] Building Xperia ARC Kernel from LegacyXperia source

Search This thread

WrathChild08

Senior Member
Mar 9, 2012
125
52
France
viidesign.fr
Hello everyone, i'm trying to build a Kernel (CM11) from LegacyXperia source to apply the 0% battery patch for ARC device.

When i try to compile it, i got this error :


CC net/netfilter/nf_tproxy_core.o
CC net/netfilter/x_tables.o
CC net/netfilter/xt_tcpudp.o
CC net/netfilter/xt_mark.o
CC net/netfilter/xt_connmark.o
CC net/netfilter/xt_CLASSIFY.o
make[2]: *** Pas de règle pour fabriquer la cible « net/netfilter/xt_HL.o », nécessaire pour « net/netfilter/built-in.o ». Arrêt.
make[2]: *** Attente des tâches non terminées....

CC net/netfilter/xt_CONNSECMARK.o
CC net/netlink/af_netlink.o
make[1]: *** [net/netfilter] Erreur 2
make[1]: *** Attente des tâches non terminées....

CC net/netlink/genetlink.o
LD net/netlink/built-in.o
make: *** [net] Erreur 2

This is in french but i guess you can understand it, the problem is to make target "net/netfilter/xt_HL.o" which is necessary for "net/netfilter/built-in.o"

Can someone please help me ?

I'm using "arm-eabi-linaro-4.6.2" from DoomLord's toolchains, i've done the "make lx_anzu_defconf" etc etc.. I don't think that i've failed in any steps with all the tutorials around here.

Source : https://github.com/LegacyXperia/android_kernel_semc_msm7x30/tree/cm-11.0

Thanks ! :)


NVMD, i've downloaded the ZIP from Github instead of cloning it.. lmao. Got it fixed and i've my zImage now. :)
 
Last edited: