From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by sourceware.org (Postfix) with ESMTPS id 8B1493851C0A for ; Fri, 8 May 2020 13:43:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8B1493851C0A 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-wr1-f46.google.com with SMTP id j5so1913944wrq.2 for ; Fri, 08 May 2020 06:43:36 -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=qaeJSZsdTPWodw1RkDLeiQYLmby6zuov8ID/3FrgAR4=; b=YPBnnPfRGezdcDnJUTY53ptqe2Cx1H4XT2gNLii2dWPKIi8cX5PpRncnTKj8b3rjvL JmArQU6lkA1iZCnPWqr5mNzZ0VadQDfS5QpDdxWwnAII9NyHOnqVchyCmrzE/V4P8he4 ngRAAyqPgGk873P9Vjt4P9c1yc+T/RoVsLAqggw630zTkqpezxo2c8LuUaNwc4A/qgQw hn0v4ffL/3MtwsBMl4kYIEoNaI7uhlsqutPr682XA2klqau9himg6eMlGg7Lu4xZB28A hGA+p37V6vuk39h2kTY0b5EVmESFeIZfzGsLkcayWSq952nW77vfaozxVe5KXUfEZYd7 wERQ== X-Gm-Message-State: AGi0PuYuVRXrj0SnKE/e5xFNYmE8vcsP1MF2eLYL/KGEMQdrQ1jf3otR BpvEHvy/RWgWeD8j7bWsl1fNJ2IJ X-Google-Smtp-Source: APiQypLN50SoCqqHSOUUi3CZKCot3WOTbXspgTzL619UZ9qHqpdc2DRAArduRWDx5QKRHtYYleYO8A== X-Received: by 2002:a5d:55c1:: with SMTP id i1mr3035527wrw.173.1588945415186; Fri, 08 May 2020 06:43:35 -0700 (PDT) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com. [209.85.128.54]) by smtp.gmail.com with ESMTPSA id v20sm2317927wrd.9.2020.05.08.06.43.34 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 08 May 2020 06:43:34 -0700 (PDT) Received: by mail-wm1-f54.google.com with SMTP id k12so10195769wmj.3 for ; Fri, 08 May 2020 06:43:34 -0700 (PDT) X-Received: by 2002:a1c:750a:: with SMTP id o10mr15951597wmc.124.1588945414448; Fri, 08 May 2020 06:43:34 -0700 (PDT) MIME-Version: 1.0 Reply-To: joel@rtems.org From: Joel Sherrill Date: Fri, 8 May 2020 08:44:08 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Running programs on aarch64 simulator To: gdb@sourceware.org X-Spam-Status: No, score=-1.4 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: Fri, 08 May 2020 13:43:38 -0000 Hi Can someone please provide an example of how to compile a program to run on the aarch64 simulator in gdb? The simple "aarch64-elf main.c -o main" does not link and appears to be missing libgloss type symbols. I asked on newlib but got no response. I'm hoping someone here knows. Thanks. --joel RTEMS