Replies: 1 comment
-
@lizhi16, 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
-
Hi, the Unikraft paper (Eurosys'21) clarifies that libs in the Unikraft are statically linked to the application (platform: linuxu, x86).
However, there are seems no linker flags like "-static" shown in the Makefile of Unikraft or this "Hello world" application. Could you please teach us how Unikraft achieves the static link in its Makefile? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions