All of lore.kernel.org
 help / color / mirror / Atom feed
* howto build libstdc++ while using newlib
@ 2019-07-10  8:10 张忠山
  2019-07-10  8:58 ` 张忠山
  0 siblings, 1 reply; 3+ messages in thread
From: 张忠山 @ 2019-07-10  8:10 UTC (permalink / raw)
  To: poky

when the toolchain generated using newlib, there are no libstdc++ in it.
So, Can't build other librarys build with cmake, because of error testing cxx tool in do_configure

How Can add libstdc++ ?

-- 
Best Regards,
zzs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: howto build libstdc++ while using newlib
  2019-07-10  8:10 howto build libstdc++ while using newlib 张忠山
@ 2019-07-10  8:58 ` 张忠山
  2019-07-10 22:40   ` Alejandro Hernandez
  0 siblings, 1 reply; 3+ messages in thread
From: 张忠山 @ 2019-07-10  8:58 UTC (permalink / raw)
  To: poky

On 2019/7/10 下午4:10,  张忠山 Wrote:
> when the toolchain generated using newlib, there are no libstdc++ in it.
> So, Can't build other librarys build with cmake, because of error testing cxx tool in do_configure
> 
> How Can add libstdc++ ?
> 
Now I known it need libstdc++-arm-none-eabi-newlib

Is there a recipe .bb in poky? If there is How add it to the toolchain which built by bitbake

-- 
Best Regards,
zzs



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: howto build libstdc++ while using newlib
  2019-07-10  8:58 ` 张忠山
@ 2019-07-10 22:40   ` Alejandro Hernandez
  0 siblings, 0 replies; 3+ messages in thread
From: Alejandro Hernandez @ 2019-07-10 22:40 UTC (permalink / raw)
  To: poky

Hello zzs,

Yup, you are right, the current newlib toolchain does not contain 
libstdc++ , I have been working on it, and will send patches to support 
that hopefully this week.

Cheers,

Alejandro


On 7/10/2019 1:58 AM, 张忠山 wrote:
> On 2019/7/10 下午4:10,  张忠山 Wrote:
>> when the toolchain generated using newlib, there are no libstdc++ in it.
>> So, Can't build other librarys build with cmake, because of error testing cxx tool in do_configure
>>
>> How Can add libstdc++ ?
>>
> Now I known it need libstdc++-arm-none-eabi-newlib
>
> Is there a recipe .bb in poky? If there is How add it to the toolchain which built by bitbake
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-10 22:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10  8:10 howto build libstdc++ while using newlib 张忠山
2019-07-10  8:58 ` 张忠山
2019-07-10 22:40   ` Alejandro Hernandez

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.