-
when I build this project to boot the 32-bit linux kernel with bbl, it always print out that “Invalid htif register address" and exit.
Here is my configuration of riscv-pk:
```
$ cd riscv-pk
$ mkd…
-
I am having this issue while compiling hello.c. I tried the solution mentioned in the other issue as well. Please see the compilation results below:
**PS: I noticed that I did not have riscv-elf fo…
-
It appears that the instruction encoding in the function header blocks in `cache.c` are incorrect. For instance:
```/*!
* @brief CFlush.D.L1 instruction is a custom instruction implemented as a…
-
I started annotating the bootrom dump at https://gist.github.com/zhuowei/d6ff16f05faf13ba9e946345d4840db6. I generated the dump with Objdump:
```
riscv64-unknown-elf-objcopy --change-addresses=0x1…
-
I'd expect this specification to describe the initial state of the system. That is, when whatever is supposed to use the SBI starts executing the first time. It should specify the current privilege le…
-
When I compile the example programs I am finding that the output is misaligned. At first I thought it was extra spacing but later realized that the cursor was not going to the beginning of the next li…
-
Similar to #52, the gdb server sometimes locks up. However, unlike #52 this is not related to the `wfi` instruction, as typing into the terminal does not unstick the server.
Steps to reproduce:
1…
-
### Description
BL602 can't be compiled accroding to the instructions on this page [here](https://nuttx.apache.org/docs/latest/platforms/risc-v/bl602/index.html),I tried changing the toolchain to ver…
-
The following elf program header fails within elf_loader.h in line 54. The used linker script is a standard one of the freedom-e-sdk. The problem is the fourth section which corresponds to the .bss se…
U2654 updated
3 years ago
-
### Description / Steps to reproduce the issue
Since commit 394a967 I can no longer compile Nuttx with make. The compile error appears to be caused by #13720 . The compile parameter that is causing t…