Relative Content

Tag Archive for rustcross-compilinggdalarm64

How to cross-compile GDAL for aarch64-unknown-linux-gnu?

I require to run a crate, that depends on the GDAL Rust crate, on a ZCU106 devkit. This requires me to cross-compile my code for the target: aarch64-unknown-linux-gnu. The crate compiles for the x86_64 architecture well, but on compiling for the given target, it cannot find the required header files and throws the error message: