Re: Missing RUST_EXAMPLE option in linux-next
Hi, I am working on a device driver in rust in linux-next as an academic project. I used the following command to create .config: $ make LLVM=1 menuconfig But, sometimes the RUST_EXAMPLE option is not visible in menuconfig (under /Device Drivers/Character devices/). It seemingly happens at random that this option disappears, despite having a working rust nightly environment (and other dependencies). Can someone point me to why is this happening? Also, if this is not the right place for this query, please let me know. Thank you -- Manas CSAM Undergraduate | 2022 IIIT-Delhi, India
On Thu, Apr 01, 2021 at 10:49:16AM +0530, Manas wrote:
Hi, I am working on a device driver in rust in linux-next as an academic project. I used the following command to create .config:
$ make LLVM=1 menuconfig
But, sometimes the RUST_EXAMPLE option is not visible in menuconfig (under /Device Drivers/Character devices/). It seemingly happens at random that this option disappears, despite having a working rust nightly environment (and other dependencies).
Can someone point me to why is this happening?
Try asking the developers who maintain the linux rust branch where this code is coming from? They are the best ones to help out with their code. good luck! greg k-h
On Thu, Apr 01, 2021 at 07:56:40AM +0200, Greg KH wrote:
On Thu, Apr 01, 2021 at 10:49:16AM +0530, Manas wrote:
Hi, I am working on a device driver in rust in linux-next as an academic project. I used the following command to create .config:
$ make LLVM=1 menuconfig
But, sometimes the RUST_EXAMPLE option is not visible in menuconfig (under /Device Drivers/Character devices/). It seemingly happens at random that this option disappears, despite having a working rust nightly environment (and other dependencies).
Can someone point me to why is this happening?
Try asking the developers who maintain the linux rust branch where this code is coming from? They are the best ones to help out with their code.
Sure. Thanks for prompt reply! -- Manas CSAM Undergraduate | 2022 IIIT-Delhi, India
participants (2)
-
Greg KH -
Manas