Billa Surendra

Results 10 issues of Billa Surendra

Dear all, I am trying to clone **git clone --recursive https://github.com/rwmjones/fedora-riscv-bootstrap** link, but I am getting errors. Can any one please give me solution for cloning without any error. Error:...

After executing the command "make sim", Linux started booting and stuck up by showing the following lines. [ 0.130295] io scheduler noop registered [ 0.130855] io scheduler cfq registered (default)...

I am trying to build meta-riscv on Fedora 36 Linux distribution, and I am facing issues while building the image. I am doubtful wheather it is due to distribution being...

Hi, I am trying to build Busybear Linux but I am getting following error, Please can anyone give me solution. Error: riscv64-unknown-linux-gnu-ranlib libmachine.a riscv64-unknown-linux-gnu-gcc -Wl,--build-id=none -nostartfiles -nostdlib -static -march=rv64imafd -mabi=lp64...

I have created tool chain with --with-arch=rv64ima option and I have cross compiled linux 4.12. When I am trying to booting linux from spike with "spike bbl vmlinux--isa=rv64ima" option but...

I have cross compiled MPI program and generated a statically linked executable. I booted riscv-linux using spike and I tried to execute above mentioned executable. Surprisingly execution resulted in following...

Hello, I have Linux kernel Image without compressed instruction support and rootfs also without c model. Now I am planning to cross compile opensbi . Can anyone please tell me...

How to give application debugger support for risc-v poky port.can any one help me in this.

I am unable to install gdb in risc-v poky port please give me solution to my problem. Thanks in Advance

I am executing one executable file on RISCV Linux (Spike Simulator), I want to know how many instructions executed for particular executable. Thanks In Advance