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]

about STLport


Dear eCos users,

These days, I'm trying to use C++ application on eCos.
Therefore, I tried to use STLport according to the
guide of http://www.zylin.com/stlport.html.

But, whenever I try, compiler shows like these msgs:

i386-elf-g++ -I../stlport -I/home/hunkim/ecos/ecos-current/build/testapp_install/include  -W -Wno
-sign-compare -Wno-unused -Wno-uninitialized  -Wall -Wpointer-arith -Wstrict-prototypes -Winline 
-Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions
 -fvtable-gc -finit-priority -D__ECOS__=1  -fno-vtable-gc -fexceptions -frtti  -I/home/hunkim/eco
s/gnutools/i386-elf/i386-elf/include/i386-elf -O0 -g codecvt.cpp -c -o ../lib/obj/ecos/Release/co
decvt.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::fpos(long 
   int)':
../stlport/stl/char_traits.h:78: parse error before `;' token
../stlport/stl/char_traits.h: In constructor `_STL::fpos::fpos()':
../stlport/stl/char_traits.h:79: parse error before `;' token
../stlport/stl/char_traits.h: In static member function `static size_t 
   _STL::__char_traits_base::length(const _CharT*)':
../stlport/stl/char_traits.h:150: parse error before `;' token
make: *** [../lib/obj/ecos/Release/codecvt.o] Error 1
[hunkim@localhost src]$ make -f gcc-ecos.mak INSTALL_DIR=~/ecos/ecos-current/build/testapp_instal
l ECOSTOOLS=~/ecos/gnutools/i386-elf/i386-elf/include/i386-elf install
i386-elf-g++ -I../stlport -I/home/hunkim/ecos/ecos-current/build/testapp_install/include  -W -Wno
-sign-compare -Wno-unused -Wno-uninitialized  -Wall -Wpointer-arith -Wstrict-prototypes -Winline 
-Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions
 -fvtable-gc -finit-priority -D__ECOS__=1  -fno-vtable-gc -fexceptions -frtti  -I/home/hunkim/eco
s/gnutools/i386-elf/i386-elf/include/i386-elf -O0 -g codecvt.cpp -c -o ../lib/obj/ecos/Release/co
decvt.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::fpos(long 
   int)':
../stlport/stl/char_traits.h:78: parse error before `;' token
../stlport/stl/char_traits.h: In constructor `_STL::fpos::fpos()':
../stlport/stl/char_traits.h:79: parse error before `;' token
../stlport/stl/char_traits.h: In static member function `static size_t 
   _STL::__char_traits_base::length(const _CharT*)':
../stlport/stl/char_traits.h:150: parse error before `;' token
make: *** [../lib/obj/ecos/Release/codecvt.o] Error 1


Is there anyone who try to use STLport using recent eCos version?
I would appreciate if you could help me.

Thanks in advance.

Regards.
Dohun Kim

======================================================
Dohun Kim

Tel. No. : +82-054-279-5668
System Software Lab., 
Dept. of Computer Science & Engineering, POSTECH




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