-
```
make LLVM=1 ARCH=riscv defconfig
*** Default configuration is based on 'defconfig'
#
# configuration written to .config
#
➜ kernel-all git:(master) ✗ grep -rn TOOLCHAIN_HAS_V .config
➜ ke…
-
Alright, got things upgraded and tried running it. It sort of works, but the connection seems unstable. This is what I get on a "good" run:
```
pi@betrusted-dev:~/code/betrusted-scri…
-
Hi,
checkout ibex code, just change simulator to vcs in Makefile.
when make in ibex/dv/uvm/core_ibex, then occur a error like below:
`make[1]: *** [scripts/ibex_sim.mk:42: out/metadata/tb.comp…
-
When I try to generate bindings on a clean repo, using the following command:
`cargo +stable run --manifest-path ./xtask/Cargo.toml`
I get the following bindings diffs:
```diff
diff --git a/es…
-
I created a venv and tried to install the dependencies. Debian 12.
And got this error:
```
Running setup.py install for greenlet ... error
error: subprocess-exited-with-error
× Runn…
-
### What is the problem this feature will solve?
Allow to get and install the node binaries from the main download pages, not from the unofficial section.
Indirectly this will allow to install `no…
-
Hello,
Regarding the OP-TEE port to RISC-V, there still a big missing chunk which is the implementation of the protocol between OPTEED on non-secure environment and OP-TEE OS.
For our current port…
-
Version: 1.0.6
This release outright fails to build on contemporary i586-linux
```
[ 23s] + cd build
[ 23s] + /usr/bin/cmake /home/abuild/rpmbuild/BUILD/highway-1.0.6/. '-GUnix Makefiles' …
-
**Describe the bug**
Trying to run some tests on the release build causes an attempt to kill of some tests, which can result in hanging
**To Reproduce**
Steps to reproduce the behavior:
1. Build…
-
**Describe the bug**
compile failed when build in sysbuild mode.
**To Reproduce**
``` shell
west build -p always -b esp32c3_devkitm --sysbuild samples/hello_world
west build -p always -b esp3…