Skip to content

Commit 8fabf7a

Browse files
committed
Add missing libcore install directive with rustup
1 parent aa2ef4e commit 8fabf7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercise-book/src/building-linux-kernel-driver.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ apt install build-essential libssl-dev python3 flex bison bc libncurses-dev gawk
145145
curl https://sh.rustup.rs | bash
146146
source $HOME/.cargo/env
147147
cargo install --locked bindgen-cli
148+
rustup component add rust-src
148149
```
149150

150151
## Task 6 - Build a kernel

0 commit comments

Comments
 (0)