Hello Tobias,

Good to see you here.  :-)

Tobias Platen <trisq...@platen-software.de> skribis:

> When I try to compile GUIX for POWER9 an old version of GCC is used.
> How do I use the gcc version used for cross compiling.
>
> ./pre-inst-env guix build --target=powerpc64le-linux hello

Note that --target expects a GNU triplet.  So it should be:

  --target=powerpc64le-linux-gnu

That said, it may not fix the issue you encountered, as others
explained.

Thanks,
Ludo’.

Reply via email to