This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: uClinux/arm-elf-linux


-----Original Message-----
>From: Emanuele Guazzo [mailto:Emanuele.Guazzo@parades.rm.cnr.it]
>Sent: 27 September 2001 17:47
>To: crossgcc@sourceware.cygnus.com; David Korn
>Cc: Alberto Ferrari
>Subject: RE: uClinux/arm-elf-linux
>
>
>Hello,
>
>I'm experiencing the same problem as John but i cannot use the fix you
>suggested as i have too
>many files to do it manually. Does anyone know if there is a patch to solve
>this dos2unix problem?
> 
>Thanks in advance,
> 
>EmaG
> 
>
>
>>  BINGO!!!   
>>
>>  1)  Let the build go until it crashes
>>
>>  2)  Find the specs file that has been generated in your *BUILD* dir.
>>
>>  3)  dos2unix it.


   Hi Emanuele,

  If you really have the same problem, then there aren't too many files
to do manually, there is only one: it is called "SPECS". 

 If you really do have a problem that means you have to use dos2unix on lots
of files, you can use the 'find' command with the right options to match all
the file names and run the command on them.  For example, to convert all the
files in the current directory with ending .c from dos to unix, you would
use the command

 find . -type -f -name \*.c -exec dos2unix \{\} \;


       DaveK
--
Burn your ID card!  http://www.optional-identity.org.uk/
Help support the campaign, copy this into your .sig!


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]