lowrisc-toolchains
lowrisc-toolchains copied to clipboard
UNSUPPORTED INTERNAL toolchain builds
Hello, I downloaded and extracted the toolchain version `gcc-rv32imc-20210412-1`, but I weren't able to install it. What did I do wrong here? ``` aaron@aaron-TravelMate-P238-M:~/Downloads$ cd /home/aaron/Downloads/lowrisc-toolchain-gcc-rv32imc-20210412-1 aaron@aaron-TravelMate-P238-M:~/Downloads/lowrisc-toolchain-gcc-rv32imc-20210412-1$ sudo ./configure --prefix=/home/aaron/new1/...
Hi! I am trying to compile a test applying the "rol" bit instruction with the rv32imcb tool version, but it fails to recognize the opcode. The test I am trying...
Hello. I am newbie in linux and also newbie in IBEX. I am trying to run simple system example in IBEX and I need to install toolchain. I want help...
As reported by @imphil: https://github.com/lowRISC/opentitan/pull/2524#issuecomment-645360269 Clang ends up requiring a more recent version of glibc++ than ubuntu-16.04 has by default. ``` root@b012f757fb24:/azp# /tools/riscv/bin/riscv32-unknown-elf-clang --version /tools/riscv/bin/riscv32-unknown-elf-clang: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found...
We should start planning an update to the toolchain to bring in more up to date LLVM features and a more recent binutils/gcc version. There's no specific urgency here, but...
We are making fast progress on implementing the B extension on Ibex. In order to be able to compile code for it we need a toolchain (GCC or clang) with:...
[GCC 10.1](https://gcc.gnu.org/gcc-10/) has been released. We should ensure our version of crosstool-ng supports this version of GCC. We are maintaining our own branch of crosstool-ng: https://github.com/lowrisc/crosstool-ng so if we find...
- glibc-2.30 upstream changed the names of some fields thread context structs for RISC-V. The sanitizers use the new names, and will not compile against the old names. - glibc-2.30...