From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25170 invoked by alias); 30 Oct 2006 09:37:04 -0000 Received: (qmail 25162 invoked by uid 22791); 30 Oct 2006 09:37:03 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-01.spheriq.net (HELO fra-del-01.spheriq.net) (195.46.51.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Oct 2006 09:37:01 +0000 Received: from fra-out-03.spheriq.net (fra-out-03.spheriq.net [195.46.51.131]) by fra-del-01.spheriq.net with ESMTP id k9U9av3s011114 for ; Mon, 30 Oct 2006 09:36:57 GMT Received: from fra-cus-02.spheriq.net (fra-cus-02.spheriq.net [195.46.51.38]) by fra-out-03.spheriq.net with ESMTP id k9U9au2e010493 for ; Mon, 30 Oct 2006 09:36:56 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-02.spheriq.net with ESMTP id k9U9asXk006327 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 30 Oct 2006 09:36:55 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 82A1CDA42; Mon, 30 Oct 2006 09:35:49 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 3A381474E9; Mon, 30 Oct 2006 09:35:49 +0000 (GMT) Received: from [164.129.44.95] (crx595.cro.st.com [164.129.44.95]) by mail1.cro.st.com (MOS 3.5.8-GR) with ESMTP id CIV04291 (AUTH "denis pilat"); Mon, 30 Oct 2006 10:35:48 +0100 (CET) Message-ID: <4545C773.7050403@st.com> Date: Mon, 30 Oct 2006 09:37:00 -0000 From: Denis PILAT User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Hans Kester Cc: insight@sourceware.org Subject: Re: Local Variables and MIPS References: <08A802C0E8ACEC42A1269FC551961FD901A6F0@exchange-server.ellips.nl> In-Reply-To: <08A802C0E8ACEC42A1269FC551961FD901A6F0@exchange-server.ellips.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00021.txt.bz2 Hans Kester wrote: > $ runtest --version > WARNING: Couldn't find the global config file. > Expect version is 5.26 > Tcl version is 8.4 > Framework version is 1.4.2.x > > This seems to be an older version, it came with the Cygwin version I am > using at the moment. > Well I didn't catch you were working under cygwin. What I can tell you is that for Linux hosts you need to use 1.4.4 framework since gdb6.3 version. I'm not using cygwin for my validation. > So runtest is in my path but it seems that the insight tree used to have > a dejagnu of itself: > ... if [ -f ${srcdir}/../../dejagnu/runtest ]; then echo > ${srcdir}/../../dejagnu/runtest; ... > > The makefile first tries to check if you got the dejagnu source package next to the gdb distribution, in that case it will use this one.