Jump to content

Cannot compile latest kernel 4.4.9


Recommended Posts

Hi there,

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 1
cp 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 origin
Cloning 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 directory
fatal: Not a git repository (or any of the parent directories): .git

 

 

 

 

Any hints?

 

Thx, Andreas

 

 

Link to comment
Share on other sites

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: "
Link to comment
Share on other sites

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

Important Information

Terms of Use - Privacy Policy - Guidelines