-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross build with -Zbuild-std
for x86_64-unknown-netbsd
got linking error.
#1564
Comments
Need more information like what crate you're building and what version of cross + rust you're using. |
|
full error output:
|
can you try using cross from the main branch or change the image to the
#Cross.toml
[target.x86_64-unknown-netbsd]
image = "ghcr.io/cross-rs/x86_64-unknown-netbsd:main" |
|
also tried main image in Cross.toml like below:
nothing change, still got the same linking error. |
As below:
And advice or how fix it?
The text was updated successfully, but these errors were encountered: