Re: Bindgen error while building the kernel with rust
From: Miguel Ojeda <hidden>
Date: 2021-05-03 14:39:42
From: Miguel Ojeda <hidden>
Date: 2021-05-03 14:39:42
Hi Sumera, On Mon, May 3, 2021 at 8:16 AM Sumera Priyadarsini [off-list ref] wrote:
The complete error logs are here.
Can you please try with bindgen 0.56.0?
cargo install --locked --version 0.56.0
Make sure to regenerate the bindings:
rm rust/bindings_generated.rs
Cheers,
Miguel