guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to crosscompile for POWER9


From: Ludovic Courtès
Subject: Re: Trying to crosscompile for POWER9
Date: Fri, 19 Oct 2018 15:56:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello Tobias,

Good to see you here.  :-)

Tobias Platen <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]