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]

build error (Invalid token in expression)


Hello,

I use the CVS to update the newest ecos.
template : ARM evaluator 7T
package: default

then , build the library.

and I try to link with my simple application. there is a error report.

arm-elf-gcc -g -I/c/ecos2/default_install/include mac_io.c e7t_io.c start.c -L/c/ecos2/default_install/lib -Ttarget.ld -nostdlib

In file included from /c/ecos2/default_install/include/cyg/kernel/kapi.h:62,
                 from ecos.h:4,
                 from start.c:1:
/c/ecos2/default_install/include/cyg/infra/cyg_type.h:257: Invalid token in expression

In file included from /c/ecos2/default_install/include/cyg/kernel/kapi.h:645,
                 from ecos.h:4,
                 from start.c:1:
/c/ecos2/default_install/include/cyg/kernel/kapidata.h:171: Invalid token in expression


If I use the older version (2002.1), it is no problem.
Any suggestion?

Peter

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