Próximo: , Anterior: , Acima: GNU Guix   [Conteúdo][Índice]


10 Foreign Architectures

You can target computers of different CPU architectures when producing packages (veja Invocando guix package), packs (veja Invocando guix pack) or full systems (veja Invoking guix system).

GNU Guix supports two distinct mechanisms to target foreign architectures:

  1. The traditional cross-compilation mechanism.
  2. The native building mechanism which consists in building using the CPU instruction set of the foreign system you are targeting. It often requires emulation, using the QEMU program for instance.