This is the mail archive of the ecos-discuss@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: __impure_ptr again


mmmh looks like a jumped to conclusions a bit faster.
the exact error (when building tests for aaed2000/default) is:

/opt/arm-ecos-elf/lib/gcc/arm-ecos-elf/4.0.2/../../../../arm-ecos-elf/lib/libsupc++.a(vterminate.o):
In function `__gnu_cxx::__verbose_terminate_handler()':
make: Leaving directory `/home/loki/ecos/ecos-2.0/ecos_build'
../../../../gcc-4.0.2/libstdc++-v3/libsupc++/vterminate.cc:84: undefined
reference to `_impure_ptr'

so the problem is not in __cxa_pure_virutal() but in
__verbose_terminate_handler().
maybe the fix as for __cxa_pure_pirtual() could be done.
Any idea?

TIA

Philippe


On Tue, 17 Jan 2006 17:27:20 +0000, bob.koninckx@o-3s.com said:
> This issue has come up right before the 2.0 release. Id was then solved
> by modifying something in the link scripts. The archive of this list
> probably can shed some light on your problem. I have been discussing
> about this back then with, IIRC, Gary Thomas and Bart Veer.
> Bob
> 
> 

-- 
http://www.fastmail.fm - A no graphics, no pop-ups email service


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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