RE: Patch to fix init_disassemble_info linking
"Robert Cragie" <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
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:[email protected]] > 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: [email protected] > [mailto:[email protected]]On Behalf Of Robert Cragie > Sent: Tuesday, May 11, 2004 2:53 PM > To: Frank Ch. Eigler > Cc: [email protected]; 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 <file patch is in> > > 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:[email protected]] > > Sent: 10 May 2004 18:14 > > To: Robert Cragie > > Cc: [email protected]; 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 > > > >