Re: [dev] Status of compilers that suck less for riscv

2022-02-27 Thread Josuah Demangeon
> > What are some compilers for riscv architecture that suck less? > Short answer: not for now, but I wish I would! I should reword: I do not *know* any for now, but maybe there are some around! Like this work for TCC: https://github.com/sellicott/tcc-riscv32 or maybe other small projects like th

Re: [dev] Status of compilers that suck less for riscv

2022-02-27 Thread Josuah Demangeon
> I need support for riscv32.  By the way, I am curious about what you are working on.

Re: [dev] Status of compilers that suck less for riscv

2022-02-27 Thread Josuah Demangeon
> What are some compilers for riscv architecture that suck less? > I checked the 5 mentioned on suckless website and only tcc has riscv64 files > in it. > I need support for riscv32.  Short answer: not for now, but I wish I would! For cross-compiling for embedded, I tried riscv64-unknown-elf-gcc