From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x22a.google.com (mail-lj1-x22a.google.com [IPv6:2a00:1450:4864:20::22a]) by sourceware.org (Postfix) with ESMTPS id C1A683857010 for ; Wed, 22 Jul 2020 02:34:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C1A683857010 Received: by mail-lj1-x22a.google.com with SMTP id e8so861647ljb.0 for ; Tue, 21 Jul 2020 19:34:39 -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:from:date:message-id:subject:to; bh=RJHwUMnxq1AnriM1ychK55bsgE90UC9QBbWOuIIqm50=; b=hfGpkPkXnuVYB1q74PLFl75tAIJXuDVX8TejhlYMwtwZgLex8IlcyhSeNaEqPTH5y6 uAzJOXi016Xno7jrXESnZ190udJ3oxGCODC2Y8L9Ejm63e6UI1bYzBJI3UavG1byqDD1 1zo73aWgeu+nm4Uzmp9YH1njsb6wTncGg84dTwpzPPUNto9evBDyomJnzMr0+LwkMVQl iBD1E7xxhLUeDagenviPMbLibVlxQdOAWG6BXiK1bod0jZj2cQScCKUmCo9QdJBMZxFN h9ncRwIOcJ2+e2wJ10ldWXbpNyfnotJcuButxNJmWkqoJI6/DoVpgK3g9RSbWD6lVSNu mGiw== X-Gm-Message-State: AOAM5308JTVyWVrYvWn1zn+9IrvAe7uLtLW5cj1vTrqTYCmg/pAViTrW Ks7pz2DBxPoABMXzWGAYpYV0hEZr4N8QWOsfUrjVmT5J6y0= X-Google-Smtp-Source: ABdhPJye/czeW3H+b3Cpi7PCJ4dwS9DT5aKUq+/EIMSiBH55EQLQWS8ZOPrctx/KHVW4h67qdPs2QaAFRfOokO72t50= X-Received: by 2002:a2e:8886:: with SMTP id k6mr12915156lji.119.1595385277939; Tue, 21 Jul 2020 19:34:37 -0700 (PDT) MIME-Version: 1.0 From: William Tambe Date: Tue, 21 Jul 2020 21:34:26 -0500 Message-ID: Subject: A handler for the OS ABI "GNU/Linux" is not built into this configuration To: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: Wed, 22 Jul 2020 02:34:41 -0000 I have ported GNU gdb (GDB) 10.0.50.20200513-git and I am seeing below errors when loading a core file: ---- warning: A handler for the OS ABI "GNU/Linux" is not built into this configuration of GDB. Attempting to continue with the default IRON settings. Reading symbols from /mnt/bin/busybox... "/tmp/cores/busybox.80.647.core": Core file format not supported ---- What support needs to be implemented in GDB in order to prevent above warnings ? could it also be the reason why "Core file format not supported" is thrown ?