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 in arm.h?


Hi, 
I'm a student trying to build the eCos operating system but the following
error occurs when building gcc.


make[3]: Leaving directory `/tmp/build/gcc/texinfo/makeinfo'
make[2]: Leaving directory `/tmp/build/gcc/texinfo'
make[1]: Leaving directory `/tmp/build/gcc/texinfo'
make[1]: Entering directory `/tmp/build/gcc/gcc'
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I.
-I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config
-I/src/gcc/gcc-2.95.2/gcc/../include \
 
-DGCC_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin//lib/gcc-lib/arm-elf/2.95.2/incl
ude\" \
 
-DGPLUSPLUS_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin//lib/gcc-lib/arm-elf/2.95.
2/../../../..`echo /tools/H-i686-pc-cygwin/ | sed -e 's|^/tools||' -e
's|/[^/]*|/..|g'`/include/g++-3\" \
  -DLOCAL_INCLUDE_DIR=\"/tools/include\" \
 
-DCROSS_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin//lib/gcc-lib/arm-elf/2.95.2/..
/../../`echo /tools/H-i686-pc-cygwin/ | sed -e 's|^/tools||' -e 's|/$||' -e
's|^[^/]|/|' -e 's|/[^/]*|../|g'`arm-elf/sys-include\" \
 
-DTOOL_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin//lib/gcc-lib/arm-elf/2.95.2/../
../../`echo /tools/H-i686-pc-cygwin/ | sed -e 's|^/tools||' -e 's|/$||' -e
's|^[^/]|/|' -e 's|/[^/]*|../|g'`arm-elf/include\" \
  -c `echo /src/gcc/gcc-2.95.2/gcc/cccp.c | sed 's,^\./,,'`
In file included from /src/gcc/gcc-2.95.2/gcc/config/arm/aout.h:301,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/elf.h:354,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h:171,
                 from tm.h:6,
                 from /src/gcc/gcc-2.95.2/gcc/config/i386/xm-i386.h:43,
                 from config.h:8,
                 from /src/gcc/gcc-2.95.2/gcc/cccp.c:21:
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: warning: unknown escape
sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:227: warning: unknown escape
sequence: `\' followed by char code 0xd


and so on...




Please, if someone knows what the error could be send me a hint.


/Andreas


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