From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x130.google.com (mail-lf1-x130.google.com [IPv6:2a00:1450:4864:20::130]) by sourceware.org (Postfix) with ESMTPS id 3292D3987827 for ; Tue, 22 Sep 2020 12:40:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3292D3987827 Received: by mail-lf1-x130.google.com with SMTP id y11so17856178lfl.5 for ; Tue, 22 Sep 2020 05:40:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=qVcgRZzdF5nOILhb4tWTep6CV/b2yQ254GojQjm6HY4=; b=XItno0C1x8x3uJF7s0amplUgz4I9gucH18xUKrQxibNZgHsJXHT9ryY9G1czW20jYR RqQ8Tng0EVGSN/fmBWUjz7cE3d6NHxXt9pdWHrVALCk7E5J1gOICbkNl1JXZU4DMR09I NABJOJ0JxMVCC73Q1XsifrNlWLEA0oydyR6AtEQC7eZorbWWoEyj25vitnONW9DCv3gC AYOaQGeIpID5yBwMCmEFKVkDAf8Yq4slaxRezOJzNoutDSRNAWY0tamq0zMDOYK69E3Y JiejIlFQMgcMXOUatPk5oVOyPCcUpTFgpxOkYPbqsTzpm3gcbixbisE79kWxm4y6lDAU xRIQ== X-Gm-Message-State: AOAM533mCYVYlKyZBci9M2BM2k3tghI1ecB4l6LpVYT71kSBhNKT0Xyp 5RMmgruGDqVgV5yJux5CZowWyogqGa0= X-Google-Smtp-Source: ABdhPJzGPoPxf2L3ovLylxmsuIY3125Tk9OnqCi/VCThg/637jDvFdlZXgkZNWt8B4tW2F00ZIPXmw== X-Received: by 2002:ac2:4469:: with SMTP id y9mr1474759lfl.72.1600778441047; Tue, 22 Sep 2020 05:40:41 -0700 (PDT) Received: from INFERNUS (ac61.itcomp.pl. [109.196.82.61]) by smtp.gmail.com with ESMTPSA id h124sm3434501lfd.203.2020.09.22.05.40.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Sep 2020 05:40:40 -0700 (PDT) Message-ID: <1a0051b84f5daed21517155037b0942bc50f076c.camel@gmail.com> Subject: Re: objdump: DWARF error: could not find variable specification at offset ... From: Freddie Chopin To: Nick Clifton , "binutils@sourceware.org" Date: Tue, 22 Sep 2020 14:40:39 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.5 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: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2020 12:40:44 -0000 On Tue, 2020-09-22 at 13:36 +0100, Nick Clifton wrote: > Hi Freddie, > > > arm-none-eabi-objdump: DWARF error: could not find variable > > specification at offset 2f9 > > I think that these messages are probably another instance of this > bug: > > https://sourceware.org/bugzilla/show_bug.cgi?id=26520 > > Please could you try using the latest binutils sources and see if > that fixes the problem. Hmm... but that's the bug I reported after the first reply from Alan in this thread, and I already wrote in bugzilla that after applying the patch the problem is gone. Maybe you meant to post a link to a different bug report? Regards, FCh