Closed StewartBie closed 2 months ago
The attached image file is corrupted (according to pngcheck) :frog:
my bad. I'll try to show it in the table below. | Name | Version | Votes | Popularity? | Description | Maintainer | Last Updated |
---|---|---|---|---|---|---|---|
mounriver-studio-toolchain-bin | 1.91-0 | 4 | 0.00 | This MRS Toolchain includes the tool chain for RISC-V kernel chip under Linux x64 and the debug download tool OpenOCD. | taotieren | 2024-04-21 09:17 (UTC) | |
mounriver-studio-toolchain-openocd-bin | 1.91-0 | 4 | 0.00 | MRS Toolchain OpenOCD supports erasure, programming, verification and debugging of the chip. | taotieren | 2024-04-21 09:17 (UTC) | |
mounriver-studio-toolchain-riscv-gcc-bin | 1.91-0 | 4 | 0.00 | MRS Toolchain Support for RISC-V assembly and GNU C compilation, link operation. | taotieren | 2024-04-21 09:17 (UTC) | |
mounriver-studio-toolchain-riscv-gcc12-bin | 1.91-0 | 4 | 0.00 | MRS Toolchain Support for RISC-V assembly and GNU C compilation, link operation. | taotieren | 2024-04-21 09:17 (UTC) |
This package dedends on the three others mounriver-studio-toolchain-bin Thanks for your reply. ^.^
I'm not sure that I fully understand the original issue but if the problem is getting a working (and maybe more up to date?) RISC-V bare metal toolchain for use on Arch Linux then would the xPack binary toolchain builds be of any use?
The only dependency that the Linux builds should have is on a minimum GLIBC version (>= 2.27 right now):
Bear in mind that the xPack toolchain uses a different tool prefix string than the riscv-gnu-toolchain
one - riscv-none-elf-*
versus riscv64-unknown-elf-*
or riscv32-unknown-elf-*
:
FWIW I did a quick install of a VirtualBox VM running Arch Linux 2024.08.01, downloaded and extracted the latest xPack RISC-V GCC (14.2.0-1) and using it I was able to compile and link a simple "Hello world" program.
As an Arch user (BTW), I have two suggestions:
riscv64-elf-binutils riscv64-elf-gcc riscv64-elf-gdb riscv64-elf-newlib
.Thanks for all your replies. My problems are solved.
riscv64-elf-binutils riscv64-elf-gcc riscv64-elf-gdb riscv64-elf-newlib
I think it's time to close this issues. Thanks a lot.
Refer to Wiki - Installation - Arch/Manjaro the AUR package
riscv64-unknown-elf-newlib
was last updated 2020-03-23 20:29 (UTC) so there are many obstacles to installing this AUR pac. Here are some errors when installingI wonder whether these package can replace.(WCH MRS toolchain)