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: compile failure with get_user_asm()


Badari Pulavarty <pbadari@us.ibm.com> writes:

> I just updated my systemtap sources & tests and I am not able to
> compile systemtap modules anymore. [...]
> make: Entering directory `/usr/src/linux-2.6.15-20060103193109'
>   CC [M]  /tmp/stapIEkDNS/stap_28380.o
> /tmp/stapIEkDNS/stap_28380.c:921:54: error: macro "__get_user_asm"
> passed 5 arguments, but takes just 4
> [...]

The only place in systemtap sources that refers to __get_user_asm is
in <runtime/loc2c-runtime.h>, which suffered no changes since October.
Perhaps the change is more in your kernel than in systemtap.  What is
the declaration of __get_user_asm in your kernel/arch?


- FChE


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