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: Error Compiling crossGCC For Arm


>-----Original Message-----
>From: karsten@thebox-communications.de
>[mailto:karsten@thebox-communications.de]
>Sent: 17 January 2001 08:38

>Hi,
>
>I am compiling the crossGCC for ARM processor, and I have
>the following problem. The error message is shown below.

   Hi Karsten,

>/src/gcc/gcc-2.95.2/gcc/machmode.h:47: stray '\' in program

  This one's a dead giveaway under cygwin.  Your source code has DOS style
CRLFs but it needs Unix style LFs.  Either run a dos2unix converter over
all your source files or perhaps even better, set up a cygwin mount point
in textmode for your source tree.  If this error still occurs after that,
it means you need to change into $obj/gcc/include and dos2unix convert
all the files there before continuing the build.

    hth,
      DaveK
-- 
The Boulder Pledge: "Under no circumstances will I ever purchase anything 
offered to me as the result of an unsolicited email message. Nor will I 
forward chain letters, petitions, mass mailings, or virus warnings to large 
numbers of others. This is my contribution to the survival of the online
community."


**********************************************************************
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]