[STL] Regarding using STL on VxWorks

24 Comments

예전에 STL을 VxWorks에 관해서 쓸 수 있는지
 news group에 물어보고 답변을 받았는 적이
있어 참고 삼아 올려준다.
C에 비해서 C++이 여러 Embeded 환경에
포팅하기 난해한 것 같다.
특히 STL을 쓰고 싶은 경우는 더 그런 것 같다.

http://groups.google.co.kr/group/comp.os.vxworks/browse_thread/thread/64630c1c5ceb87f0/468b59c444f65b21#468b59c444f65b21

다음의 항목 comp.os.vxworks

Can I use the STL of C++ in vxWorks?

항목 – 트리로 보기 의 총 2개의 메시지   –   1 새로 만들기

/
” noWrap width=”1%” bgColor=#b71c0c>Assertor   8월13일 오후6시31분     옵션 보기
뉴스그룹: comp.os.vxworks
보낸 사람: “Assertor” <gidae@gmail.com>이 작성자의 메시지 찾기
날짜: 13 Aug 2005 02:31:36 -0700
지역: 2005년8월13일(토) 오후6시31분
제목: Can I use the STL of C++ in vxWorks?
회신 | 작성자에게 회신 | 전달 | 인쇄 | 개별 메시지 | 원문 보기 | 삭제 | 불건전 메시지 신고
Hi,

I have few experience on vxWorks, so I ask if I can use the STL in
vxWorks?

I want to use STL on vxWorks for std::string. :)

Here are some answer mails regarding usgin STL. But I want to know the
possibiity in the latest vxWorks and tornado.

/
” noWrap width=”1%” bgColor=#005a9b>Bill Cox   8월14일 오전1시03분     옵션 보기
뉴스그룹: comp.os.vxworks
보낸 사람: Bill Cox <b@qswtools.com>이 작성자의 메시지 찾기
날짜: Sat, 13 Aug 2005 09:03:41 -0700
지역: 2005년8월14일(일) 오전1시03분
제목: Re: Can I use the STL of C++ in vxWorks?
회신 | 작성자에게 회신 | 전달 | 인쇄 | 개별 메시지 | 원문 보기 | 불건전 메시지 신고
Assertor wrote:

Hello,

We’ve regularly used the string class on Tornado 2.2 with
the GNU compiler v 2.96+.  If you care about the thread safety
of the strings, you should get the Tornado 2.2 GNU cumulative
from Wind River’s online support web site.

- 따온 텍스트 보기 -