Skip to content

Commit 2271e72

Browse files
vvavrychukkelsey-steele
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: #247 Signed-off-by: Vasyl Vavrychuk <[email protected]> Signed-off-by: Tyler Hicks <[email protected]> Signed-off-by: Kelsey Steele <[email protected]>
1 parent b5797e6 commit 2271e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)