From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by sourceware.org (Postfix) with ESMTPS id F08BE3858C56 for ; Thu, 16 Jun 2022 06:31:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F08BE3858C56 Received: by mail-wm1-x331.google.com with SMTP id c130-20020a1c3588000000b0039c6fd897b4so2267447wma.4 for ; Wed, 15 Jun 2022 23:31:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FJ4S0CISy5a7aUZjvp3xu0GkK2Q6Se3ksUgzEmI/5FQ=; b=czRAkdmicR4ljBgn189ogNdrJhH8aHECTaiQjI8W+aHuDfQCM6apdW43Kc0yewZbaL r/YI7/rWd7QCw7JUQffSXxs0h540t/hVTKfATVCS1lJQ+eEVY6N5D0hkZ/xf6pgjufGF feq55CMikc8pFKT1MZPB/f89rT5rrTMb0tsHiLSfrlemrctAjCHMUh5LAQUqDt2k0S3N E7HhMlwPNpMGzwFZYFXOOjqkLDqLhkZOJyd6WhajtPLptom0VAuaviLPBRTw7EMzjUjj fN+pSnEFU1hv9NxxRoH4atKdnpXt+dZEZ9DQT7IOaPQr7fG9629w5GZd6Bcomn4XQrvw 7cTg== X-Gm-Message-State: AJIora8hyeaa9h0vq5SzglgeX0eKXA7DiWZuWRqx+2ReNeHvwYXfpI0A xYLoRWvzHLDupO3F+Nqj6TgqAa6nJ+HvZH9UFIA= X-Google-Smtp-Source: AGRyM1vwumXB0gNIHgJplAuL2W6Dh5Ix9+b0uGeA4iDRh806Wm8i2Jn45cj8F+SB0BJ1sM1KvTz+67IH1P8KV0Z+yIU= X-Received: by 2002:a05:600c:3505:b0:39c:93d4:5eec with SMTP id h5-20020a05600c350500b0039c93d45eecmr3151602wmq.179.1655361079284; Wed, 15 Jun 2022 23:31:19 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Thu, 16 Jun 2022 07:31:06 +0100 Message-ID: Subject: Re: Anybody ever got an ARM Thumb-2 cross compiler to work? To: Gary Oblock Cc: Gary Oblock via Gcc-help X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, 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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2022 06:31:22 -0000 On Thu, 16 Jun 2022, 00:18 Gary Oblock via Gcc-help, wrote: > The subject line says it all... > > I'm beginning to think off the shelf gcc cross compilers are impossible > to create because of binutils. Why? What do you mean by "off the shelf"? At other companies we for the most part > created custom assemblers, loaders and libraries from scratch > when we built a gcc cross compiler. > Why can't you just build a cross binutils too?