-
Notifications
You must be signed in to change notification settings - Fork 267
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
Build Failure: Debian sid gcc 11.2.0 #147
Comments
musl's configure check whether the compiler works fails due to the built assembler having some problem with the passed command line. it would be useful if you could run the compile command musl's configure does using the same xgcc with |
Something appears to be wrong with the |
2.38 and not sure why the newlines were stripped from a primary paste (but will correct in the future).
i'll try removing options one by one and see if that can narrow down the issue. |
i'm not certain whether that version is actually supported. i think you should stick to one of the versions listed in patches/ directory. |
not sure what the issue is here with the unknown option.
cc1: note: self-tests are not enabled in this build cc1plus: note: self-tests are not enabled in this build echo timestamp > s-selftest-c echo timestamp > s-selftest-c++ rm gcc.pod make[3]: Leaving directory '/tmp/build/musl-cross-make/build/local/x86_64-linux-musl/obj_gcc/gcc' make[2]: Leaving directory '/tmp/build/musl-cross-make/build/local/x86_64-linux-musl/obj_gcc' touch obj_gcc/gcc/.lc_built cd obj_musl && ../src_musl/configure --enable-optimize=yes --prefix= --host=x86_64-linux-musl CC="../obj_gcc/gcc/xgcc -B ../obj_gcc/gcc" LIBCC="../obj_gcc/x86_64-linux-musl/libgcc/libgcc.a" checking for C compiler... ../obj_gcc/gcc/xgcc -B ../obj_gcc/gcc checking whether C compiler works... no; compiler output follows: E: ../obj_gcc/gcc/as[108]: exec: --: unknown option make[1]: *** [Makefile:227: obj_musl/.lc_configured] Error 1 make[1]: Leaving directory '/tmp/build/musl-cross-make/build/local/x86_64-linux-musl' make: *** [Makefile:182: all] Error 2
The text was updated successfully, but these errors were encountered: