* [Buildroot] BR2_GCC_SHARED_LIBGCC Deprecated? libstdc++ libgcc_s libc
@ 2018-02-06 20:39 AAlex_
2018-02-07 23:12 ` Arnout Vandecappelle
0 siblings, 1 reply; 2+ messages in thread
From: AAlex_ @ 2018-02-06 20:39 UTC (permalink / raw)
To: buildroot
Hi,
I need libstdc++ libgcc_s libc on the target. It?s a pc x86 target and
I don?t want to copy these from my development machine.
So How to? build root should build these libs for the target.
BR2_GCC_SHARED_LIBGCC is deprecated. I?m using buildroot 2017.rc2
Regards,
Alex
--
Sent from: http://buildroot-busybox.2317881.n4.nabble.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] BR2_GCC_SHARED_LIBGCC Deprecated? libstdc++ libgcc_s libc
2018-02-06 20:39 [Buildroot] BR2_GCC_SHARED_LIBGCC Deprecated? libstdc++ libgcc_s libc AAlex_
@ 2018-02-07 23:12 ` Arnout Vandecappelle
0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2018-02-07 23:12 UTC (permalink / raw)
To: buildroot
On 06-02-18 21:39, AAlex_ wrote:
> Hi,
> I need libstdc++ libgcc_s libc on the target. It?s a pc x86 target and
> I don?t want to copy these from my development machine.
Copying those from the development machine would be a very bad idea indeed...
> So How to? build root should build these libs for the target.
They are part of the toolchain and they will always be present on the target,
with the following exceptions:
- libstdc++ is only present if C++ support is enabled in the toolchain;
- only the .so files are present in the target, since the .a files are useless;
and therefore
- if you build a static-only target (under the 'Build options' menu,
BR2_STATIC_LIBS option), the .so files are not copied to the target, since all
binaries are linked statically.
Regards,
Arnout
> BR2_GCC_SHARED_LIBGCC is deprecated. I?m using buildroot 2017.rc2
>
> Regards,
> Alex
>
>
>
> --
> Sent from: http://buildroot-busybox.2317881.n4.nabble.com/
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-07 23:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-06 20:39 [Buildroot] BR2_GCC_SHARED_LIBGCC Deprecated? libstdc++ libgcc_s libc AAlex_
2018-02-07 23:12 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox