Skip to content

Commit

Permalink
Merge pull request #1738 from trabucayre/fix_toolchain
Browse files Browse the repository at this point in the history
litex_setup: fix software build when liteeth or/and litesata is set (riscv toolchain issue)
  • Loading branch information
enjoy-digital authored Jul 31, 2023
2 parents b2e4b22 + 1a74854 commit b8dc1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def riscv_gcc_install():
os.system("pacman -S riscv64-linux-gnu-gcc")
# Ubuntu.
else:
os.system("apt install gcc-riscv64-linux-gnu")
os.system("apt install gcc-riscv64-unknown-elf")

# Mac OS.
# -------
Expand Down

0 comments on commit b8dc1b7

Please sign in to comment.