From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24102 invoked by alias); 6 Dec 2012 12:43:46 -0000 Received: (qmail 24092 invoked by uid 22791); 6 Dec 2012 12:43:45 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from tetra.codeconfidence.com (HELO tetra.codeconfidence.com) (94.229.66.225) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Dec 2012 12:43:42 +0000 Received: from cog.dallaway.org.uk (cpc1-cmbg10-0-0-cust34.5-4.cable.virginmedia.com [81.102.132.35]) by tetra.codeconfidence.com (Postfix) with ESMTP id 95F2E171B08C; Thu, 6 Dec 2012 12:43:40 +0000 (GMT) Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id qB6CheSX012722; Thu, 6 Dec 2012 12:43:40 GMT Message-ID: <50C092FB.4000500@dallaway.org.uk> Date: Thu, 06 Dec 2012 12:43:00 -0000 From: John Dallaway User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.5) Gecko/20120606 Thunderbird/10.0.5 MIME-Version: 1.0 To: abhishek srivastava CC: eCos Discussion References: <1354758215.40072.YahooMailNeo@web193202.mail.sg3.yahoo.com> In-Reply-To: <1354758215.40072.YahooMailNeo@web193202.mail.sg3.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Re: configtool not running on ubuntu X-SW-Source: 2012-12/txt/msg00022.txt.bz2 Hi Abhishek On 06/12/12 01:43, abhishek srivastava wrote: > while installing ecos on ubuntu 12.04, configtool is not able to run. > it says "There is no application installed for executable files." > i have taken new snapshots for ecos tools as provided by Mr. Dallaway > and copied the same to original ecos tools/bin folder. > > i have set the appropriate path for ecos tools and i386 gnutools and > also installed tcl8.5 > > what else have to be done to make configtool running? Make sure that you have permission to execute the file: chmod a+x tools/bin/configtool If you are running a 64-bit kernel, you should also make sure that you have 32-bit libraries installed: apt-get install ia32-libs I hope this helps... John Dallaway eCos maintainer http://www.dallaway.org.uk/john -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss