From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25362 invoked by alias); 18 Jul 2011 20:41:57 -0000 Received: (qmail 25354 invoked by uid 22791); 18 Jul 2011 20:41:56 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Jul 2011 20:41:42 +0000 Received: by iyb14 with SMTP id 14so2507701iyb.0 for ; Mon, 18 Jul 2011 13:41:41 -0700 (PDT) Received: by 10.42.246.67 with SMTP id lx3mr7763400icb.52.1311021701589; Mon, 18 Jul 2011 13:41:41 -0700 (PDT) Received: from zdpc.mtv.corp.google.com ([2620:0:1000:1b02:baac:6fff:fe98:ceb5]) by mx.google.com with ESMTPS id f13sm3138127ibe.44.2011.07.18.13.41.39 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Jul 2011 13:41:40 -0700 (PDT) Message-ID: <4E249A82.8010404@gmail.com> Date: Mon, 18 Jul 2011 20:41:00 -0000 From: Da Zheng User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: William Cohen CC: "Turgis, Frederic" , "systemtap@sourceware.org" Subject: Re: error to run systemtap in an ARM platform References: <4E1F90A8.2080000@gmail.com> <1310722941.4510.5.camel@springer.wildebeest.org> <4E209C3F.6060806@gmail.com> <4E20A6EF.9010003@redhat.com> <4E20B11A.5020402@gmail.com> <13872098A06B02418CF379A158C0F1460162204601@dnce02.ent.ti.com> <4E243F49.9020706@redhat.com> <4E24831E.1000005@gmail.com> <4E249307.5050003@redhat.com> In-Reply-To: <4E249307.5050003@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2011-q3/txt/msg00047.txt.bz2 Hello, On 07/18/11 13:09, William Cohen wrote: > On 07/18/2011 03:01 PM, Da Zheng wrote: >> Hi, >> >> I got another problem. I tried to compile the example desktop.stp in the website, but failed. > Do you have a pointer to where you got the desktop.stp script? Is that disktop.stp in the systemtap examples? Yes, http://sourceware.org/systemtap/examples/io/disktop.stp > Did you compile your kernel with the debug information available? > > CONFIG_DEBUG_INFO=y > > Also from what I recall some kernel can just include file and line number information, with > CONFIG_DEBUG_INFO_REDUCED. That is turned off in the kernel .config? Yes, I have checked .config in /build/tegra2_seaboard/tmp/portage/sys-kernel/chromeos-kernel-9999/work/chromeos-kernel-9999/build/tegra2_seaboard, where my kernel is compiled. CONFIG_DEBUG_INFO is on and CONFIG_DEBUG_INFO_REDUCED is turned off. I think this is not a problem. >> BTW, I think the latest version in the git repository has another bug. >> If I run ./configure; make, I get >> cscommon.h:7:17: error: ssl.h: No such file or directory >> I don't know what I should install to have ssl.h >> I already have >> /usr/include/nss/ssl.h >> /usr/include/openssl/ssl.h >> >> It can be compiled if I use --disable-server. However, in my cross compiling environment, even though I have already used --disable-server, I still get the same compilation error. >> >> Thanks, >> Da > You do a "make distclean" and "configure ..." on your cross compiling machine to get rid of the dependencies in .deps. I think that be stale and the reason why you are gitting that error. I have done "make distclean", but I still get the error :( Best, Da