abyss02 Posted May 5, 2016 Posted May 5, 2016 Hi there, i want to stick to the 4.4 kernel an tried to compile kernel 4.4.9 via: apt-get -y install git git clone https://github.com/igorpecovnik/lib--depth 1cp lib/compile.sh .chmod +x compile.sh./compile.sh after that, i built the following directory and file: mkdir userpatches vi userpatches/lib.config and added: KERNELBRANCH=â€v4.4.9†as described here: http://forum.armbian.com/index.php/topic/1008-how-to-compile-latest-kernel-447/ Whenn running ./compile, i get the following messages: [ o.k. ] Using user configuration override [ userpatches/lib.config ] [ o.k. ] Starting Armbian build script [ @host ] [ o.k. ] Compiling kernel [ cubietruck ] [ o.k. ] Syncing clock [ host ] [ o.k. ] source downloading [ @host ] [ o.k. ] ... updating [ u-boot ] [ o.k. ] ... creating a shallow clone [ linux-vanilla â€v4.4.9†] Cloning into '/root/sources/linux-vanilla/â€v4.4.9â€'...warning: Could not find remote branch â€v4.4.9†to clone.fatal: Remote branch â€v4.4.9†not found in upstream originCloning into '/root/sources/linux-vanilla/â€v4.4.9â€'...fatal: Remote branch â€v4.4.9†not found in upstream origin/root/lib/general.sh: line 124: cd: /root/sources/linux-vanilla/â€v4.4.9â€: No such file or directoryfatal: Not a git repository (or any of the parent directories): .git Any hints? Thx, Andreas
zador.blood.stained Posted May 5, 2016 Posted May 5, 2016 Cloning into '/root/sources/linux-vanilla/â€v4.4.9â€'... warning: Could not find remote branch â€v4.4.9†to clone. fatal: Remote branch â€v4.4.9†not found in upstream origin Cloning into '/root/sources/linux-vanilla/â€v4.4.9â€'... Please check quotation marks around version - if they were normal, they wouldn't display at all. This is your double quote symbol: †This is normal double quote symbol: "
abyss02 Posted May 6, 2016 Author Posted May 6, 2016 This is really too bad ... Thanks a lot, zador.blood.stained, that was the fault :-( So simple, but i would not have solved it in a 100 years.
Recommended Posts