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
Build file https://github.com/Los7cau53/NeoKernel/blob/master/build.sh
facing "Error: unrecognized option -mfloat-abi=soft clang-12: error: assembler command failed with exit code 1 (use -v to see invocation)" error HOSTCC arch/arm64/kernel/vdso32/../../../arm/vdso/vdsomunge Assembler messages: Error: unrecognized option -mfloat-abi=soft clang-12: error: assembler command failed with exit code 1 (use -v to see invocation) make[2]: *** [../arch/arm64/kernel/vdso32/Makefile:144: arch/arm64/kernel/vdso32/sigreturn.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Assembler messages: Error: unrecognized option -mfloat-abi=soft clang-12: error: assembler command failed with exit code 1 (use -v to see invocation) make[2]: *** [../arch/arm64/kernel/vdso32/Makefile:142: arch/arm64/kernel/vdso32/vgettimeofday.o] Error 1 make[1]: *** [arch/arm64/Makefile:250: vdso_prepare] Error 2 make[1]: Leaving directory '/home/zfx/kernel/sm6150-dev/android_kernel_xiaomi_sm6150/out' make: *** [Makefile:146: sub-make] Error 2
HOSTCC arch/arm64/kernel/vdso32/../../../arm/vdso/vdsomunge Assembler messages: Error: unrecognized option -mfloat-abi=soft clang-12: error: assembler command failed with exit code 1 (use -v to see invocation) make[2]: *** [../arch/arm64/kernel/vdso32/Makefile:144: arch/arm64/kernel/vdso32/sigreturn.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Assembler messages: Error: unrecognized option -mfloat-abi=soft clang-12: error: assembler command failed with exit code 1 (use -v to see invocation) make[2]: *** [../arch/arm64/kernel/vdso32/Makefile:142: arch/arm64/kernel/vdso32/vgettimeofday.o] Error 1 make[1]: *** [arch/arm64/Makefile:250: vdso_prepare] Error 2 make[1]: Leaving directory '/home/zfx/kernel/sm6150-dev/android_kernel_xiaomi_sm6150/out' make: *** [Makefile:146: sub-make] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Build file https://github.com/Los7cau53/NeoKernel/blob/master/build.sh
facing "Error: unrecognized option -mfloat-abi=soft clang-12: error: assembler command failed with exit code 1 (use -v to see invocation)" error
HOSTCC arch/arm64/kernel/vdso32/../../../arm/vdso/vdsomunge Assembler messages: Error: unrecognized option -mfloat-abi=soft clang-12: error: assembler command failed with exit code 1 (use -v to see invocation) make[2]: *** [../arch/arm64/kernel/vdso32/Makefile:144: arch/arm64/kernel/vdso32/sigreturn.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Assembler messages: Error: unrecognized option -mfloat-abi=soft clang-12: error: assembler command failed with exit code 1 (use -v to see invocation) make[2]: *** [../arch/arm64/kernel/vdso32/Makefile:142: arch/arm64/kernel/vdso32/vgettimeofday.o] Error 1 make[1]: *** [arch/arm64/Makefile:250: vdso_prepare] Error 2 make[1]: Leaving directory '/home/zfx/kernel/sm6150-dev/android_kernel_xiaomi_sm6150/out' make: *** [Makefile:146: sub-make] Error 2
The text was updated successfully, but these errors were encountered: