From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8149 invoked by alias); 17 May 2010 14:48:06 -0000 Received: (qmail 8089 invoked by uid 22791); 17 May 2010 14:48:02 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from qmta13.westchester.pa.mail.comcast.net (HELO qmta13.westchester.pa.mail.comcast.net) (76.96.59.243) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 May 2010 14:47:53 +0000 Received: from omta15.westchester.pa.mail.comcast.net ([76.96.62.87]) by qmta13.westchester.pa.mail.comcast.net with comcast id JbAe1e0021swQuc5Denspp; Mon, 17 May 2010 14:47:52 +0000 Received: from sz0020.wc.mail.comcast.net ([76.96.58.68]) by omta15.westchester.pa.mail.comcast.net with comcast id Jens1e00R1UKRgU3bensoU; Mon, 17 May 2010 14:47:52 +0000 Date: Tue, 18 May 2010 02:43:00 -0000 From: gkosteva@comcast.net To: systemtap@sourceware.org Message-ID: <1403544278.21154761274107672524.JavaMail.root@sz0020a.westchester.pa.mail.comcast.net> In-Reply-To: <134922441.21152901274107488199.JavaMail.root@sz0020a.westchester.pa.mail.comcast.net> Subject: Using the systemtap configure script on Ubuntu 9.04 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: 2010-q2/txt/msg00363.txt.bz2 Hello, I am running Ubuntu 9.04 on my PC which is running the LTIB software that generates ARM code for our embedded system. I have modified our kernel with the right configurations for systemtap. I now need to compile the systemtap application on my PC, then port to the embedded ARM using a serial port consol. I am following the directions on the site: http://omappedia.org/wiki/Systemtap From my compile environment on the PC, I attempt to run ./configure to generate the proper make files and get the following error message: ----------------------------------------------------------------- [IMX BUILD]> cd systemtap-1.2/ [IMX BUILD]> ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking for gcc... arm-none-linux-gnueabi-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... configure: error: in `/home/gkosteva/SVN_trunk/embedded/celiav1/imx31/stage/systemtap-1.2': configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details. [IMX BUILD]> --------------------------------------------------------------------- Any ideas how/why the configure script is not working? Thanks.