systemtap multiple objs linking question

Frank Ch. Eigler fche@redhat.com
Mon Oct 15 17:55:00 GMT 2012


Hi - 

> Here is the build log:
> $ make -j8 | tee -a build.log

Thanks!

> src/node_systemtap.d
> generates
> [...]
> node_sytemtap_sema.o

Righto.

> [...]
> looked to me like linker was trying to get all objects on the final
> link of src/out/node.

... but there is no sign of sema.o being ever listed to the linker
(see the absence at the bottom of your build.log).  I think that's the
problem.

You could also opt to disable the sempahore mechanism, which may not
buy you anything on stap.  I believe on newer systemtap, it defaults
disabled, thus not making reference to *_*_semaphore variables.


- FChE



More information about the Systemtap mailing list