Jim Wilson

Results 272 comments of Jim Wilson

The error appears to be: configure:2921: riscv64-unknown-elf-gcc -march=rv32imac -mabi=ilp32 -mcmodel=medlow -ffunction-sections -fdata-sections -I/c/Users/fsaud/wsFreedomStudio/qemu-sifive-e31-hello/bsp/install/include --specs=nano.specs -O0 -g conftest.c >&5 riscv64-unknown-elf-gcc.exe: error: CreateProcess: No such file or directory I think CreateProcess is...

The default serial driver is the one that works best on the HiFive Unleashed board. It unfortunately does not work in spike. To get spike working, you need to enable...

It does conflict. If you enable CONFIG_HVC_RISCV_SBI, then you get the wrong console when booting on a hifive unleashed board. We care more about support for the hifive unleashed board...

This does not look related to the earlier problem. Please create new issues for new problems. You are building on a windows machine, and windows likes to put spaces in...

Yes, gdb is a problem. Some people have reported success by disabling compressed breakpoints. See for instance https://github.com/riscv/riscv-gnu-toolchain/issues/217 Some gdb support has been upstreamed to the FSF gdb tree at...

gdb-8.1 was released on January. The RISC-V support was added in March. So you have to use the mainline development tree to get the RISC-V support. I'm not a gdb...

freedom-u-sdk is not actively maintained. We just use it for demos. You might have better luck asking questions someplace where more people are contributing, like one of the riscv IRC...

Not all drivers are upstream yet. You can find a list of patches in the open-embedded/yocto port. https://github.com/riscv/meta-riscv/tree/master/recipes-kernel/linux/files/freedom-u540 I think that is the list for 4.19, but the 5.1 list...

make sim isn't supported at the moment. spike lacks the driver support necessary to run u-boot. make qemu still works. If you really need make sim, then check out the...

It works for me on Ubuntu 16.04. I don't need any change other than turning on CONFIG_HVC_RISCV_SBI.