You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling libc v0.2.126
error: failed to run custom build command for `libc v0.2.126`
Error: failed to run custom build command for `libc v0.2.126`
Caused by:
process didn't exit successfully: `/target/release/build/libc-db4bc89375b73275/build-script-build` (exit status: 1)
--- stderr
/target/release/build/libc-db4bc89375b73275/build-script-build: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /target/release/build/libc-db4bc89375b73275/build-script-build)
warning: build failed, waiting for other jobs to finish...
Error: The process '/home/runner/.cargo/bin/cross' failed with exit code 101
Target x86_64-unknown-linux-gnux32
= note: /usr/bin/ld: cannot find Scrt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
collect2: error: ld returned 1 exit status
What target(s) are you cross-compiling for?
x86_64-unknown-linux-gnu
Which operating system is the host (e.g computer cross is on) running?
The text was updated successfully, but these errors were encountered:
fengyc
changed the title
Error of target x86_64-unknown-linux-gnu and x86_64-unknown-linux-gnux32
Error of target x86_64-unknown-linux-gnu
Jun 14, 2022
We don't plan (likely) on adding it to our main repository, however, it sounds like a perfect inclusion for an additional image as it's a tier 2 target.
Checklist
Describe your issue
Target x86_64-unknown-linux-gnu
Target x86_64-unknown-linux-gnux32
What target(s) are you cross-compiling for?
x86_64-unknown-linux-gnu
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.1 (from github main branch)
Example
Additional information / notes
No response
The text was updated successfully, but these errors were encountered: