Rust-for-Linux / linux

Adding support for the Rust language to the Linux kernel.
https://rust-for-linux.com
Other
3.95k stars 421 forks source link

Issue of building a minimal kernel with rust support #1046

Closed BleemIs42 closed 10 months ago

BleemIs42 commented 10 months ago

I want to use the command make LLVM=1 allnoconfig rust.config to build a minimal kernel, but I found the rust support flag is not open, how can I do to make it open and support qemu with gdb debug?

ojeda commented 10 months ago

Please see https://docs.kernel.org/rust/quick-start.html.

In addition, for questions like this, please use the Zulip chat, not an issue. Please see https://rust-for-linux.com/contact.

Thank you!