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

fatal error: kernel-interfaces/readahead.h: No such file or directory #6

Open
m4tabbas opened this issue Jul 19, 2024 · 2 comments
Open

Comments

@m4tabbas
Copy link

Hello. I'm trying to compile the kernel but there is a problem and related to the "filemap.c" in mm folder in kernel-ml-linux folder. in "filemap.c" file there is "#include <kernel-interfaces/readahead.h>"(line 47) but in there is no kernel-interfaces folder in kernel-ml-linux folder. Out of kernel-ml-linux folder, I mean in kernel-ml folder there is a kernel-interfaces folder but it has no readahead.h file. Also in include folder, there is a kernel-interfaces folder that has readahead.h file. What is the problem. Is needed to change the address in "filemap.c" file? Another folders in kernel-ml-linux like "arch" folder has no problem and compile successfully.

@ATShah03
Copy link

Having the same issue. Were you able to find a solution?

@m4tabbas
Copy link
Author

m4tabbas commented Sep 1, 2024

Hello. Sorry for late.
Copy all files in kernel-ml/include folder to kernel-ml/kernel-ml-linux/include folder.

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