From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 04C3A3858002 for ; Wed, 22 Jun 2022 11:24:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 04C3A3858002 Received: from mail-wm1-f69.google.com (mail-wm1-f69.google.com [209.85.128.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-456-RbLe9NDXP-Woq2Ag6ksYBA-1; Wed, 22 Jun 2022 07:24:17 -0400 X-MC-Unique: RbLe9NDXP-Woq2Ag6ksYBA-1 Received: by mail-wm1-f69.google.com with SMTP id i5-20020a1c3b05000000b003a02b027e53so324747wma.7 for ; Wed, 22 Jun 2022 04:24:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent :content-language:to:references:cc:from:subject:in-reply-to :content-transfer-encoding; bh=1H/y/KObqj5PHI9fTxLPV+aIJcENp3VcjM5jtwvvF80=; b=fums0DTDIaLHMZ8BPeJIPy0pSxFjmwg9QZ7K2xbNgWAZPH0SPVTQ69I5VElcgBhDjU 8Qs6wLv1KqlfFfJGMRiu3s2iTbX9BscauXtPN0tRPix8u4gXjFr0H4yP5662gM//MWDF ANZaKVCEMPzjr1BuD0c0f+bFaRenvcMOc3ja8wqdLUAI5k1MtylhLfKAnLZF+1Cn8SNQ KL1D7voMyrl3nQKtyhRaA7+d5oeFGTeuuZcIbWt8rvRCbe+ODMxRVsD7+tSr23wjlEb+ 3q/2ITNPBzlSvgp/OAjBkoIJPIW0nb8Z1nS0tJYb0GM13WaKR4c6UiZkvW2iqrFVPOOy WRGQ== X-Gm-Message-State: AJIora8frmjr40cTpmDLUlhE4sT3fj6MP/zX3Xh0nTga2rfGeSDPEUeV JZK5XfKC2ZZdVBLAGjKKMlBmhY+X3RtvEgbUjTL0GpOGyX7xM/OD8oW2FNkVcaEiUOFPvyax4fq f0/ce7kRdep9soQNJ8g== X-Received: by 2002:a5d:598c:0:b0:218:3fe6:40bd with SMTP id n12-20020a5d598c000000b002183fe640bdmr2809142wri.373.1655897055967; Wed, 22 Jun 2022 04:24:15 -0700 (PDT) X-Google-Smtp-Source: AGRyM1vvOofj3wiQhxNEHo4ahZ66+V+de0TUGOqEXAxcsOH+wzu2b3bws/LpQS24/bvGHXinphSZDg== X-Received: by 2002:a5d:598c:0:b0:218:3fe6:40bd with SMTP id n12-20020a5d598c000000b002183fe640bdmr2809133wri.373.1655897055794; Wed, 22 Jun 2022 04:24:15 -0700 (PDT) Received: from [192.168.1.6] (adsl-2-solo-236-177.claranet.co.uk. [80.168.236.177]) by smtp.gmail.com with ESMTPSA id b9-20020adfe309000000b0020d0c9c95d3sm19593093wrj.77.2022.06.22.04.24.15 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 22 Jun 2022 04:24:15 -0700 (PDT) Message-ID: Date: Wed, 22 Jun 2022 12:24:14 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 To: Gary Oblock References: Cc: Binutils From: Nick Clifton Subject: Re: Need binutils target corresponding to GCC target arm-zephyr-eadi In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, 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 X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2022 11:24:20 -0000 Hi Gary, > Note, I'm not very familiar with building binutils and have zero > experience with cross building it for use as in an embedded > cross development environment. Any hints tips or pointers > to tutorials will be a big help. I am not familiar with the "eadi" environment, and as far as I know the binutils does not support it. If it is similar to the "eabi" environment then you may be in luck, as that is supported by the binutils. There is a README file in the binutils/ subdirectory of the binutils sources which explains the process for configuring and building the binutils. There may also be pre-built versions of cross targeted binutils available for your use, without you having to compile anything, although this does depend upon your development environment. Cheers Nick