From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) by sourceware.org (Postfix) with ESMTPS id D17C239D68BA for ; Thu, 22 Apr 2021 22:26:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D17C239D68BA 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-lj1-f175.google.com with SMTP id o5so20589969ljc.1 for ; Thu, 22 Apr 2021 15:26:00 -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=eTgppXlyrUFh6H1QuaH/kJvw7o2un4ihdqfdHIQh7jM=; b=FHIsY+lYkz4Hbe7zdTgSx/09MtAvqkNx20XGp5U+Y3YzJls6T4sHq1jvgIfZZ8GnTu 8etraikEmgfELH6TWbXRGCyDVVlLougW3L2q2mxoHEjyHimbgcI/9L/ehc5F+BW4QcX+ NydR8HhdrMQ4wZivCF8uQKPgCkAMhNCvS+y3I0mjFdF9m25TKS3/Ti7AsHqEkF1mwvQx zuYBCDHxPEWrlezOa0dHilRn2FUiTacWXbo+Qpu0nOCiA5ErvLQk75bU2zhSvI/gRU0z r8SKogf/fCd1xQR+UOEfIGmrelC+GU76QuuT8xy58K9SgYzkOq3ByCi3lj0FLARf7srs PT0w== X-Gm-Message-State: AOAM533JMCINX0YPhU0Gb7QaUbjdlz14LxY5VLXxljvkG0JDpj3/NEQP 1+32CHG5LlY1/T1r4akN8vSIB4SFYVvYkA== X-Google-Smtp-Source: ABdhPJzVOLtvF7ml8MLhfW+OAv3wphWd9dQ5Hg0Ydu6vzUZJ4JZ1/mjZ6KMJiE4eNmf34jglO65zgQ== X-Received: by 2002:a05:651c:2047:: with SMTP id t7mr676877ljo.308.1619130359462; Thu, 22 Apr 2021 15:25:59 -0700 (PDT) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com. [209.85.208.176]) by smtp.gmail.com with ESMTPSA id c2sm374539lfi.143.2021.04.22.15.25.59 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 22 Apr 2021 15:25:59 -0700 (PDT) Received: by mail-lj1-f176.google.com with SMTP id a5so16693684ljk.0 for ; Thu, 22 Apr 2021 15:25:59 -0700 (PDT) X-Received: by 2002:a2e:b04d:: with SMTP id d13mr673799ljl.448.1619130358825; Thu, 22 Apr 2021 15:25:58 -0700 (PDT) MIME-Version: 1.0 Reply-To: joel@rtems.org From: Joel Sherrill Date: Thu, 22 Apr 2021 17:25:47 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Microblaze libgloss and gdb simulator To: Eli Zaretskii via Gdb 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: 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: Thu, 22 Apr 2021 22:26:02 -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