mirror of
https://github.com/lupyuen/nuttx-ox64.git
synced 2025-01-13 05:08:29 +08:00
Change toolchain from SiFive to xPack
This commit is contained in:
parent
5d8969e56b
commit
5732778b39
1 changed files with 3 additions and 4 deletions
7
.github/workflows/ox64-special.yml
vendored
7
.github/workflows/ox64-special.yml
vendored
|
@ -61,16 +61,15 @@ jobs:
|
||||||
|
|
||||||
- name: Install Toolchain
|
- name: Install Toolchain
|
||||||
run: |
|
run: |
|
||||||
set -x # Echo commands
|
wget --no-check-certificate https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v13.2.0-2/xpack-riscv-none-elf-gcc-13.2.0-2-linux-x64.tar.gz
|
||||||
wget --no-check-certificate https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.12/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14.tar.gz
|
tar -xf xpack-riscv-none-elf-gcc-*.tar.gz
|
||||||
tar -xf riscv64-unknown-elf-toolchain*.tar.gz
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
set -x # Echo commands
|
set -x # Echo commands
|
||||||
|
|
||||||
## Add toolchain to PATH
|
## Add toolchain to PATH
|
||||||
export PATH=$PATH:$PWD/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14/bin
|
export PATH=$PATH:$PWD/xpack-riscv-none-elf-gcc-13.2.0-2/bin
|
||||||
cd nuttx/nuttx
|
cd nuttx/nuttx
|
||||||
|
|
||||||
## Dump the git hash
|
## Dump the git hash
|
||||||
|
|
Loading…
Reference in a new issue