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
xenomai-sys/xenomai/include$ bindgen alchemy/queue.h -o ../binds.rs -- -I. -I../lib -I/var/lib/cloud9/xenomai-sys/xenomai/lib/cobalt/arch/arm/include -I./cobalt
thread 'main' panicked at '`libclang` function not loaded: `clang_Cursor_isFunctionInlined`. This crate requires that `libclang` 3.9 or later be installed on your system. For more information on how to accomplish this, see here: https://rust-lang.github.io/rust-bindgen/requirements.html#installing-clang-39', /home/debian/.cargo/registry/src/jiasu.xzqcsaa.nyc.mn-1ecc6299db9ec823/clang-sys-1.0.3/src/lib.rs:1672:1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
fatal runtime error: failed to initiate panic, error 9
The text was updated successfully, but these errors were encountered:
hanusek
changed the title
Bindgen problem
Bindgen problem [help wanted]
Dec 13, 2020
Hello.
I'm trying bind C library - Xenomai 3 RT Framework to Rust.
I'm using bindgen. I need help.
I did it before:
Input C/C++ Header
https://gitlab.denx.de/Xenomai/xenomai/-/blob/stable/v3.0.x/include/alchemy/queue.h
Bindgen Invocation
Actual Results
The text was updated successfully, but these errors were encountered: