Alexander Huszagh
Alexander Huszagh
It's a little trickier than required since crosstool-ng has bugs with glibc for aarch64 below 2.25. See the discussion for [dockcross](https://github.com/dockcross/dockcross/issues/443). It seems `config.guess` is probably wrong, and this leads...
Maybe also add an AUTHORS.md file? Might be nice to give credit. We can also quickly grep the commit history to add one.
I don't think there's any reasonable way to try to handle OOM, since we'd have to allocate memory to create an error message (can't do that), so I think it's...
bors try --target x86_64-unknown-linux-gnu going to give it a careful re-review, but looks good so far.
Does anyone know a cloud service I can test on an M1 system and not pay a fortune? Like, SSH access? I'd love to be able to fix this but...
> So, if you need I could help you with debug. Sure, can you first try compiling a simple crate [rust-cpp-hello-world](https://github.com/cross-rs/rust-cpp-hello-word) with the `--verbose` flag for cross installed from main?...
That all seems normal. Can you try running basically the same command except an interactive shell? ```bash /usr/local/bin/docker run \ --userns host -e 'PKG_CONFIG_ALLOW_CROSS=1' \ -e 'XARGO_HOME=/xargo' -e 'CARGO_HOME=/cargo' \...
> So, I ran `cargo build & top` and rust is calculating So basically it's spinning in place indefinitely. That's... not a great sign. What's the output of `lsb_release -a`?...
I might end up just getting a Mac M1 Mini and seeing if I can test locally. I think we might need the native aarch64 hosts.
I'll gladly become a maintainer, however, since I only submitted a few issues (and I don't believe have any PRs merged), I'll go through the issue tracker and try to...