From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by sourceware.org (Postfix) with ESMTPS id E57BE3856DD6 for ; Tue, 30 May 2023 05:29:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E57BE3856DD6 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=cs.ait.ac.th Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cs.ait.ac.th Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 2C9F089283 for ; Tue, 30 May 2023 12:29:44 +0700 (+07) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received:received; s= selector1; t=1685424583; x=1687238984; bh=Bft01JA+ZEUjy+XsmjXphD qn1QYGHfquIXTdFBAyQSI=; b=h+FPbp4rbPjhr/VJgodXJpKjojdjYzOuN5T/6G qPv21LSi+6056c/jIYyPCZoC0NjF8v7vZmKaTVy/81V7iaxHSNMTrjkdMYM5BEHg 8gfY6hslDhKxkwMn10MG1Ae+pnZtg1xPuujehKD2d6syF+p6YFaE5ZdleShf0iLg nNLK0= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id lOBjvasMjQrb for ; Tue, 30 May 2023 12:29:43 +0700 (+07) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 8962289281 for ; Tue, 30 May 2023 12:29:43 +0700 (+07) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id 34U5Tglf009143; Tue, 30 May 2023 12:29:42 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier To: crossgcc@sourceware.org Subject: Configuration for x86 32bit Date: Tue, 30 May 2023 12:29:41 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, I need to build a cross compiler environment for a kernel 4.14.83. 32 bits. I am struggling to find a configuration of linux kernel, compiler and glibc that would allow me to build a working toolchain. I am trying to build it on Ubuntu 20 64 bits and Ubuntu 14 32 bits. What is the magic coimbination that would work? I could set-up a non Ubuntu machine for the purpose. Thanks in advance, Olivier --