riscv-none-elf-gcc-xpack icon indicating copy to clipboard operation
riscv-none-elf-gcc-xpack copied to clipboard

A binary distribution of the GNU RISC-V Embedded GCC toolchain

Results 4 riscv-none-elf-gcc-xpack issues
Sort by recently updated
recently updated
newest added

The compilation option "-- win32" has been removed. How can I get the version of Windows x86?

### Description I followed the installation instructions on the install section (https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack) The code doesn't work. ### Steps to Reproduce 1. `xpm init`: No packages found. 2. `xpm install @xpack-dev-tools/riscv-none-elf-gcc@latest...

### Description I am trying to cross compile a c program to risc-v linux environment. My code is structured for cross compiler and depends on the pragma `__linux__` to know...

whenever `-march=rv32ec_zicsr -mabi=ilp32e` is used any reference to standard lib (newlib nano specs) ends up with: ``` c:/program files/gnu mcu eclipse/xpack-riscv-none-elf-gcc-12.2.0-3/bin/../lib/gcc/riscv-none-elf/12.2.0/../../../../riscv-none-elf/bin/ld.exe: error: c:/program files/gnu mcu eclipse/xpack-riscv-none-elf-gcc-12.2.0-3/bin/../lib/gcc/riscv-none-elf/12.2.0/../../../../riscv-none-elf/lib\libg_nano.a(lib_a-memcpy-asm.o): mis-matched ISA string to...