You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make LLVM=1 rustavailable
***
*** Rust compiler 'rustc' is too new. This may or may not work.
*** Your version: 1.65.0
*** Expected version: 1.62.0
***
Rust is available!
$
Before compiling rust-e1000, you need the specific versions of rustc, lld, etc to build kernel with Rust support. You can build rust-e1000 with these versions.
Hi,
Here a curious newbie reporting this:
That is with
in https://github.com/fujita/linux/tree/rust-e1000
I get a succesfull (but yet untested) build with
make CC=clang
.And with
make LLVM=1
in the Linux source directory I get:Purpose / idea of this report is triggering responses like
The text was updated successfully, but these errors were encountered: