Jump to content

SOLVED [TEST/sunxi/20160201] Issue while compiling / building kernel 4.3.5 / 4.4.1 (sunxi-next)


Recommended Posts

Posted

Hi there,

i try to compile a kernel via:

 

apt-get -y install git
git clone https://github.com/igorpecovnik/lib--depth 1
cp lib/compile.sh .
chmod +x compile.sh
./compile.sh

 

 

In compile.sh, i changed:

 

KERNEL_ONLY="yes"

 

and added

 

KERNELTAG="v4.3.5"

 

 

I get an error which can be seen in the attached file.

 

 

I was able to compile 4.3.4 on the same machine, so i do not expect enironment issues.

 

 

 

Any hint?

 

 

Thx,

A.

post-692-0-07592300-1454334734_thumb.jpg

<
Posted

Thx for the quick reply - checked out lib once more an now, there is the mentioned patch in sunxi-next.

 

Trying to compile .....

Posted

I checked lib sources, and setting KERNELTAG manually isn't supported in current version, so resulting kernel for next branch will be 4.4.1

 

True. When we redesign the download part

 

By adding:

 

KERNELBRANCH="v4.3.5" and choosing NEXT will work.

Posted

And one more problem when selecting old kernel versions. Patches might break compilation. In this case they do ...

Posted

Just one more note here: when removing patches, make sure you don't remove *packaging* and *headers-packing*.patch

 

The rest can be missed.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines