Tom Hebb
Tom Hebb
@ijurisic You definitely want to compile with `-m32`. The "wrong ELF class: ELFCLASS32" error is expected and can be safely ignored. Is Steam starting after printing those log messages? If...
I assume you're on some flavor of Linux? It's possible that you installed Rust (whose main component is the compiler, `rustc`) both from your distro's package manager and via rustup....
Thank you! Do you mind also adding this device to `COMPATIBLE_DEVICES` here? I assume the normal mode PID is `0x40fe` like other devices, but it'd be nice to have that...
Both forms are valid; see the note in [Cargo's "Build Scripts" documentation](https://doc.rust-lang.org/cargo/reference/build-scripts.html#outputs-of-the-build-script): > **MSRV**: 1.77 is required for `cargo::KEY=VALUE` syntax. To support older versions, use the `cargo:KEY=VALUE` syntax. Since autocxx...
Right after I opened #1478, @adetaylor emailed me to explain that he'd taken a new job and was attempting to either secure permission to continue contributing to autocxx or hand...