Jump to content

abyss02

Members
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Cologne, Germany
  • Interests
    Linux, Soccer

Recent Profile Visitors

1084 profile views
  1. Hi, the building of 4.14.17 ended up with the following error: CC [M] drivers/staging/rtl8723bs/os_dep/xmit_linux.o LD [M] drivers/staging/rtl8723bs/r8723bs.o AR drivers/staging/built-in.o Makefile:1028: recipe for target 'drivers' failed make: *** [drivers] Error 2 [ error ] ERROR in function compile_kernel [ compilation.sh:341 ] [ error ] Kernel was not built [ @host ] [ o.k. ] Process terminated Any hints? Regards, A.
  2. Hi all, after runnning cd /root/ apt-get -y install git git clone https://github.com/armbian/build cd build ./compile.sh i get following error message. Any hints?
  3. Thxx for the quick reply - but its just too complicated for me I will move to 4.6.1 ...
  4. Hi there, i want to stick to the 4.4 kernel an tried to compile kernel 4.4.12 (cubietruck) 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.12" (also tried KERNELBRANCH="v4.5.6") as described here: http://forum.armbian...est-kernel-447/ Whenn running ./compile, i get the following messages: │ LD [M] drivers/media/v4l2-core/tuner.o │ │ LD drivers/media/v4l2-core/built-in.o │ │ LD drivers/media/built-in.o │ │ make: *** [drivers] Error 2 │ └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ [ error ] ERROR in function compile_kernel [ common.sh:176 ] [ error ] Kernel was not built [ @host ] [ o.k. ] Process terminated # Any hints? Regards, A.
  5. 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.
  6. 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 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
  7. Hi there, i want to stick to the 4.4 kernel an tried to compile kernel 4.4.7 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.4.7" After selecting the board "cubietruck" and the branch "next", the script always checks out the sources for kernel 4.5.1. What am i doing wrong? Regards, A.
  8. Thx for the quick reply - checked out lib once more an now, there is the mentioned patch in sunxi-next. Trying to compile .....
  9. 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.
  10. Hi, could anyone provide a kernel (e.g. 4.3.3) with the patch for CVE-2016-0728? Or can anyone tell me how to patch and build the kernel - i only know the official way via "git an ./compile" described here in the manuals. The patch can be found here: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=23567fd052a9abb6d67fe8e7a9ccdd9800a540f2 Regards, A.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines