From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28618 invoked by alias); 14 May 2004 08:37:24 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 28568 invoked from network); 14 May 2004 08:37:14 -0000 Received: from unknown (HELO jensun147.jennic.com) (213.143.5.74) by sourceware.org with SMTP; 14 May 2004 08:37:14 -0000 Received: from JENPC112 (jenpc112.jennic.com [99.99.98.112]) by jensun147.jennic.com (8.9.3+Sun/8.9.3) with SMTP id JAA02003; Fri, 14 May 2004 09:35:28 +0100 (BST) From: "Robert Cragie" To: Cc: "'SID'" Subject: RE: Patch to fix init_disassemble_info linking Date: Fri, 14 May 2004 08:37:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <000101c43987$d902bce0$5514010a@telxsi.com> X-SW-Source: 2004-q2/txt/msg00032.txt.bz2 arm-elf-sid is a shell script, not an executable. Try : bash arm-elf-sid or just simply: ./arm-elf-sid from a bash shell, or make sure it is in your path. Robert Cragie, Design Engineer _______________________________________________________________ Jennic Ltd, Furnival Street, Sheffield, S1 4QT, UK http://www.jennic.com Tel: +44 (0) 114 281 2655 _______________________________________________________________ > -----Original Message----- > From: Ashutosh [mailto:ashutoshvyas@tataelxsi.co.in] > Sent: 14 May 2004 08:48 > To: 'Robert Cragie'; 'Frank Ch. Eigler' > Cc: 'SID' > Subject: RE: Patch to fix init_disassemble_info linking > > > Dear Robert, > Thnaks for valuable information, I was able to build the SID with > e-cos. But > I am facing right now a uncertain problem. As after building the SID it > create a file (like arm-elf-sid) in the d:/gnutools/bin folder > but it is not > in the .exe or application format. As a result when I try to invoke SID it > gives an command-not found error. > Can u please explain me, where I am going wrong. > Thanks once again for your all help. > Regards, > Ashutosh Vyas > > -----Original Message----- > From: sid-owner@sources.redhat.com > [mailto:sid-owner@sources.redhat.com]On Behalf Of Robert Cragie > Sent: Tuesday, May 11, 2004 2:53 PM > To: Frank Ch. Eigler > Cc: ashutoshvyas@tataelxsi.co.in; SID > Subject: RE: Patch to fix init_disassemble_info linking > > > Yes, perhaps it is a result of Ashutosh pasting the patch from an email. > > Ashutosh: There are two things you can do: > > 1) (Recommended) Get the latest CVS version of SID as Frank has committed > the patch which will fix the problem. Perhaps there will be a > snapshot soon? > > 2) Paste the patch from the post I sent earlier into a file then run: > > perl -pe 's/\r\n/\n/' -i > > to remove all carriage returns from it. Then apply the patch as usual and > rebuild as per the earlier post (don't forget the --disable-static as well > on the configure command line). > > Robert Cragie, Design Engineer > _______________________________________________________________ > Jennic Ltd, Furnival Street, Sheffield, S1 4QT, UK > http://www.jennic.com Tel: +44 (0) 114 281 2655 > _______________________________________________________________ > > > -----Original Message----- > > From: Frank Ch. Eigler [mailto:fche@redhat.com] > > Sent: 10 May 2004 18:14 > > To: Robert Cragie > > Cc: ashutoshvyas@tataelxsi.co.in; SID > > Subject: Re: Patch to fix init_disassemble_info linking > > > > > > Hi - > > > > rcc wrote: > > > > > It looks like there is an error in the Makefile, which has come from > > > Makefile.in [...] > > > > Hm, the committed version already works for me. Interesting. > > Maybe there is a DOS end-of-line issue with your checkout? > > > > - FChE > > > >