Re: Strange __cxa_pure_virtual problem

cetoni GmbH - Uwe Kindler <[email protected]>
Newsgroups gmane.os.ecos.devel
Message-ID <[email protected]>
Hi John,

thank you for the hint.

I replaced the __cxa_pure_virtual function in infra/pure.cxx by the 
following code


#include <cxxabi.h>

extern "C" void
__cxxabiv1::__cxa_pure_virtual (void)
{
     CYG_FAIL("attempt to use a virtual function before object has been 
constructed");
     for ( ; ; );
}

It did not solve the problem.

Regards, Uwe
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.