Skip to content

Commit 998825e

Browse files
vvavrychuktyhicks
authored andcommitted
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: microsoft#247 Signed-off-by: Vasyl Vavrychuk <vvavrychuk@gmail.com> Signed-off-by: Tyler Hicks <tyhicks@linux.microsoft.com>
1 parent b12910a commit 998825e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Instructions for building an x86_64 WSL2 kernel with an Ubuntu distribution are
2828
as follows:
2929

3030
1. Install the build dependencies:
31-
`$ sudo apt install build-essential flex bison libssl-dev libelf-dev`
31+
`$ sudo apt install build-essential flex bison dwarves libssl-dev libelf-dev`
3232
2. Build the kernel using the WSL2 kernel configuration:
3333
`$ make KCONFIG_CONFIG=Microsoft/config-wsl`
3434

0 commit comments

Comments
 (0)