This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Error while making gcc solved!


Thank you!

After a major crash on my computer and reinstallation of NT I gave gcc a new
try.
The winnt.h error was solved with Jonathans arm.h file.
Then I had an error in reload1.c which reason I thought was the same as that
one in arm.h (the return characters)
So, I ran Clives (thank you Clive:) recommended commands in my cygwin
prompt:
$ tr -d '\015' < reload1.c > tmp

$ mv tmp reload1.c
 
and recompiled.
I still don't know why the files arm.h and reload1.c are corrupted.

 





-----Original Message-----
From: Jonathan Larmour [mailto:jlarmour@redhat.co.uk]
Sent: den 30 juni 2000 02:06
To: Karlsson Andreas
Cc: crossgcc@sourceware.cygnus.com
Subject: Re: error while making gcc


Andreas.Karlsson@combitechsystems.com wrote:
> 
> Some days ago I had a problem with arm.h (probably DOS enters) but this
was
> solved when I received a new file, is there a connection?
[snip]
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h:2062:
two
> or more data types in declaration of `type name'

Yes, there is a connection. The arm.h they gave you is missing a patch
(part of the patch in the eCos instructions) that allows you to build for
the arm-elf target on Windows.

It's probably easiest if I just give you a working arm.h. I'll send it in a
separate mail to you in bzip2 format. Use "bzip2 -d arm.h.bz2" from a
cygwin prompt to extract it.

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to
crossgcc-unsubscribe@sourceware.cygnus.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]