-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Resolved Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Unresolved Failures|gcc|g++|gfortran|Previous …
-
# 第一章:RV64 裸机应用 — rCore-Tutorial-Book-v3 0.1 文档
[https://rcore-os.github.io/rCore-Tutorial-Book-v3/chapter1/index.html](https://rcore-os.github.io/rCore-Tutorial-Book-v3/chapter1/index.html)
-
# Summary
|Testsuite Failures|Additional Info|
|---|---|
|gcc-newlib-rv32gc_zba_zbb_zbc_zbs-ilp32d-7fb1117310def905f8d151196b8655247dff68ee-non-multilib|Cannot find testsuite artifact. Likely caused …
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |1/1|0/0|0/0|[55024148694bc5ccf4f5c727e7ba645fd0cc7b38](https://github.com…
-
Hi:
The toolchain I am using is pulp-riscv-gnu-toolchain,when i "make helloworld",i have the error:
cc1: error: -march=IMXpulpv2: ISA string must begin with rv32 or rv64
Thanks!
-
Currently, the use of the `` fp `` register is tightly bound to the RT-Thread environment. In bare metal, it can only be used without enabling the `` fp `` register, and under this approach, searching…
-
**Problem**
32-bit ISA unit test has dependency to 64-bit `*.S` files because `rv32*/%.S` includes 64-bit `%.S` file, for example `rv32ui/add.S` includes `rv64ui/add.S`.
But `isa/Makefile` seems…
-
check
[ar_static_library_demo_v0.zip](https://github.com/BR-SW/iree_samples/files/14507636/ar_static_library_demo_v0.zip)
```bash
ls -l
total 2016
-rwxr-xr-x 1 root root 1020976 Mar 6 09:27 …
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: rv32 Bitmanip ilp32d medlow |80/8|0/0|0/0|[742d242fad997142f32a8ec5a40d78d8af4871ca](https://github.com/gcc-mirro…
-
I was trying to test a rv64 implementation (happy running rv64 tests) with rv32 tests and expected to maybe find bugs in the style of "you didn't sign extend things correctly" or the likes.
Quite a…