From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: ARM VM with networking support? Date: Sat, 23 Nov 2019 20:01:44 +0100 Message-ID: <87r21yzaav.fsf@gmail.com> References: <87r22p3trp.fsf@gnu.org> <87ftj4vqcy.fsf@gmail.com> <87mud59d47.fsf@gnu.org> <877e46b9ld.fsf@gmail.com> <878soeo2c5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45908) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYafJ-0006Qm-OX for guix-devel@gnu.org; Sat, 23 Nov 2019 14:01:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYafI-0000hK-1V for guix-devel@gnu.org; Sat, 23 Nov 2019 14:01:52 -0500 In-reply-to: <878soeo2c5.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel Ludo, > Here=E2=80=99s my tentative config file. > (use-modules (gnu) (gnu bootloader u-boot)) > (use-service-modules networking ssh avahi) > (use-package-modules screen linux pulseaudio wget) I tried to cross-compile your system file, but it depends on glib which uses meson-build-system, that does not support cross-compilation. Using --system, I have the same issue, I'll investigate it. Thanks, Mathieu