feat(docker): add rv32 toolchain - #86
Conversation
|
Why do we need a rv32 toolchain? the rv64 we have available in https://github.com/bao-project/bao-riscv-toolchain should be able to compile for rv32. Didn't we compile and package our own rv64 toolchain to compile the baremetal application for rv32? @josecm |
Hi, I tried to compile the baremetal application for rv32 using rv64 toolchain(bao-riscv-toolchain), and got an error. |
As discussed in the meeting, we will use both toolchains for better clarity. |
Hi @yangn0 , please create an issue related to this in bao' repository. We'll try to help as soon as possible. |
ok. Thanks! |
|
A new toolchain was added to the bao-riscv-toolchain repo for rv32. Here is the link. @danielRep update and test this commit when you can. The toolchain is working as I already tested with qemu-riscv32-virt using bao-demos |
4884f4b to
e84a5c4
Compare
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
e84a5c4 to
e636f22
Compare
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
This PR adds the riscv32-unknown-elf-gcc v13.2.0 to the dockerfile.