I'm trying to re-compile Proxmox VE 5.4-1 kernel, 4.15 branch, but no
success so far.
I've followed this README:
https://git.proxmox.com/?p=pve-common.git;a=blob_plain;f=README.dev;hb=HEAD
after install the required packages, git clone the kernel repo.
git clone -b pve-kernel-4.15 git://git.proxmox.com/git/pve-kernel.git
cd the pve-kernel directory and then make, but stuck at the message like bottom:
Please help me , thanks
success so far.
I've followed this README:
https://git.proxmox.com/?p=pve-common.git;a=blob_plain;f=README.dev;hb=HEAD
after install the required packages, git clone the kernel repo.
git clone -b pve-kernel-4.15 git://git.proxmox.com/git/pve-kernel.git
cd the pve-kernel directory and then make, but stuck at the message like bottom:
Code:
gcc --version|grep "6\.3" || false
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
test -f "submodules/ubuntu-bionic/README" || git submodule update --init submodules/ubuntu-bionic
Submodule 'submodules/ubuntu-bionic' (git://git.proxmox.com/git/mirror_ubuntu-bionic-kernel) registered for path 'submodules/ubuntu-bionic'
Cloning into '/root/proxmox/pve-kernel/submodules/ubuntu-bionic'...