embeddedartistry / libc

libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
MIT License
504 stars 67 forks source link

Feature Request: risc-v support #170

Open laoshaw opened 2 years ago

laoshaw commented 2 years ago

can risc-v 32/64 support be added? Thanks!

phillipjohnston commented 2 years ago

Yeah, do you have any good RISC-V 32/64 development hardware recommendations?

laoshaw commented 2 years ago

I have a sifive unmatched board, I think to test qemu shall work fine.

stefanct commented 2 years ago

the sifive boards are expensive and the unmatched is very loud and not matured enough (at least some months ago - i temporarily gave up on it). i cannot recommend it and agree that most likely for libc development qemu is enough.

laoshaw commented 2 years ago

agree, for me I replaced the fan on sifive board and it's super quiet these days, but for libc development qemu should suffice.