[Libre-soc-bugs] [Bug 855] add libre-soc to kestrel
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Wed Jul 6 20:40:40 BST 2022
https://bugs.libre-soc.org/show_bug.cgi?id=855
--- Comment #41 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
just investigating this:
File "./rcs_arctic_tern_bmc_card.py", line 604, in <module>
main()
File "./rcs_arctic_tern_bmc_card.py", line 580, in main
builder.build(**builder_kargs, run=args.build)
File "/home/lkcl/src/kestrel/litex/litex/soc/integration/builder.py", line
252, in build
self._generate_includes()
File "/home/lkcl/src/kestrel/litex/litex/soc/integration/builder.py", line
134, in _generate_includes
for k, v in export.get_cpu_mak(self.soc.cpu, self.compile_software):
File "/home/lkcl/src/kestrel/litex/litex/soc/integration/export.py", line 92,
in get_cpu_mak
("ARCHITECTURE", select_triple(triple).split("-")[0]),
File "/home/lkcl/src/kestrel/litex/litex/soc/integration/export.py", line 87,
in select_triple
raise OSError(msg)
OSError: Unable to find any of the cross compilation toolchains:
- powerpc64le-linux
- powerpc64le-linux-gnu
which is odd because:
$ dpkg -l | grep powerpc
ii binutils-powerpc64-linux-gnu 2.31.1-16
amd64 GNU binary utilities, for powerpc64-linux-gnu target
ii binutils-powerpc64le-linux-gnu 2.31.1-16
amd64 GNU binary utilities, for powerpc64le-linux-gnu target
ii cpp-8-powerpc64-linux-gnu 8.3.0-2cross2
amd64 GNU C preprocessor
ii cpp-8-powerpc64le-linux-gnu 8.3.0-2cross1
amd64 GNU C preprocessor
ii gcc-8-powerpc64-linux-gnu 8.3.0-2cross2
amd64 GNU C compiler
ii gcc-8-powerpc64-linux-gnu-base:amd64 8.3.0-2cross2
amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-8-powerpc64le-linux-gnu 8.3.0-2cross1
amd64 GNU C compiler
ii gcc-8-powerpc64le-linux-gnu-base:amd64 8.3.0-2cross1
amd64 GCC, the GNU Compiler Collection (base package)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list