From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) by sourceware.org (Postfix) with ESMTPS id C1A6A38708F2 for ; Mon, 11 May 2020 14:41:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C1A6A38708F2 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rtems.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joel.sherrill@gmail.com Received: by mail-ej1-f52.google.com with SMTP id o10so8104828ejn.10 for ; Mon, 11 May 2020 07:41:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=Le8yArG1OnUVaROLPjGs3DWXvdIFz+UtlnGJTflWrUg=; b=oOwCAKCBmbQixMsyiXrvp8509PLPTJE7zbB1wCOi8btVZwCZtM0jIA4fC36bUcSqrZ k0DgWiZ4AhTAkRzTS8WRItHqMWN2yV5wiTq53UlqWuKjBlpWU5mFzZjnNbQghGiVeWiZ 0Ae8dmoNFcpcjcuXrFESdKF77wxf6wylQDN0B4QrdI3ILWdRi77oSTkhOfD7o7uhJqQG ddX/W8UMNtS6C3Yf660FKtQfnyYNZ0u4I5OXrn3RJeZsIBErFouz7l24iRqKvmKcAl5H 1sACUPfxI5Twrfx8rpwmAw/bMvbG163sBlC+287pPleurmPzOQ4BkOJSB5DW4lUwYMhF u39A== X-Gm-Message-State: AGi0PubPuWWTtfyFhT4ow9BSBImDVjDNlslQzoCn/b0hFIaw7+ze3ky4 D/oLoLfuePz7xqV1QwixKzwLoFjB X-Google-Smtp-Source: APiQypKdz5pzSdpxaXFtrOJ4Zwlvxv27QcxQ9HJotEumcp/ejqs0RBKtykw1djxMFnYkAxP66HCJww== X-Received: by 2002:a17:906:d10b:: with SMTP id b11mr13007453ejz.62.1589208066352; Mon, 11 May 2020 07:41:06 -0700 (PDT) Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com. [209.85.218.51]) by smtp.gmail.com with ESMTPSA id s9sm1322242edy.33.2020.05.11.07.41.05 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 11 May 2020 07:41:06 -0700 (PDT) Received: by mail-ej1-f51.google.com with SMTP id re23so8122453ejb.4 for ; Mon, 11 May 2020 07:41:05 -0700 (PDT) X-Received: by 2002:a17:906:4542:: with SMTP id s2mr14191020ejq.34.1589208065366; Mon, 11 May 2020 07:41:05 -0700 (PDT) MIME-Version: 1.0 References: <05b1ac83-4c46-45b5-d6ce-aba700b9c933@simark.ca> <802bfcc2-2a74-ef30-eca0-b247a6d5b8f1@simark.ca> In-Reply-To: Reply-To: joel@rtems.org From: Joel Sherrill Date: Mon, 11 May 2020 09:40:53 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Running programs on aarch64 simulator To: Nick Clifton Cc: Simon Marchi , gdb@sourceware.org X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2020 14:41:09 -0000 On Mon, May 11, 2020 at 9:26 AM Nick Clifton wrote: > Hi Guys, > >> I think Nick may be the key to getting an answer here. > > Added him in CC, we'll see :). > > Gosh - it has been a long time since I played with that simulator. > > It should work. Or at least it used to work. But maybe things have > changed. > > Would one of you mind doing me a favour though and send me a binary that > needs to be simulated ? I no longer have the infrastructure set up for > building aarch64 binaries, but in theory that should be no obstacle to > simulating them... > I'm trying to build one that will run on the simulator. I haven't managed to do that yet. :( Sorry. --joel > > Cheers > Nick > > >