KDS with STL

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

KDS with STL

1,114 次查看
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,014 次查看
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 项奖励
回复