Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add riscv64 support. #118

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

JasenChao
Copy link

@glaubitz
Copy link

glaubitz commented Jun 4, 2024

Built success in https://openkoji.iscas.ac.cn/koji/taskinfo?taskID=1285

Can you explain how you managed to create the bindings using a current version of LLVM?

For me, the command failed with:

(sid_sparc64-dchroot)glaubitz@stadler:~/rust-lv2$ cargo run -p systool -- --lv2 /usr/include/lv2 --out sys/src/linux/sparc64.rs -- --target=sparc64-linux-gnu
    Finished dev [unoptimized + debuginfo] target(s) in 0.17s
     Running `target/debug/systool --lv2 /usr/include/lv2 --out sys/src/linux/sparc64.rs -- --target=sparc64-linux-gnu`
thread 'main' panicked at /home/glaubitz/.cargo/registry/src/index.crates.io-d11c229612889eed/bindgen-0.53.3/src/ir/context.rs:894:9:
"LV2_Atom_Event_union_(unnamed_at_/usr/include/lv2/atom/atom_h_203_3)" is not a valid Ident
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
(sid_sparc64-dchroot)glaubitz@stadler:~/rust-lv2$

@glaubitz
Copy link

glaubitz commented Jun 4, 2024

Built success in https://openkoji.iscas.ac.cn/koji/taskinfo?taskID=1285

Can you explain how you managed to create the bindings using a current version of LLVM?

For me, the command failed with:

(sid_sparc64-dchroot)glaubitz@stadler:~/rust-lv2$ cargo run -p systool -- --lv2 /usr/include/lv2 --out sys/src/linux/sparc64.rs -- --target=sparc64-linux-gnu
    Finished dev [unoptimized + debuginfo] target(s) in 0.17s
     Running `target/debug/systool --lv2 /usr/include/lv2 --out sys/src/linux/sparc64.rs -- --target=sparc64-linux-gnu`
thread 'main' panicked at /home/glaubitz/.cargo/registry/src/index.crates.io-d11c229612889eed/bindgen-0.53.3/src/ir/context.rs:894:9:
"LV2_Atom_Event_union_(unnamed_at_/usr/include/lv2/atom/atom_h_203_3)" is not a valid Ident
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
(sid_sparc64-dchroot)glaubitz@stadler:~/rust-lv2$

OK, fixed by updating bindgen in sys/tool/Cargo.toml to 0.62.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants