I’m trying to use the manylinux2014-aarch64 Docker image to build a Rust dylib, 
and I’m running into a problem when trying to specify the linker. Cargo allows 
the specification of the linker on a per-platform basis, and it’s recommended 
to use aarch64-linux-gnu-gcc on aarch64. However, it doesn’t appear to be 
present on either the pypa or dockcross manylinux2014-aarch64 images. Could 
anyone cast any light on why this is / what I could do to work around it?

As it stands the link step is being invoked like: "aarch64-linux-gnu-gcc " 
"-Wl,--as-needed" "-Wl,-z,noexecstack" "-Wl,--eh-frame-hdr" "-L” [snipped paths 
etc]

And I can modify this if need be if it’s just a path issue or similar.

-- 
s



_______________________________________________
Wheel-builders mailing list
Wheel-builders@python.org
https://mail.python.org/mailman/listinfo/wheel-builders

Reply via email to