Skip to content

Commit

Permalink
update the version of gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Dec 13, 2024
1 parent 9006269 commit c43524a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ C++11 or later compiler
## Sample
Install QEMU and C++ compiler for RISC-V.
```
sudo apt install g++-12-riscv64-linux-gnu
sudo apt install g++-14-riscv64-linux-gnu binutils-riscv64-unknown-elf
make -C sample
```
Generate targets:
Expand Down

0 comments on commit c43524a

Please sign in to comment.