Replies: 2 comments 1 reply
-
Hi Rocket2, Qt should be interesting to port on Unikraft, how did you chose it? You seems to be missing some unported external libraries(e.g. pcre2), libc functions(e.g. mmap64, timezone) and some C++ symbols. I think the first of action would be to port pcre2 on Unikraft, stub the missing libc functions and a find where the C++ symbols are defined(e.g. std::__throw_system_error). I recommend cscope to aid you in this task. Since yhe number of symbols is rather low, you shpuld be able to fix it quickly. |
Beta Was this translation helpful? Give feedback.
-
@Rochet2, 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.
-
I am trying to look into if Qt framework could be used with unikraft.
Any thoughts on Qt support?
For now Im testing a basic console application that only uses the Qt core and has no GUI to get something running.
There are some basic problems in getting anything to compile due to some ongoing issues in unikraft.
One issue I have is large file support that I cant seem to find how to disable on Qt or enable on unikraft.
Any help with that is appreciated.
Here is a list of undefined references, however some are undefined because I am unable to link all of Qt libraries with unikraft at this time.
There might be some missing calls also at this moment in unikraft. Would be interested to hear about what those are and if some could be solved with existing libraries that I have missed.
Beta Was this translation helpful? Give feedback.
All reactions