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]

stapdyn on android


Hi,

on IRC, talked with fche about stapdyn on android and
that it needs libboost as a dependency.

While boost can be added to AOSP, it's functionality is limited
by the lack of rtti in the AOSP toolchain.

    external/boost_1_52_0/boost/
smart_ptr/detail/sp_counted_impl.hpp:153:22: error: must #include
<typeinfo> before using typeid

OTOH, if one tries to compile it using the NDK, gnustl_static can be used
which provides proper rtti.



Anyone had better luck with this one ?


thanks,
adrian


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