<sagar_acharya>
I cannot build the riscv-gnu-toolchain.
<sagar_acharya>
I don't like using pre-compiled binaries.
<sagar_acharya>
Is there a way to use picorv32 without the riscv-gnu-toolchain ?
<tnt>
... how exactly do you want to use a RISC-V CPU if you don't have a RISC-V compiler ?
<tnt>
I'm sure there are others than the gcc toolchain, you can try to build clang or buy a commercial compiler ...
<sagar_acharya>
That is used to compile the programs to be put on picorv32 right? There must be other compilers.
srk has quit [Remote host closed the connection]
srk has joined #yosys
<xiretza[m]>
LLVM also has a RISC-V backend, but I don't know of any others.
<sagar_acharya>
Alright, I will check it out. Thanks folks.
<xiretza[m]>
RISC-V is a very recent development all things considered, people don't usually bother writing their own compiler for their new architecture anymore when GCC and LLVM exist
<sagar_acharya>
True. I'll try to struggle compiling these own my own for a while then....