-
on a fresh Debian 10.1 vm, there's no note to set CXX to point to clang. After that, I'm getting "#error Unknown endianess"
```
sten@debian:~/darling/build$ cmake ../
-- The C compiler identifica…
-
### Description
Good afternoon,
I'm trying to create a simple HTTP server using Wi-Fi (and the add-on board). Code flashing is fine, but I suspect the /data files in the project are not being flas…
-
I tried to run netcat binary using the bincompat mode and run-app-elfloader, but it does not properly send or receive messages. Then, I tried to run the nc command in the busybox binary provided in th…
-
Hi,
this time build fails in all arches i.e. i686, x86_64, aarch64, ppc64le and s390x [1]
it can be reproduced in Fedora 38 beta.
Removing -d option make test pass , "cp -d" make test fails [2] .…
-
When trying to create a new ElfFile via `ElfFile::new` a panic occurs:
![Bildschirmfoto vom 2023-01-27 10-46-55](https://user-images.githubusercontent.com/58695553/215061610-3aa826a6-e07e-43b0-8aa5-9…
-
- Antonio should be supported in his efforts to adapt the sdk
- Fork -> Pull request asap.
-
There is no license file in this repo. What license should be added?
-
This is a follow-up from the discussion at https://github.com/seL4/seL4/pull/646 that the system timer must never roll over or run backwards. It seems there is no sanity check in the kernel about this…
-
Trying to build on OS X fails around `make: *** [libfesvr.a] Error 1`. Digging into this a bit, it is because the build relies on GNU-only `ar` options:
```bash
[-bash] Fri 18 Feb 10:59 [[master] …
-
I was working on adding node and gnupg to run.yaml with this commit https://github.com/unikraft/app-elfloader/pull/33 where I run into the problem: NodeJS is able to launch and start the shell, but it…