README.md: Add dwarves to list of build dependencies
dwarves package provides pahole without which build fails with BTF: .tmp_vmlinux.btf: pahole (pahole) is not available Failed to generate BTF for vmlinux Try to disable CONFIG_DEBUG_INFO_BTF Link: https://github.com/microsoft/WSL2-Linux-Kernel/pull/247 Signed-off-by: Vasyl Vavrychuk <vvavrychuk@gmail.com> Signed-off-by: Tyler Hicks <tyhicks@linux.microsoft.com>
This commit is contained in:
Родитель
0e280925d1
Коммит
0e1ddcfdc9
|
@ -28,7 +28,7 @@ Instructions for building an x86_64 WSL2 kernel with an Ubuntu distribution are
|
|||
as follows:
|
||||
|
||||
1. Install the build dependencies:
|
||||
`$ sudo apt install build-essential flex bison libssl-dev libelf-dev`
|
||||
`$ sudo apt install build-essential flex bison dwarves libssl-dev libelf-dev`
|
||||
2. Build the kernel using the WSL2 kernel configuration:
|
||||
`$ make KCONFIG_CONFIG=Microsoft/config-wsl`
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче