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: changes to runtime string functions


Mike Mason wrote:
> On ppc64, the script fails with the following errors:
> 
> In file included from /usr/local/share/systemtap/runtime/stack.c:35,
>                 from
> /tmp/stapv9kJvf/stap_7af9c5831b3c85cc5edb0c48e39ead40_1111.c:32:
> /usr/local/share/systemtap/runtime/stack-ppc64.c: In function
> '__stp_stack_print':
> /usr/local/share/systemtap/runtime/stack-ppc64.c:60: error: 'str'
> undeclared (first use in this function)
> /usr/local/share/systemtap/runtime/stack-ppc64.c:60: error: (Each
> undeclared identifier is reported only once
> /usr/local/share/systemtap/runtime/stack-ppc64.c:60: error: for each
> function it appears in.)
> /usr/local/share/systemtap/runtime/stack-ppc64.c:60: error:
> 'STP_STRING_SIZE' undeclared (first use in this function)
> 
> 

Even Iam seeing the same problem on ppc64 system.

/home/cya/tmp/stap_testing_200702080831/install/share/systemtap/runtime/stack-ppc64.c:
In function '__stp_stack_print':
/home/cya/tmp/stap_testing_200702080831/install/share/systemtap/runtime/stack-ppc64.c:60:
error: 'str' undeclared (first use in this function)
/home/cya/tmp/stap_testing_200702080831/install/share/systemtap/runtime/stack-ppc64.c:60:
error: (Each undeclared identifier is reported only once
/home/cya/tmp/stap_testing_200702080831/install/share/systemtap/runtime/stack-ppc64.c:60:
error: for each function it appears in.)
/home/cya/tmp/stap_testing_200702080831/install/share/systemtap/runtime/stack-ppc64.c:60:
error: 'STP_STRING_SIZE' undeclared (first use in this function)


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