-
I don't know why , but it's seem 'src/spu/adsr.dep' is missing from the source. Here is the output:
```
/bin/sh: 1: clang++-10: not found
clang++-10 `pkg-config --cflags glfw3 libavcodec libavforma…
-
with the old kernel I can only build darling, and since I have updated my kernel I can build only the modules
make
make install
->
-- Configuring done
-- Generating done
-- Build files hav…
ghost updated
4 years ago
-
```
./Bin/ELFLoader -T 1 -U -c irint -n 500 -- `which curl` -v -H -GET https://google.com
```
This gives a fairly bad output.
```
* Trying 172.217.164.110:443...
* TCP_NODELAY set
* Conne…
-
When I launch
$ spike pk hello
I get the following error
Assertion failed: (IS_ELF32(*eh64) || IS_ELF64(*eh64)), function load_elf, file ../fesvr/elfloader.cc, line 33.
Would you tell me wh…
-
Hello,
The code below gives the error `.symtab does not contain a symbol table`. But there is definately a symbol table in the elf binary.
```rust
let binary_blob = fs::read("../main").unwrap();
…
-
Right now ELFLoader is not pulling in the dynamic linker from the ELF.
This is requiring us to launch apps through the linker directly, which clang absolutely hates.
Pass it through ELFLoader so we …
-
Is it still not supported as per documentation? PSCI is supported in elfloader, and Amlogic S905 uses PSCI. Short test with setting `KernelMaxNumNodes` to 4 and specifying affinity in camkes assembly …
OYTIS updated
4 years ago
-
**Describe the issue**
When running `./setup test`, elf-loader tests first run as their own set of tests, then get run again when running the Shadow tests. Previously, they only ran once, as their ow…
-
GHC 8.8 builds currently fail with the following errors.
Current best practice seems to be to use `Lens'` instead of `Simple Lens`, which requires an additional language extension to continue worki…
-
When I run `./fett.py` after modifying the debian startup code, I see a crash in `sendFile`.
I modified `fett/target/common.py:start()` to include
```python
self.sendFile(getSetting('buildD…