-
We started working on RISC-V 64-bit, but it is only somewhat supported currently.
The most major issue is that both architectures cannot be registered on the ELF machine type at the same type, due…
f0rki updated
3 years ago
-
用2021版本的rv64交叉编译器编译后没法在板子上运行
请问是只能 用 riscv64-glibc-gcc-thead_20200702 这个版本的吗
这个版本的 有压缩包或者下载链接吗
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|newlib: RVA23U64 profile lp64d medlow multilib |2/1|0/0|0/0|[b644126237a1aa8599f767a5e0bbada1d7286f44](https://github.co…
-
It's a great project!!!
Can we support loongarch64?
Or can I rebuild from the source code?
thanks
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |10/1|0/0|0/0|[36e5e409190e595638cec053ea034d20d5c74d6b](https://github.co…
-
When we implemet ILP32 on RV64 ( this is [patchs](https://lore.kernel.org/linux-riscv/20230518131013.3366406-1-guoren@kernel.org/) )
we found rv64 's calling convention increases the budget of the st…
-
### Describe problem solved by the proposed feature
目前 bsp/cvitek 的 riscv 部分的大小核的构建完全遵循了两套机制。小核 c906_little 用的是 `CPU ='rv64'`, 大核 cv18xx_riscv 用的是 `CPU ='c906'`。可是据我了解 cv18xx 芯片上的 riscv 大小核本质上没有什么大…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |8/4|0/0|0/0|[01cca42f65f25d709264fe277d25d9db3d68c437](https://github.com…
-
Hello,
I was trying to add a new instruction to spike, but when I rebuild it I get this error as below saying: undefined reference to rv64_mod(processor_t*, insn_t, unsigned long). I've checked my P…
Fifiy updated
4 years ago
-
**Check List**
- [√ ] The binary I am trying to run has been compiled statically for either RV64 or AArch64.
- [ √] The compiled binary is a Linux Elf file.
- [ √] I have provided both a config …