C++ STL HCS12X problem. Can't include vector.h

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

C++ STL HCS12X problem. Can't include vector.h

ソリューションへジャンプ
1,608件の閲覧回数
juanoxoby
Contributor I

I'm using CodeWarrior IDE v5.9.0 with C++ to program a HC12X MCU.

However, I can't use the STL such as vector.h.

 

When I try to compile:

 

#include <vector.h>

 

i get an error, saying that it doesn't exist. (i also searched for the file and I couldn't find it neither).

 

Does this compiler have support for C++ libraries?

 

http://cache.freescale.com/files/soft_dev_tools/doc/ref_manual/EWL_CPLUSPLUS_RM.pdf?fpsp=1&WT_TYPE=R...

ラベル(1)
0 件の賞賛
返信
1 解決策
1,390件の閲覧回数
CrasyCat
Specialist III

Hello

  Did you check the Compiler_HC12.pdf manual?

  There is a section named Known C++ Issues in the HC(S)12 Compilers in the Appendices.

  Table E.1 Unimplemented Header Files lists all the C++ header files that are not available and vector is listed there.

CrasyCat

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,390件の閲覧回数
juanoxoby
Contributor I

Thanks a lot.

0 件の賞賛
返信
1,391件の閲覧回数
CrasyCat
Specialist III

Hello

  Did you check the Compiler_HC12.pdf manual?

  There is a section named Known C++ Issues in the HC(S)12 Compilers in the Appendices.

  Table E.1 Unimplemented Header Files lists all the C++ header files that are not available and vector is listed there.

CrasyCat

0 件の賞賛
返信