riscv-poky
riscv-poky copied to clipboard
Port of the Yocto Project to the RISC-V ISA
i am getting this error ERROR: python-flatbuffers-2015.12.22.1-r0 do_fetch: Fetcher failure for URL: 'https://files.pythonhosted.org/packages/source/f/flatbuffers/flatbuffers-2015.12.22.1.tar.gz'. Unable to fetch URL from any source. ERROR: python-flatbuffers-2015.12.22.1-r0 do_fetch: Function failed: base_do_fetch ERROR: Logfile of failure...
hey guys i'm keeping encountered with an error when bitbake is compiling **elfutils-0.170**. and here is the error > info:| In file included from ../../elfutils-0.170/backends/m68k_corenote.c:72: | ../../elfutils-0.170/backends/linux-core-note.c:116:1: error: alignment 2...
Fixes #23. Added a patch to gcc-7.2 to fix an internal compiler error when compiling simple programs such as a hello world program. Patch found here: https://github.com/riscv/riscv-gcc/issues/100#issuecomment-357400823.
Hello, Trying to build risc-v linux for Spike simulation (with SMP) .. first of all I just try to build the thing normally but it stops here. I guess it...
You can compile it into the image by adding "gdb" it to core-image-riscv.bb, but it's not yet usable in qemu because of some GDB-internal problem, or possibly because of riscv-linux's...
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
vi editor is not working properly in Risc-V Linux. When I pressed arrow key it will print some alphabets, I am not able to save the modification using ':wq', even...
I followed procedures described in readme.md and I am able to boot riscv-linux using spike. While compiling C-program containing header files like stdio.h it is showing some error like root@riscv64:~#...
I want to cross-compile 32bit RISC-V software on 32bit x86 Machine, but on the master branch all is for 64 bit. I wonder how should I modify the procedures described...