This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Problem building latest gcc


I _REALLY_ want to try to get ARM Thumb support working, so I downloaded 
the latest gcc snapshot, configured it as per 
sources.redhat.com/ecos/tools/win-thumb-elf.html, and then tried to make 
it. Unfortunately it died a short way into the make process, with the 
following [abbreviated!] make.out. I killed it when it had created about 
260K of the following garbage. Any ideas on this? :(

make[1]: Entering directory `/tmp/build/gcc/gcc'
Expect 33 shift/reduce conflicts and 58 reduce/reduce conflicts.
cd /src/gcc/gcc-20010205/gcc/cp; bison  -d -o p$$.c parse.y ; \
grep '^#define[         ]*YYEMPTY' p$$.c >> p$$.h ; \
mv -f p$$.c parse.c ; mv -f p$$.h parse.h
parse.y:21: unknown character: \15
parse.y:21:    Skipping to next %
parse.y:220: unknown character: \15
parse.y:220:    Skipping to next %
parse.y:222: unknown character: \15
parse.y:222:    Skipping to next %
parse.y:231: unknown character: \15
=== Lewin A.R.W. Edwards (Embedded Engineer)
Work: http://www.digi-frame.com/
Personal: http://www.zws.com/ and http://www.larwe.com/

"Und setzet ihr nicht das Leben ein,
Nie wird euch das Leben gewonnen sein."


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