This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

[SOLVED] Re: C++ pure virtual base class memory consumption


I've removed the linkage of libstdc++ and fell into the undefined reference
of __cxa_pure_virtual. And 
additionally to your hint Pedro, I found
http://stackoverflow.com/questions/920500/what-is-the-purpose-of-cxa-pure-virtual 
this post . 

Implemented the external "C" fallback of __cxa_pure_virtual outside of
libstdc++ works for the codesize.
-- 
View this message in context: http://old.nabble.com/C%2B%2B-pure-virtual-base-class-memory-consumption-tp34325972p34348169.html
Sent from the Sourceware - newlib list mailing list archive at Nabble.com.


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