From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guy fleury Subject: need help with gcc -m32 Date: Thu, 4 Apr 2019 20:05:24 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000a776ff0585b83710" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hC6kF-0006Jk-LM for help-guix@gnu.org; Thu, 04 Apr 2019 14:05:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hC6kD-0008R9-KO for help-guix@gnu.org; Thu, 04 Apr 2019 14:05:47 -0400 Received: from mail-oi1-x230.google.com ([2607:f8b0:4864:20::230]:43970) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hC6kB-0008D8-FA for help-guix@gnu.org; Thu, 04 Apr 2019 14:05:45 -0400 Received: by mail-oi1-x230.google.com with SMTP id t81so2664130oig.10 for ; Thu, 04 Apr 2019 11:05:39 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix --000000000000a776ff0585b83710 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable hi all, How can i built binarie for 32 bits i am on 64 bits. with gcc i get: --------------------------------------------------------- guy@guixSd ~/tuto/c$ gcc -m32 -o hello hello.c In file included from /home/guy/.guix-profile/include/features.h:452, from /home/guy/.guix-profile/include/bits/libc-header-start.h:33, from /home/guy/.guix-profile/include/stdio.h:27, from hello.c:1: /home/guy/.guix-profile/include/gnu/stubs.h:7:11: erreur fatale: gnu/stubs-32.h : Aucun fichier ou dossier de ce type # include ^~~~~~~~~~~~~~~~ compilation termin=C3=A9e. ---------------------------------------------------------------------------= ---------------------------- which package to download? --000000000000a776ff0585b83710 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
hi all,

How can i built binarie for 32 bits i am on 64 bits.
with gcc = i get:
---------------------------------------------------------<= /div>
guy@guixSd ~/tuto/c$ gcc -m32 -o hello hello.c=C2=A0
In file included from /home/guy/.guix-profile/include/features.h:452,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from = /home/guy/.guix-profile/include/bits/libc-header-start.h:33,
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /home/guy/.= guix-profile/include/stdio.h:27,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from hello.c:1:
/home/guy/.guix-pr= ofile/include/gnu/stubs.h:7:11: erreur fatale: gnu/stubs-32.h : Aucun fichi= er ou dossier de ce type
=C2=A0# include <gnu/stubs-32.h>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~
compilation termin=C3=A9e.
------------------------------= -------------------------------------------------------------------------

which package to download?
--000000000000a776ff0585b83710--