From: Nicolas Cavallari <Nicolas.Cavallari@green-communications.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/dawgdic: needs gcc >= 4.7
Date: Tue, 11 Aug 2015 11:04:19 +0200 [thread overview]
Message-ID: <55C9BA93.4090608@green-communications.fr> (raw)
In-Reply-To: <20150808171428.68f11d28@free-electrons.com>
On 08/08/2015 17:14, Thomas Petazzoni wrote:
> Dear Nicolas Cavallari,
>
> On Sat, 08 Aug 2015 16:53:04 +0200, Nicolas Cavallari wrote:
>> However, there is another problem: If an external toolchain is built
>> using GCC and uclibc without any additional patches, then you will not
>> have them, because of a too-broad feature check in libstdc++ that checks
>> if the C library has complete support for C99[2].
>>
>> This problem is still unresolved even with the latest GCC. buildroot
>> patches GCC to fix this, but if an external toolchain does not ...
>
> We simply can't support all possible uClibc external toolchains. If you
> come with an external toolchain that has a uClibc configuration
> completely different than the one in Buildroot, then you will get tons
> of failures. This is what happened with the pre-built ARC toolchain
> from Synopsys, and we ended up disabling it because it was breaking too
> many of the Buildroot assumptions on the uClibc configuration.
>
> But indeed, due to this gcc shortcoming, none of the uClibc external
> toolchains that are not built with Buildroot can be used. Do we really
> want to fix this problem?
I was just pointing out the problem. A possible solution in this case
is to add a patch replacing std::strtoll with strtoll().
> Or maybe this means that the idea of using the gcc version was not a
> good idea, and we should really have feature-based Config.in options,
> like TOOLCHAIN_HAS_STD_STRTOLL.
None of the two solution will fully solves the problem. C++11 support
in GCC 4.6-4.9 is immature. There are too many unimplemented or buggy
features and regressions to track them with feature-based Config.in
options or even GCC major version ranges, because fixes (and
regressions) are also introduced in minor releases.
The only sane thing to do would be for me to start fighting with the
gcc test suite again and (assuming i succeed,) submit those patches,
then wait for the old gcc versions to phase out.
next prev parent reply other threads:[~2015-08-11 9:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-08 9:35 [Buildroot] [PATCH] package/dawgdic: needs gcc >= 4.7 Romain Naour
2015-08-08 10:06 ` Thomas Petazzoni
2015-08-08 14:53 ` Nicolas Cavallari
2015-08-08 15:14 ` Thomas Petazzoni
2015-08-11 9:04 ` Nicolas Cavallari [this message]
2015-08-08 16:55 ` Romain Naour
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55C9BA93.4090608@green-communications.fr \
--to=nicolas.cavallari@green-communications.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox