public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* stap build error on 2.6.16.
@ 2007-10-22 16:13 David Wilder
  2007-10-22 16:35 ` Masami Hiramatsu
  0 siblings, 1 reply; 2+ messages in thread
From: David Wilder @ 2007-10-22 16:13 UTC (permalink / raw)
  To: SystemTAP

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'

<....>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: stap build error on 2.6.16.
  2007-10-22 16:13 stap build error on 2.6.16 David Wilder
@ 2007-10-22 16:35 ` Masami Hiramatsu
  0 siblings, 0 replies; 2+ messages in thread
From: Masami Hiramatsu @ 2007-10-22 16:35 UTC (permalink / raw)
  To: David Wilder; +Cc: SystemTAP

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-22 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-22 16:13 stap build error on 2.6.16 David Wilder
2007-10-22 16:35 ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).