KDS with STL

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

KDS with STL

1,119件の閲覧回数
jimgagne
Contributor I

I am trying to get our software to compile on KDS.  We are using a Kinetis K70 processor and MQX.  Some of our code makes use of STL (the Standard Template Library), things like std::list and std::string.  However I keep on getting errors when I compile in KDS, similar to these:

pastedImage_1.png

Does anyone have an idea what the problem could be, or how I could get around these issues?

Any help would be appreciated.  Thanks.

0 件の賞賛
返信
1 返信

1,019件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi Jim

STL is a software library for the C++ programming language, I think MQX projects need to be a little bit adapted to properly build with C++ code. You can refer to the attached document  Creating a New MQX Project Using GCC and C++.

 

Regards

Daniel

0 件の賞賛
返信