vithalsm

Results 2 comments of vithalsm

Minimal reproduction step includes, cross compiling for arm64 (aarch64) target on x86 machine. Also, 'build-dependency' set to 'bindgen' crate.

In my case, problem was fixed by using proper 'target' header file. While cross compiling, cdefs.h from host was being referred instead of using one from 'target' toolchain. By adjusting...