riscv-software-src / homebrew-riscv

homebrew (macOS) packages for RISC-V toolchain
https://riscv.org
310 stars 50 forks source link

Error: Testing requires the latest version of riscv/riscv/riscv-tools #24

Closed yzhao30 closed 5 years ago

yzhao30 commented 6 years ago

After I install the tool, I got error when running:

~ λ brew test riscv-tools
Error: Testing requires the latest version of riscv/riscv/riscv-tools

I also try to get the latest version

~ λ brew reinstall --build-from-source riscv-fesvr

and it says

Already on 'master'
Your branch is up to date with 'origin/master'.

Any clue to solve this?

sbeamer commented 5 years ago

I am unable to reproduce it. You can try removing the packages and re-installing them. When removing, you should remove them bottom up:

brew remove riscv-tools riscv-pk riscv-gnu-toolchain riscv-isa-sim riscv-fesvr
yzhao30 commented 5 years ago

I am unable to reproduce it. You can try removing the packages and re-installing them. When removing, you should remove them bottom up:

brew remove riscv-tools riscv-pk riscv-gnu-toolchain riscv-isa-sim riscv-fesvr

Thanks. It is solved.