This is the mail archive of the ecos-devel@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Strange __cxa_pure_virtual problem


Hi Bart

Thanks for the suggestions and patch.

Bart Veer wrote:

> 3) arguably __cxa_pure_virtual() should have been removed from libsupc++
> in the prebuilt toolchains. But we don't want to respin toolchains for
> this, and anyway that would not help with the synthetic target where
> we want people to be able to use the existing Linux toolchain whenever
> possible.

For future reference, it looks like configuring GCC with
--disable-hosted-libstdcxx would result in a version of
__cxa_pure_virtual() without any dependencies.

John Dallaway


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]