From mboxrd@z Thu Jan 1 00:00:00 1970 From: Waldemar Brodkorb Date: Thu, 2 Nov 2017 03:31:31 +0100 Subject: [Buildroot] Analysis of build results for 2017-10-30 In-Reply-To: <20171101112428.710e7181@windsurf> References: <20171031070013.AD75D207B2@mail.free-electrons.com> <20171031230519.3feb2619@windsurf> <20171101104532.43dcd164@windsurf> <1509530473.6560.11.camel@synopsys.com> <20171101112428.710e7181@windsurf> Message-ID: <20171102023131.GK1829@waldemar-brodkorb.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Thomas, Thomas Petazzoni wrote, > Hello, > > On Wed, 1 Nov 2017 10:01:14 +0000, Alexey Brodkin wrote: > > > As a matter of fact the same problem happens on ARM if GCC 7 is used. > > That's my defconfig: > > --------------------------->8--------------------- > > BR2_arm=y > > BR2_GCC_VERSION_7_X=y > > --------------------------->8--------------------- > > I was surprised because our configuration > https://git.buildroot.org/buildroot/tree/support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config > is using gcc 7.x. But what I missed is that it's a glibc configuration, > and argp-standalone is only available for !glibc configurations. > > So that explains it all. Just as a sidenote, uClibc-ng does include argp support if enabled via UCLIBC_HAS_ARGP. Is argp-standalone used for musl toolchains, too? best regards Waldemar