Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xtarke authored Jul 4, 2022
1 parent 98e7a73 commit aa651d9
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions compiler/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Instalação do compilador

1. Baixar [GNU RISC-C GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases) de acordo com SO do seu PC. Win32-x64 para Windows ou Linux-x64 para Linux.
2. Extrair o pacote.
3. Renomear o diretório "xpack-riscv-..." para gcc criando a seguinte árvore de aquivos:

```C
./compiler/gcc/bin/+
|- riscv-none-embed-gcc
|- (...)
```
1. Baixar [GNU RISC-C GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases) de acordo com SO do seu PC. Win32-x64 para Windows ou Linux-x64 para Linux.

2. Extrair o pacote.

3. Renomear o diretório "xpack-riscv-..." para gcc criando a seguinte árvore de aquivos:

```C
./compiler/gcc/bin/+
|- riscv-none-embed-gcc
|- (...)
```

0 comments on commit aa651d9

Please sign in to comment.