X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=z1UOTfchJ1n4UoytlWDiVIvc+JGTEpC0o7CKlfZiqsE=; b=UT486S39tPztV3Dqg65rnzxiC1A3CxK4UnriW7ZAdp6hFB80+lpfoh1f3y8+526Oe8 na1s3q4lbnCKF3FXw17VpXaP4C3krZhC7aykBHx7kCA7VLXVnTh/ufJoTk0/i6wnezcy P2aFd1IpnCE1IxprZoujc0Nr0evQOk16VxAbu9g9+a4veqkOBWGO/yI/0D24PXwRSHCi Vk8b2kFfbaHniZqp+xP/JSrLRIZCjtPjI1le3E1B0YJrVNg+CtBYA08lte0fyVb1nsXu snwSsTRL/oulhNOiKjeGvnki141IEt+FSITzxlYWCzzly9rF8geAQk46FkiEcBBeO18I xfhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=z1UOTfchJ1n4UoytlWDiVIvc+JGTEpC0o7CKlfZiqsE=; b=DUtSe42ghCg+wf8OHfM1zSodu9UgsGPocWOmA9FDTmSlUD3GRaoM/dEZpCkV1g1way NyVoEIDw6OeaExGckIja1DP3cZfAHZ/BWEwzy3JjlbyDLm32+Yy4Rkc+4ED193KqakRz kfpaDSs2WS0Vyh5hftYT98mT0P8vosJZJ1IvapROzqrYHF/RDJvXmm+ONHp7Z45kgxxM oW+BApHngPiT1C4jXfuEaIAZUTlzV0FPv+rg5eDFSRZWUuD0bG5GncZLpnvyz9/cZtUE 0cylHgEFh6Y6FVh2B3n+6oeizfm2KhXXtw0t1Y5YxbnWFBmtAGqzfkrw8+4daLOVnXcr eTlA== X-Gm-Message-State: AIkVDXKAkpVI+mLwID5qZ97Io9X9Yv81e0eo/1aLnJxQLEjmYPSut2gdX9Z/yMco8gmBxN51V4yF9boopIFiMg== X-Received: by 10.107.181.200 with SMTP id e191mr28584435iof.217.1485346041211; Wed, 25 Jan 2017 04:07:21 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <54e4e15b-fb44-453a-9b1a-0c774a47b307@googlegroups.com> References: <54e4e15b-fb44-453a-9b1a-0c774a47b307 AT googlegroups DOT com> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Wed, 25 Jan 2017 15:07:20 +0300 Message-ID: Subject: Re: micropython djgpp build To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 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?