-
Notifications
You must be signed in to change notification settings - Fork 62
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
kern build problem #25
Comments
I met the same problem. I think we should go back to version 3.0+, Unless we modify the code to be compatible with the new kernel. :( |
Yes, you have to either go back to older version linux or modify dune source code. Some header files are no longer provided in linux. |
I saw that you forked a repo called Loongson Dune, does it work? |
Yes, though may not be perfect, but it does. In fact, loongson-dune is something my lab classmate is working on. And my project is built upon it. |
I'm also trying to build Dune in a recent kernels and I found some issues. After looking into the loongson-dune repository I think they do not support x86, at In fact I need this DAX feature: |
Althoght my platform meets the requriements of dune(all yes when run dune_req.sh). But I cannot build the dune, actuall failed when build kern. My OS is Ubuntu16.04, kernel version 4.15.0-142. From the compiler error: implicit declaration of function ‘x2apic_wrmsr_fence’, I think the problem is the kernel version. So which kernel should I use
?
The text was updated successfully, but these errors were encountered: