We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zig - ❌
Running `/target/debug/build/hellopp-4198e14c1842cfb5/build-script-build` The following warnings were emitted during compilation: warning: [email protected]: error: unsupported linker arg: -melf_i386 error: failed to run custom build command for `hellopp v0.1.0 (/tmp/tmp.JaHyf9r5NC)` Caused by: process didn't exit successfully: `/target/debug/build/hellopp-4198e14c1842cfb5/build-script-build` (exit status: 1) --- stdout TARGET = Some("i586-unknown-linux-musl") OPT_LEVEL = Some("0") HOST = Some("x86_64-unknown-linux-gnu") CXX_i586-unknown-linux-musl = None CXX_i586_unknown_linux_musl = Some("/target/.zig-cache/cargo-zigbuild/0.17.3/zigcxx-i586-unknown-linux-musl.sh") CXXFLAGS_i586-unknown-linux-musl = None CXXFLAGS_i586_unknown_linux_musl = None TARGET_CXXFLAGS = None CXXFLAGS = None CRATE_CC_NO_DEFAULTS = None DEBUG = Some("true") CARGO_CFG_TARGET_FEATURE = None running: "/target/.zig-cache/cargo-zigbuild/0.17.3/zigcxx-i586-unknown-linux-musl.sh" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m32" "-march=pentium" "-Wl,-melf_i386" "-Wall" "-Wextra" "-o" "/target/i586-unknown-linux-musl/debug/build/hellopp-d2cec04140b3245e/out/hellopp.o" "-c" "hellopp.cc" cargo:warning=error: unsupported linker arg: -melf_i386 exit status: 1 --- stderr error occurred: Command "/target/.zig-cache/cargo-zigbuild/0.17.3/zigcxx-i586-unknown-linux-musl.sh" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m32" "-march=pentium" "-Wl,-melf_i386" "-Wall" "-Wextra" "-o" "/target/i586-unknown-linux-musl/debug/build/hellopp-d2cec04140b3245e/out/hellopp.o" "-c" "hellopp.cc" with args "zigcxx-i586-unknown-linux-musl.sh" did not execute successfully (status code exit status: 1).
this error is rust-cross/cargo-zigbuild#96
I'm not sure if this is our fault or zigbuild
The text was updated successfully, but these errors were encountered:
disable/fix failing targets (#1432)
15ba0b1
Touches on #1422 #1423 #1424 resolves #1425 (kinda)
Successfully merging a pull request may close this issue.
zig - ❌
this error is rust-cross/cargo-zigbuild#96
I'm not sure if this is our fault or zigbuild
The text was updated successfully, but these errors were encountered: