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