[Libre-soc-dev] Missing powerpc gcc in devscripts for ls2
Cesar Strauss
cestrauss at gmail.com
Sat Mar 23 18:34:28 GMT 2024
Hello,
When following, from scratch. the steps on:
https://libre-soc.org/HDL_workflow/ls2/
As I execute:
# make hello_world.bin from microwatt
cd tercel-qspi/
cd hello_world/
make
I get:
make: powerpc64le-linux-gnu-gcc: Command not found
In the script "hdl-dev-repos" on the dev secripts, we do have
apt-get install -y gcc-8-powerpc64-linux-gnu
apt-get install -y gcc-8-powerpc64le-linux-gnu
But they only install powerpc64le-linux-gnu-gcc-8 (with a trailing "8").
I propose installing "gcc-powerpc64-linux-gnu" and
"gcc-powerpc64le-linux-gnu" (without the "8") instead. They do bring up
the "8" versions as dependencies. I hope it's OK.
Regards,
Cesar
More information about the Libre-soc-dev
mailing list