This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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: systemtap multiple objs linking question


Hi -

> [...]
> got all the definitions for the probes (a .d make dtrace -> .h and .o), but
> it's failing on final link of node due to undefined references.
> node/out/Release/obj.target/node/src/node_systemtap.o:(.note.stapsdt+0x378):
> undefined reference to `net__socket__write_semaphore'
> [...]

> The provider names are in the generated obj, but the linker is failing to
> find the symbols that should be pointing to notes sections (right??)

Could you paste complete command lines and the tail end of the make
transcript?  It's as though that generated .o file is not being handed
to the linker.

> =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
> Sent from my brain.
> =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

Nice squishyware advertisement!

- FChE


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