X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.237.37.9 with SMTP id v9mr11489967qtc.31.1485381360645; Wed, 25 Jan 2017 13:56:00 -0800 (PST) X-Received: by 10.157.4.105 with SMTP id 96mr3947819otc.17.1485381360588; Wed, 25 Jan 2017 13:56:00 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Wed, 25 Jan 2017 13:56:00 -0800 (PST) In-Reply-To: <54e4e15b-fb44-453a-9b1a-0c774a47b307@googlegroups.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=104.55.20.34; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 104.55.20.34 References: <54e4e15b-fb44-453a-9b1a-0c774a47b307 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7253eff9-93c1-4eb1-a9c0-d46d2d14a198@googlegroups.com> Subject: Re: micropython djgpp build From: "rugxulo AT gmail DOT com [via djgpp AT delorie DOT com]" Injection-Date: Wed, 25 Jan 2017 21:56:00 +0000 Content-Type: text/plain; charset=UTF-8 Bytes: 1719 Lines: 15 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 Hi, On Wednesday, January 25, 2017 at 5:40:05 AM UTC-6, multiso DOT DOT DOT AT gmail DOT com wrote: > > We have a problem with building micropython with djgpp with '--gc-sections' > flag active. It segfaults on linking. "Building MicroPython with --gc-sections is now actually a requirement". That's probably a bad idea. LD.INFO says this: "Note that garbage collection for COFF and PE format targets is supported, but the implementation is currently considered to be experimental." AFAIK, DJGPP does not properly support (or intend to support) this. Don't use it here, it doesn't work.