Created
March 25, 2021 23:04
-
-
Save neheb/51367f34883ddca87a7c0ddefed55cb2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make[5]: Entering directory '/home/mangix/devstuff/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.10.25' | |
CALL scripts/checksyscalls.sh | |
CALL scripts/atomic/check-atomics.sh | |
DESCEND objtool | |
error: unknown warning option '-Wstrict-aliasing=3'; did you mean '-Wstring-plus-int'? [-Werror,-Wunknown-warning-option] | |
CC /home/mangix/devstuff/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.10.25/tools/objtool/arch/x86/special.o | |
error: unknown warning option '-Wstrict-aliasing=3'; did you mean '-Wstring-plus-int'? [-Werror,-Wunknown-warning-option] | |
make[9]: *** [/home/mangix/devstuff/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.10.25/tools/build/Makefile.build:97: /home/mangix/devstuff/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.10.25/tools/objtool/arch/x86/special.o] Error 1 | |
make[8]: *** [/home/mangix/devstuff/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.10.25/tools/build/Makefile.build:139: arch/x86] Error 2 | |
make[7]: *** [Makefile:59: /home/mangix/devstuff/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.10.25/tools/objtool/objtool-in.o] Error 2 | |
make[6]: *** [Makefile:68: objtool] Error 2 | |
make[5]: *** [Makefile:1933: tools/objtool] Error 2 | |
make[5]: Leaving directory '/home/mangix/devstuff/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.10.25' | |
make[4]: *** [Makefile:23: /home/mangix/devstuff/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.10.25/.modules] Error 2 | |
make[4]: Leaving directory '/home/mangix/devstuff/openwrt/target/linux/x86' | |
make[3]: *** [Makefile:11: compile] Error 2 | |
make[3]: Leaving directory '/home/mangix/devstuff/openwrt/target/linux' | |
time: target/linux/compile#0.55#0.22#0.75 | |
ERROR: target/linux failed to build. | |
make[2]: *** [target/Makefile:25: target/linux/compile] Error 1 | |
make[2]: Leaving directory '/home/mangix/devstuff/openwrt' | |
make[1]: *** [target/Makefile:18: /home/mangix/devstuff/openwrt/staging_dir/target-x86_64_musl/stamp/.target_compile] Error 2 | |
make[1]: Leaving directory '/home/mangix/devstuff/openwrt' | |
make: *** [/home/mangix/devstuff/openwrt/include/toplevel.mk:230: world] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment