-
Notifications
You must be signed in to change notification settings - Fork 69
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
fail to compile kernel #20
Comments
error: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel |
So you know what to do ;) |
:) I didn't read the error message careful enough last time. I guess maybe updating the wiki page? |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Makefile:1102: recipe for target 'prepare-objtool' failed
make[2]: *** [prepare-objtool] Error 1
make[2]: Leaving directory '/root/mptcp'
debian/ruleset/targets/common.mk:194: recipe for target 'debian/stamp/conf/kernel-conf' failed
make[1]: *** [debian/stamp/conf/kernel-conf] Error 2
make[1]: Leaving directory '/root/mptcp'
/usr/share/kernel-package/ruleset/minimal.mk:93: recipe for target 'debian/stamp/conf/minimal_debian' failed
make: *** [debian/stamp/conf/minimal_debian] Error 2
Failed to create a ./debian directory: No such file or directory at /usr/bin/make-kpkg line 970.
Any idea on why it fail to compile?
The text was updated successfully, but these errors were encountered: