* meta-toolchain build for uclibc, possible issue?
@ 2013-01-08 15:12 Giuseppe Condorelli
2013-01-08 17:37 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Giuseppe Condorelli @ 2013-01-08 15:12 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 426 bytes --]
Hi All,
gcc-runtime nativesdk is failing due to the lack of libm.
I want to build meta-toolchain for uclibc, I mean obtaining the cross
compiler for these flavour, so libm should be
provided by the uclibc. But repository doesn't build any uclibc for
nativesdk, (it builds eglibc by default).
I'm in trouble to understand this, where is the answer I'm not
understanding?
Please can you help me?
Cheers,
Giuseppe
[-- Attachment #2: Type: text/html, Size: 545 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: meta-toolchain build for uclibc, possible issue?
2013-01-08 15:12 meta-toolchain build for uclibc, possible issue? Giuseppe Condorelli
@ 2013-01-08 17:37 ` Richard Purdie
2013-01-09 8:30 ` Giuseppe Condorelli
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2013-01-08 17:37 UTC (permalink / raw)
To: Giuseppe Condorelli; +Cc: Patches and discussions about the oe-core layer
On Tue, 2013-01-08 at 16:12 +0100, Giuseppe Condorelli wrote:
> Hi All,
>
> gcc-runtime nativesdk is failing due to the lack of libm.
> I want to build meta-toolchain for uclibc, I mean obtaining the cross
> compiler for these flavour, so libm should be
> provided by the uclibc. But repository doesn't build any uclibc for
> nativesdk, (it builds eglibc by default).
> I'm in trouble to understand this, where is the answer I'm not
> understanding?
>
> Please can you help me?
What are you trying to build *exactly*?
Do you want a toolchain that contains a compiler and uclibc for the
target you're cross compiling for?
or do you want the toolchain itself to use uclibc instead of glibc as
well as whatever the target uses?
The options would be:
a) Uclibc based toolchain, glibc target system
b) Uclibc based toolchain, uclibc target system
c) glibc based toolchain, uclibc target system
d) glibc based toolchain, glibc target system
We only support c/d and only those combinations are known to work.
Its important to differentiate between the C library the cross compiler
links against compared to the C library the ultimate target system uses.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: meta-toolchain build for uclibc, possible issue?
2013-01-08 17:37 ` Richard Purdie
@ 2013-01-09 8:30 ` Giuseppe Condorelli
0 siblings, 0 replies; 3+ messages in thread
From: Giuseppe Condorelli @ 2013-01-09 8:30 UTC (permalink / raw)
To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1852 bytes --]
Hi Richard,
thanks for your reply.
Indeed my doubt remain valid, because I'm not understanding why I can build
an image (i.e. bitbake core-image-minimal)
simply building the cross-compiler uclibc based plus the other packages and
instead I cannot create the
sdk containing an uclibc based toolchain (containing the cross-compiler),
able to be installed and used by third part to build
their own target applications.
For sure conceptually I'm missing something.
Best Regards,
Giuseppe
2013/1/8 Richard Purdie <richard.purdie@linuxfoundation.org>
> On Tue, 2013-01-08 at 16:12 +0100, Giuseppe Condorelli wrote:
> > Hi All,
> >
> > gcc-runtime nativesdk is failing due to the lack of libm.
> > I want to build meta-toolchain for uclibc, I mean obtaining the cross
> > compiler for these flavour, so libm should be
> > provided by the uclibc. But repository doesn't build any uclibc for
> > nativesdk, (it builds eglibc by default).
> > I'm in trouble to understand this, where is the answer I'm not
> > understanding?
> >
> > Please can you help me?
>
> What are you trying to build *exactly*?
>
> Do you want a toolchain that contains a compiler and uclibc for the
> target you're cross compiling for?
>
> or do you want the toolchain itself to use uclibc instead of glibc as
> well as whatever the target uses?
>
> The options would be:
>
> a) Uclibc based toolchain, glibc target system
> b) Uclibc based toolchain, uclibc target system
> c) glibc based toolchain, uclibc target system
> d) glibc based toolchain, glibc target system
>
> We only support c/d and only those combinations are known to work.
>
> Its important to differentiate between the C library the cross compiler
> links against compared to the C library the ultimate target system uses.
>
> Cheers,
>
> Richard
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 2480 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-09 8:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 15:12 meta-toolchain build for uclibc, possible issue? Giuseppe Condorelli
2013-01-08 17:37 ` Richard Purdie
2013-01-09 8:30 ` Giuseppe Condorelli
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.