On Thu, 2013-03-28 at 10:15 +0200, Tomi Juntunen wrote: > Hello Tizen IVI developers, > > I'm looking for ways to instrument testing applications and libraries on the > platform, but I noticed that Tizen is missing support for systemtap,
We are trying to avoid having non-upstream projects in Tizen IVI. > and > compiling projects locally on Tizen from sources is not possible due to some > missing kernel header files. Umm, if you think this is a bug in Tizen, feel free to file a bug, I will look at this. > I'm not sure if I'm lost here, but is it > possible now or in future to compile own > code on the platform on development purposes, or does the testing application > deployment have to be done using gbs or by cross-compiling? Not sure I understand the question, but it is easy to compile own kernel. 'gbs build -A i586' is one way, it gives you an RPM. You can compile the kernel with 'make' as well. > I guess I'll try to figure a workaround for this though for now (e.g. by > using > strace & logging). Try perf, we provide perf package. I am not a perf expert, but it is a powerful. > I was informed that the source codes for the reference applications are > available as rpm packages in download.tizen.org, but it possible to somehow > compile debug builds of these applications to run in terminal on Tizen > platform > for testing purposes? Everything should be available as a git repository. -- Best Regards, Artem Bityutskiy _______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
