From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) by sourceware.org (Postfix) with ESMTPS id 7FBC63A0E83C for ; Thu, 22 Apr 2021 22:25:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7FBC63A0E83C 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-lf1-f41.google.com with SMTP id t14so17451428lfe.1 for ; Thu, 22 Apr 2021 15:25:59 -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:reply-to:from:date:message-id :subject:to; bh=46zydA85zXftuDsvWOYxLnI7x4yQwtzA4utjJkMDejM=; b=eV4t58Y6FiByFe2hntwbWqHgWp7scCxhbXXfrBR/HA/B61GARigdl5Bw+TUcZPp8Wk pqLALrJIW92bGA2id3qDBnZzCdum/PnjlT5KK4hDC7CyCYqCQk1wk3uy/dNzWlrMxsye g9dwy+5/i0JuzuQCRIheI5E6t4hEIvXV5C7iWLB+xjP93qLonCWEpUp+Ul3UP77VRGg1 KenO03zjyPclaDFOCb2XMFbvQz9GCITAtQUCRy22VF+QKCK7XckxrUuWF3C0VH7jextV cfAQ6TIdX8RcUwkRAxywDlBOrk8K1D3YeCYWRbmYjdVIEu48WT1+b0jXE/MY1j6+idH4 t1lg== X-Gm-Message-State: AOAM533io5RI5fFkHU5mv5bPjAucfPRAXWGe48agThNSwUigIuWiN5Hz wV+uXRCsfoIV+nkJ22yeCbUWvt5tzeJvHA== X-Google-Smtp-Source: ABdhPJxBqRYaCQ2KU1FHNAfPjhTP+LPgqTLuisH2RAlHmTIRL7ng7DdQsNLWxlZ5D4r+iWuipmmCkg== X-Received: by 2002:a05:6512:2182:: with SMTP id b2mr433020lft.284.1619130357822; Thu, 22 Apr 2021 15:25:57 -0700 (PDT) Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com. [209.85.167.41]) by smtp.gmail.com with ESMTPSA id v1sm389626ljj.77.2021.04.22.15.25.57 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 22 Apr 2021 15:25:57 -0700 (PDT) Received: by mail-lf1-f41.google.com with SMTP id x19so44199812lfa.2 for ; Thu, 22 Apr 2021 15:25:57 -0700 (PDT) X-Received: by 2002:a05:6512:1387:: with SMTP id p7mr429702lfa.50.1619130357395; Thu, 22 Apr 2021 15:25:57 -0700 (PDT) MIME-Version: 1.0 Reply-To: joel@rtems.org From: Joel Sherrill Date: Thu, 22 Apr 2021 17:25:46 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Microblaze libgloss and gdb simulator To: Newlib X-Spam-Status: No, score=-3031.8 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_H2, 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: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2021 22:26:00 -0000 Hi Sorry to post to both newlib and gdb but I hope someone in one of the communities will have the answer. Does anyone know how to build and run a hello world on the microblaze simulator in gdb using the microblaze-elf target and the code in libgloss? I don't see a configuration in DejaGNU which would have given me a hint. I didn't see any microblaze GCC test results on that list either so that appears to line up. Thanks. --joel