Skip to content

Commit

Permalink
補充 riscv64 工具鏈及模擬器的安裝指令
Browse files Browse the repository at this point in the history
  • Loading branch information
MROS committed Sep 22, 2024
1 parent 71679b1 commit 2192190
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@

## 實驗環境架設

絕大部分的人手邊都沒有精五架構的板子,需要先安裝交叉編譯器跟精五模擬器(本作選擇使用 qemu)。
絕大部分的人手邊都沒有精五架構的板子,需要先安裝

- 交叉編譯器工具鏈
- 精五模擬器(本作選擇使用 qemu)

以下是 ubuntu 的安裝指令。
```
sudo apt install gcc-riscv64-unknown-elf # 安裝編譯目標為 riscv64 的工具鏈
sudo apt install qemu-user # 安裝可執行 linux 執行檔的 qemu
```

## 返回 100

Expand Down

0 comments on commit 2192190

Please sign in to comment.