From urschrei at gmail.com Fri Feb 12 06:04:52 2021 From: urschrei at gmail.com (=?utf-8?Q?Stephan_H=C3=BCgel?=) Date: Fri, 12 Feb 2021 11:04:52 +0000 Subject: [Wheel-builders] manylinux2014-aarch64 linker Message-ID: 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