lit-robotics / libcamera-rs

Experimental Rust bindings for libcamera
Apache License 2.0
51 stars 16 forks source link

Cannot build for arm64 (aarch64) since the new 0.3.0 version #39

Open ItzSiL3Nce opened 1 week ago

ItzSiL3Nce commented 1 week ago

Before upgrading to version 0.3.0, I could build an application using libcamera-rs as a dependency for aarch64. With the new version I get linking errors in libcamera saying that they expect a elf64-x86-64 version of libcamera. For now, I'm sticking to version 0.2.3 which works perfectly, but it's missing the updated constants.

chemicstry commented 2 days ago

Could you give more information about your build setup? Are you cross-compiling on a x86 host?