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]

STLPort & eCos again


I follow the instruct of http://www.zylin.com/stlport.html
I use the gcc-ecos.mak that it gives, but i get the same errors that were
reported in:
http://sources.redhat.com/ml/ecos-discuss/2004-08/msg00404.html and
http://sources.redhat.com/ml/ecos-discuss/2004-07/msg00492.html
No one answer them.
¿could some one help me on this?

Thanks

PD: The compiler message is
arm-elf-g++ -I../stlport -I/home/santiagol/prog/ecos/Plataforma_eCos/lib/rtu
dp/pruebas/prueba_str_01_install/include  -W -Wno-sign-compare -Wno-unused -
Wno-uninitialized  -msoft-float -mcpu=arm7tdmi -mno-short-load-words -Wall -
Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g 
-ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -f
init-priority -D__ECOS__=1  -fno-vtable-gc -frtti -fexceptions -I/gnutools/T
ARGET/include/ -O0 -g codecvt.cpp -c -o ../lib/obj/ecos/Release/codecvt.o
cc1plus: warning: ignoring command line option '-finit-priority'
cc1plus: warning: (it is valid for C++ but not the selected language)
In file included from ../stlport/stl/_iosfwd.h:22,
                 from ../stlport/iosfwd:37,
                 from ../stlport/stl/_string_fwd.h:23,
                 from ../stlport/stl/_locale.h:39,
                 from ../stlport/stl/_codecvt.h:30,
                 from codecvt.cpp:22:
../stlport/stl/char_traits.h: In constructor `_STL::fpos<_StateT>::fpos(long
   int)':
../stlport/stl/char_traits.h:78: error: parse error before `;' token
../stlport/stl/char_traits.h: In constructor `_STL::fpos<_StateT>::fpos()':
../stlport/stl/char_traits.h:79: error: parse error before `;' token
../stlport/stl/char_traits.h: In static member function `static size_t
   _STL::__char_traits_base<_CharT, _IntT>::length(const _CharT*)':
../stlport/stl/char_traits.h:150: error: parse error before `;' token
make: *** [../lib/obj/ecos/Release/codecvt.o] Error 1


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


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