-
### Describe the bug
Including `lib-ukrust` [1] and `lib-rust` [2] makes application not compile. I've noticed this trying to compile an application with an external Rust library but the behaviour is…
-
**Describe the bug**
When I run `kraft up -p linuxu -m x86_64 -t helloworld kraft-test` on NixOS, I get the following error:
```
100.00% :::::::::::::::::::::::::::::::::::::::: | 32 / …
-
### Describe the bug
The compilation process fails when trying to build posix-socket and lwip
### Steps to reproduce
libs:
libuuid: https://github.com/unikraft/lib-libuuid (staging)
lw…
-
### Overview
Unikraft is a highly modular library operating system designed for the cloud. It's high degree of modularization allows for extreme customization and specialization. As such, its tool…
-
To help in environments where remote internet access is not possible or to speed up "properclean" rebuilds, cache the origin library tarball/zip on disk. This issue tracks initially pulling and saving…
-
### Describe the bug
The example app helloworld cannot be configured.
### Steps to reproduce
kraft init -t helloworld hello
kraft configure -m arm64 -p kvm
I also tried to give linuxu as …
-
**Describe the bug**
Unable build sample project on rashberry pi
**To Reproduce**
```
pi@raspberrypi:~/developments $ kraft up -t helloworld@staging ./my-first-unikernel
/home/pi/development…
-
Create a script that walks through all applications in [the `static-pie-apps` repository](https://github.com/unikraft/static-pie-apps) and [the `dynamic-apps` repository](https://github.com/unikraft/d…
-
Hello,
When I run `kraft up -m x86_64 -p xen helloworld-cpp` then it show me below error:
`build/libcxx/origin/libcxx-7.0.0.src/include/wchar.h:119:15: fatal error: wchar.h: No such file or director…
-
Musl currently does not support the C11 standard for atomic variables, and as far as I know, it will never support it.
Unfortunately, plenty of applications depend on the respective header files to…