-
Notifications
You must be signed in to change notification settings - Fork 22
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
Error 2 when building #2
Comments
the error should be a little upper. And this error when building with GCC(btw you have to disable CONFIG_CC_STACKPROTECTOR=y and CONFIG_CC_STACKPROTECTOR_STRONG=y, because compiler too old): Seems that the problem is too old compilers. |
You can solve this error useing patch |
I get this error when trying to build.
make[3]: Leaving directory '/buildd/sources/out/KERNEL_OBJ'
make[2]: *** [Makefile:152: sub-make] Error 2
make[2]: Leaving directory '/buildd/sources'
make[1]: *** [/usr/share/linux-packaging-snippets/kernel-snippet.mk:67: out/kernel-stamp] Error 2
make[1]: Leaving directory '/buildd/sources'
make: *** [debian/rules:6: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -d -us -uc -ui -sa --jobs=4 --build=any --build=any -aarm64 failed
Cant figure out what the problem is.
The text was updated successfully, but these errors were encountered: