Advertisement
Guest User

Untitled

a guest
Oct 10th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./make.py", line 492, in <module>
  3. main()
  4. File "./make.py", line 474, in main
  5. builder.build(build_name="top", run=args.build)
  6. File "/home/keeran/litex/litex/soc/integration/builder.py", line 201, in build
  7. self._generate_includes()
  8. File "/home/keeran/litex/litex/soc/integration/builder.py", line 101, in _generate_includes
  9. for k, v in export.get_cpu_mak(self.soc.cpu, self.compile_software):
  10. File "/home/keeran/litex/litex/soc/integration/export.py", line 88, in get_cpu_mak
  11. ("TRIPLE", select_triple(triple)),
  12. File "/home/keeran/litex/litex/soc/integration/export.py", line 83, in select_triple
  13. raise OSError(msg)
  14. OSError: Unable to find any of the cross compilation toolchains:
  15. - riscv64-unknown-elf
  16. - riscv64-unknown-linux-gnu
  17. - riscv32-unknown-elf
  18. - riscv32-unknown-linux-gnu
  19. - riscv64-elf
  20. - riscv32-elf
  21. - riscv-none-embed
  22. - riscv64-linux
  23. - riscv64-linux-gnu
  24. - riscv-sifive-elf
  25. - riscv64-none-elf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement