-
Notifications
You must be signed in to change notification settings - Fork 63
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
Link issue with libdune #9
Comments
Although irrelevant to the issue above, I forgot to mention that in order for the kernel module to compile in 4.10 I had to replace |
Please see #4 We have decided not to support non-LTS versions. However, I would be happy to review any fix that addresses this issue. |
Ok thanks for the quick response. I will continue development of the AMD-V port with 16.04 and when (or if!) this is finished I will try to address newer kernel version issues and submit a PR. |
Hi, I'm working on porting Dune for AMD-V/RVI and I'm having trouble building Dune (unmodified master) on newer Linux kernels. It works fine on (k)Ubuntu 16.04 LTS with kernel 4.4 but it doesn't on the latest (k)Ubuntu 17.04 with kernel 4.10. libdune and the kernel module were built without errors but when trying to link libdune with the test programs I get relocation errors on
libdune/dune.o
andlibdune/entry.o
Of-course I tried adding -fPIC on libdune's makefile but nothing changed. Since everything works fine (building and running tests/apps/benches) with 4.4 kernels I don't believe it's an actual relocation problem of the library. Maybe it's another entirely different issue, possibly known by you, i.e an incompatibility with recent kernel versions. It would be great if you can shed some light on this.
Thank you in advance,
Elias
The text was updated successfully, but these errors were encountered: