Replies: 1 comment
-
You can find the code for this post at https://github.com/phil-opp/blog_os/tree/post-3.2 You're probably missing the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I can't get running the code of post-02 in the 3rd edition.
The message from cargo build is:
error[E0432]: unresolved import
bootloader
--> build.rs:1:5
|
1 | use bootloader::DiskImageBuilder;
| ^^^^^^^^^^ use of undeclared crate or module
bootloader
For more information about this error, try
rustc --explain E0432
.error: could not compile
blog_os
(build script) due to 1 previous errorMy build.rs is the following:
Here is my cargo.toml from the main directory (not kernel)
My toolchain.toml:
So what is wrong?
Beta Was this translation helpful? Give feedback.
All reactions