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: stap build error on 2.6.16.


Hi David,

David Wilder wrote:
> I am seeing the following error when running stap -vv on a 2.6.16 kernel.
> 
> <....>
> cc1: warnings being treated as errors
> /usr/local/share/systemtap/runtime/autoconf-ktime-get-real.c: In 
> function '____autoconf_func':
> /usr/local/share/systemtap/runtime/autoconf-ktime-get-real.c:5: warning: 
> implicit declaration of function 'get_realtime_clock_ts'
> 
> <....>

That was generated by autoconf. And it just means the get_realtime_clock_ts()
doesn't exists on your kernel. In that case, runtime uses do_gettimeofday()
instead of that function.

Thanks,

-- 
Masami Hiramatsu

Software Engineer
Hitachi Computer Products (America) Inc.
Software Solutions Division

e-mail: mhiramat@redhat.com, masami.hiramatsu.pt@hitachi.com


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