Building unikraft linuxu as .so #763
Unanswered
Julius1991
asked this question in
Q&A
Replies: 1 comment
-
@Julius1991, since we are already (viciously) using the Unikraft Discord server for discussions, meetings, brainstorming and jokes (mostly bad, we do what we can), we will close the Discussions tab. We will do this on Friday, March 31, 2023. Please move any discussions or questions on the Unikraft Discord server. See you all there! 🤝 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear unikraft community,
I want to build unikraft linuxu (and the application that is running on top) as a shared object to link it into another executable.
Applying -shared and -fPIC in https://github.com/unikraft/unikraft/blob/staging/Makefile.uk is not a big deal, but is anything else required (e.g. currently -fno-PIC and -no-pie are used)?
Thanks for your support,
Julius
Beta Was this translation helpful? Give feedback.
All reactions