Skip to content
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

failed to build in x86_64 arch #1

Open
fripSide opened this issue Dec 13, 2015 · 1 comment
Open

failed to build in x86_64 arch #1

fripSide opened this issue Dec 13, 2015 · 1 comment

Comments

@fripSide
Copy link

I modified the Makefile to build the x86_64 version using:
CROSS_COMPILE = /root/android-ndk-r10e/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-
make ARCH=x86_64 x86_64_defconfig

But something went wrong.

The error message is:
In file included from arch/x86/kernel/traps.c:34:0:
include/linux/nmi.h:8:27: fatal error: asm/core_regs.h: No such file or directory
#include <asm/core_regs.h>
^

@fripSide
Copy link
Author

The file mm/early_ioremap.c seems to be redundance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant