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]

target.ld does not contain our package's symbols


Hi,
We have written our own package. In the init.cxx for this package we are
calling an init function say "xxxxinit" which is present in a file called
"support.c" in the same directory as init.cxx. But when I build the eCos
library with my package, the libtarget.a contains the function "xxxxinit" but
target.ld does not have it. So when I build a test application and link it
with target.ld my function is lost. How do I get a correct target.ld. Any
help would be appreciated.

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