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]

Dynamic loader


Hi,

I'm working on a new dynamic loader, because the existing is discontinued.

My loader works using only pointers and software relocation. 

Simple functions like adding are working now, but I have trouble getting the
external symbols like "diag_printf" to work. The problem is that I do not
know how to find the location in memory of diag_printf. (diag_printf can be
any other function is eCos too)

Anyone has some ideas?

Thanks.


-- 
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]