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: error to run systemtap in an ARM platform


Hi -

On Fri, Jul 15, 2011 at 01:46:12PM -0700, Da Zheng wrote:
> [...]
> Yes, right now what I can do is to ask stap to keep the source code of 
> the translated module, and then enter the directory of source code and run
> make -C 
> /build/tegra2_seaboard/tmp/portage/sys-kernel/chromeos-kernel-9999/work/chromeos-kernel-9999/build/tegra2_seaboard 
> M=`pwd` ARCH=arm CROSS_COMPILE=armv7a-cros-linux-gnueabi- modules
> It works, but it's not very convenient.

Use the stap -B flag, ie.

% stap -a arm -B CROSS_COMPILE=armv7a-cros-linux-gnueabi- <etc>

- FChE


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