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]
Other format: [Raw text]

Can't interpret the "\" while building the ecos library. help needed please.


I got the error message after I got the latest version repository. Hope
someone can help me. Thanks a lot!

rm-elf-gcc -mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstri
ct-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sectio
ns -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority  -I
/cygdrive/D/ecoswork/e7t_install/include -I/cygdrive/C/ecoscvs/ecos1/ecos/pa
ckages/hal/arm/arch/current -I/cygdrive/C/ecoscvs/ecos1/ecos/packages/hal/ar
m/arch/current/src -I/cygdrive/C/ecoscvs/ecos1/ecos/packages/hal/arm/arch/cu
rrent/tests -I. -Wp,-MD,arm.tmp -o hal_mk_defs.tmp -S
/cygdrive/C/ecoscvs/ecos1/ecos/packages/hal/arm/arch/current/src/hal_mk_defs
.c
make[1]: Leaving directory `/d/ecoswork/e7t_build/hal/arm/arch/current'
In file included from
/cygdrive/D/ecoswork/e7t_install/include/cyg/hal/hal_arch.h:58,
                 from
/cygdrive/C/ecoscvs/ecos1/ecos/packages/hal/arm/arch/current/src/hal_mk_defs
.c:57:
/cygdrive/D/ecoswork/e7t_install/include/cyg/infra/cyg_type.h:257: Invalid
token in expression
make[1]: *** [arm.inc] Error 1
make: Leaving directory `/d/ecoswork/e7t_build'
make: *** [build] Error 2

the erro occurs at the following line:

#if defined(__cplusplus) && defined(__GNUC__) && \
    !defined(CYGBLD_ATTRIB_INIT_PRI)

(it can't interpret the char '\', is anything i can do for this?
(BTW I am on win2000)

Thanks


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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