public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] about STLport 
@ 2004-07-30 11:35 Dohun Kim
  0 siblings, 0 replies; only message in thread
From: Dohun Kim @ 2004-07-30 11:35 UTC (permalink / raw)
  To: ecos-discuss


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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-30 11:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-30 11:35 [ECOS] about STLport Dohun Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).