delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/07/25/09:26:35

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:to:from:subject:message-id:date:mime-version
:content-type:content-transfer-encoding; q=dns; s=default; b=S7r
hFb2IxFCO6Bvi3eXVOqXrtcA+oFBBI6yvTraUEpXraK4i4ll4AeMUFqgi1gRfAlx
eNXiJ6R1dWjYa7Y1gLJY5rg8b1tocRJLk5kkYPAKhKE36143JNRTJ4lc01X01JvK
sB7UpXIcQXtqeqbnkpuFP1kmWTazPjYUyadcImgU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:to:from:subject:message-id:date:mime-version
:content-type:content-transfer-encoding; s=default; bh=KW0NR9a1C
qLnEcW0DS7Fjw8GvjA=; b=b+rZC6Rmmbk43n7gwYzuHKTGW87pUPJYbj+fafCzC
3e4oLhJAYVjn759LES4mh/yjZYT4LcIf/n2osXbL0iCTrGj33sMG1KQzvKvJ/ZUm
s0sUDBYWQRseYkYHBYU7w759/LxTHnVbSl9B0XQHdrxe/bDoqEZy303c+p5vWSKC
RA=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=EMail, E-Mail, UD:avast.com, wwwavastcom
X-HELO: mail-wm0-f44.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=stgrd7gOsyXW/3erc+7RWdQYYn4727dbCvtxv2UlxYI=; b=R0uRncH74Wsw0nabjAK7uEprFeK7B/8WAo2xwH0lWKjZtfwxHyFH1l6BdM94BHHOSJ CvuR7iCsI2Zmvw5PKDFh37NKI7UQWNi+MGkfQiNJM92QXIXs3n10zbOK7K98uFVBEIVL CdQMDEDc6AjXt2XJ1aP1x6HfOMsI6Ip0Un92lWjvcyf3ID04WIWkCZ6P5rHtl2F7UM/z 3AKKR8U09OE22gQNg+Xi2cuaTjAfpEGkencU/He1jMYrFPZNEH1SkxLQHRxSiZ8Cf3vu NUuVNQjUKMe9gKG9bRgCCJt6xk8jxOt90DqogrtPjfSPPqU3/l3mhS/t1Ha6p6GJYepO TLZg==
To: cygwin AT cygwin DOT com
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Subject: binutils-2.29-1 Dwarf Error
Message-ID: <0bf67d29-1729-cafd-568e-7cc4a300d019@gmail.com>
Date: Wed, 25 Jul 2018 15:26:20 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w6PDQYIi030116

Jon,
just noted the "Dwarf Error" is back for i686

https://sourceware.org/ml/cygwin/2017-07/msg00053.html

$ cat getcwd.c
#include <limits.h>
#include <unistd.h>

int
main ()
{
    char buf[PATH_MAX];
    getcwd (buf, PATH_MAX);
}

$ gcc getcwd.c

$ nm -l a.exe | grep Dwarf
nm: Dwarf Error: Could not find abbrev number 45.

going back on binutils 2.28-3 makes no difference.
May be is due to gcc-7.3 ?


Regards
Marco

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019