KDS with STL

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KDS with STL

385 Views
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 Kudos
1 Reply

285 Views
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 Kudos