This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can I use the boost C++ libraries with CCSv5

I created a SYS/BIOS typical project using the project wizard in CCSv5. I created a taget configuration file for the TI816x platform. I would like to use the shared_ptr of the Boost C++ library. I renamed my main.c file to be main.cpp and added an include of <boost/shared_ptr.hpp>. I added an include path to the boost header files. I assumed that was all I needed to do but when I build the project I get 78 errors all having to do with the boost inclusions. Can I use the Boost libraries within CCSv5 for a SYS/Bios application? If so, what properties need to be changed?

 

Thanks