-
Notifications
You must be signed in to change notification settings - Fork 1
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
build on fedora26 #3
Comments
Then I get
But I have felling maybe I should use different distro? Ubuntu? Anyway, I will try to continue. Now I get:
Maybe I should used fuse3-devel? But that is file
I compiles lklfuse.o now, and fails about 50 lines later with:
I will try clean build on clean ubuntu 16.04 VM next. |
Same on ubuntu. Hm...
Code is:
Anything wrong with my submodules? |
I returned to compile on FC26. If I remember correctly, I now have a copy of fuse2-devel header files. Last error was
While file cptofs was already built :/ I tried to compile submodule ./linux by hand:
I just changed the linux/tools/lkl/Makefile - added |
LKL bundled applications (lklfuse, fs2tar, cptofs, etc) are not meant to build with rumprun and frankenlibc right now. If there is a use case it would be good to support. If those are complied during build-rr.sh, then it's not intentional and should be skipped by anyway.
yep. |
The lklfuse and cptofs were build by default. I don't need them, currently I'm interested into networking functionality only. So no need to support them from my side. I got new problem when trying to compile hello-world app.
|
Attempt to install on FS26:
Hm?
The text was updated successfully, but these errors were encountered: