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]

Building Error - target assabet


When I build the ecos for the template of Assabet I got the following error.
I guess the compiler problem. right?

I used snapshot compilter collections as of 24, April 2002.
I complied to the instruction of "Building the ARM development tools for Windows(http://sources.redhat.com/ecos/tools/win-arm-elf.html).
This instruction and the configuration & make arguments are adapted only for the version of that(i.e.gcc: 2.95.2 ). 
Do I have to use another arguments?

Thanks in advance.
--------------------------------------------------------------------------------------------------------------------------------------------
arm-elf-gcc -c  -I/ecos-c/cygwin/home/drrector/work/install/include -I/ecos-c/cy
gwin/home/drrector/ecos/packages/kernel/current -I/ecos-c/cygwin/home/drrector/e
cos/packages/kernel/current/src -I/ecos-c/cygwin/home/drrector/ecos/packages/ker
nel/current/tests -I. -I/ecos-c/cygwin/home/drrector/ecos/packages/kernel/curren
t/src/sync/ -mcpu=strongarm1100 -Wall -Wpointer-arith -Wstrict-prototypes -Winli
ne -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-
rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/sync/flag.tmp -o sr
c/sync/kernel_flag.o /ecos-c/cygwin/home/drrector/ecos/packages/kernel/current/s
rc/sync/flag.cxx
/ecos-c/cygwin/home/drrector/ecos/packages/kernel/current/src/sync/flag.cxx:62:
default
   argument given for parameter 1 of `Cyg_Flag::Cyg_Flag(unsigned int = 0)'
/ecos-c/cygwin/home/drrector/work/install/include/cyg/kernel/flag.hxx:102: after

   previous specification in `Cyg_Flag::Cyg_Flag(unsigned int = 0)'
/ecos-c/cygwin/home/drrector/ecos/packages/kernel/current/src/sync/flag.cxx:125:
 default
   argument given for parameter 1 of `void Cyg_Flag::maskbits(unsigned int = 0)
   '
/ecos-c/cygwin/home/drrector/work/install/include/cyg/kernel/flag.hxx:110: after

   previous specification in `void Cyg_Flag::maskbits(unsigned int = 0)'
/ecos-c/cygwin/home/drrector/ecos/packages/kernel/current/src/sync/flag.cxx:149:
 default
   argument given for parameter 1 of `void Cyg_Flag::setbits(unsigned int = -1)
   '
/ecos-c/cygwin/home/drrector/work/install/include/cyg/kernel/flag.hxx:106: after

   previous specification in `void Cyg_Flag::setbits(unsigned int = -1)'
make[1]: *** [src/sync/flag.o.d] Error 1
make[1]: Leaving directory `/home/drrector/work/kernel/current'
make: *** [build] Error 2

===========================================================
        ÇѽÂÁø(Seung-Jin, Han)
        (drrector@milletech.com; MSN:drrector@orgio.net)

        MilleTech Co., Ltd. (www.milletech.com)
        7th Floor, ASEM Tower, World Trade Center, 159-1
        Samsung-Dong, Kangnam-Gu, Seoul, Korea            135-798
        Tel: +82-2-3430-6878           Fax: +82-2-3452-9379
===========================================================

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