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

stdint.h not found in this directory /lib/gcc/aarch64-linux-gnu/6.1.1/include/ #3

Open
AbdullahSarhan opened this issue Jul 8, 2017 · 2 comments

Comments

@AbdullahSarhan
Copy link

Although stdint.h is in this directory "/lib/gcc/aarch64-linux-gnu/6.1.1/include/" I am getting that stdint.h isn't there when building the kernel image. Any idea why this is happening?

@daniel-k
Copy link
Owner

Which toolchain on which system are you using? Looks like there is something wrong with it. As a quickfix you can add -L/lib/gcc/aarch64-linux-gnu/6.1.1/include/ to CFLAGS in the Makefile.

@AbdullahSarhan
Copy link
Author

AbdullahSarhan commented Jul 11, 2017

I am using the aarch64-linux-gnu tool chain and system is Fedora 4.7.3-200.fc24.x86_64. Do you know which one should be installed?

gcc version 6.1.1 20160621 (Red Hat Cross 6.1.1-2) (GCC)

Thanks

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

2 participants