This is the mail archive of the ecos-discuss@sources.redhat.com 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: more __impure_pointer trouble


>>>>> "Bob" == Bob Koninckx <bob dot koninckx at mech dot kuleuven dot ac dot be> writes:

    Bob> Here it is (__impure_ptr is never referenced, so i did not
    Bob> paste the output here). As I said before, I build the tools
    Bob> myself (maybe that's where the problem comes from. Just for
    Bob> completeness, I give you also the version of my tools.

Thanks. That all looks reasonable, and I don't understand why things
are not working. Given these results both your original linker
invocation and my suggested alternative should work fine, with no need
to change the linker script. The -Ttarget.ld entry should have pulled
in libtarget.a, and since __cxa_pure_virtual is unresolved at this
time the eCos implementation from libtarget.a should have been used.

At this stage I would suggest checking that the eCos version of
__cxa_pure_virtual() has actually been built and that there has not
been a snafu with the makefile generator, but you have already done an
nm on libtarget.a

Right now I don't have any other suggestions.

Bart

-- 
Bart Veer                       eCos Configuration Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts

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


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