X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.99.36.130 with SMTP id k124mr2451301pgk.25.1485347618240; Wed, 25 Jan 2017 04:33:38 -0800 (PST) X-Received: by 10.157.34.34 with SMTP id o31mr3429967ota.13.1485347618190; Wed, 25 Jan 2017 04:33:38 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Wed, 25 Jan 2017 04:33:37 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.33.255.218; posting-account=OFalZQoAAADCSVzPBKjmhdetJY5Tyv-s NNTP-Posting-Host: 213.33.255.218 References: <54e4e15b-fb44-453a-9b1a-0c774a47b307 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <36a727e1-bebe-4332-9ac6-b52fc2d18ef3@googlegroups.com> Subject: Re: micropython djgpp build From: "multisosnooley AT gmail DOT com [via djgpp AT delorie DOT com]" Injection-Date: Wed, 25 Jan 2017 12:33:38 +0000 Content-Type: text/plain; charset=UTF-8 Bytes: 2095 Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wednesday, January 25, 2017 at 3:07:30 PM UTC+3, Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com] wrote: > On 1/25/17, multisosnooley AT gmail DOT com [via djgpp AT delorie DOT com] > wrote: > > Hi! > > > > We have a problem with building micropython with djgpp with '--gc-sections' > > flag active. It segfaults on linking. > > More info: > > https://github.com/micropython/micropython/issues/2560 > > https://github.com/micropython/micropython/pull/2644 > > > > Possibly related to this? > https://sourceware.org/bugzilla/show_bug.cgi?id=20401 > > Which binutils version are you using? I don't exactly now which version of binutils was used in previous cases, but right now newest available is http://www.delorie.com/pub/djgpp/deleted/v2gnu/bnu226sr3.zip and in bug you reference fix comes in 2.27, but it is not released yet. Or?