abyss02 Posted February 1, 2016 Posted February 1, 2016 Hi there, i try to compile a kernel via: apt-get -y install gitgit clone https://github.com/igorpecovnik/lib--depth 1cp 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.
Igor Posted February 1, 2016 Posted February 1, 2016 The patch which was failing was removed 3h ago. https://github.com/igorpecovnik/lib/commit/413de52bf1d707472bda0e392ace375f47db6db8 Are you using branch NEXT? Try after this: https://github.com/igorpecovnik/lib/commit/b04f02e36f494ba5590c6c9f7e7c195469d13522
abyss02 Posted February 1, 2016 Author Posted February 1, 2016 Thx for the quick reply - checked out lib once more an now, there is the mentioned patch in sunxi-next. Trying to compile .....
zador.blood.stained Posted February 1, 2016 Posted February 1, 2016 and added KERNELTAG="v4.3.5" ... 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
Igor Posted February 1, 2016 Posted February 1, 2016 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.
Igor Posted February 1, 2016 Posted February 1, 2016 And one more problem when selecting old kernel versions. Patches might break compilation. In this case they do ...
Igor Posted February 1, 2016 Posted February 1, 2016 Just one more note here: when removing patches, make sure you don't remove *packaging* and *headers-packing*.patch The rest can be missed.
Recommended Posts