You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to set PATH to linux_for_riscv_em/output_mmu_rv32/buildroot/output/host/bin/, I built the Linux kernel and it runs successfully in your emulator.
I think buildroot has built the toolchain already, so there is no need to download your pre-built binaries from https://github.com/franzflasch/gcc-build-tools. Should we mention this in the README?
The text was updated successfully, but these errors were encountered:
make ARCH=riscv CROSS_COMPILE=riscv64-none-elf- -j16 loader
which is different from the riscv32-linux-gnu-* in the RV64 script. Not sure if this is critical to be different, if so, my guess it is incompatible to the cross compilers provided by buildroot?
I will need more time to try RV64. But if you need the RV32 script changes, I have it now.
I have tried to set PATH to
linux_for_riscv_em/output_mmu_rv32/buildroot/output/host/bin/
, I built the Linux kernel and it runs successfully in your emulator.I think buildroot has built the toolchain already, so there is no need to download your pre-built binaries from
https://github.com/franzflasch/gcc-build-tools
. Should we mention this in the README?The text was updated successfully, but these errors were encountered: