Hello,
I am trying to run someone else's C++ code on a C6670 EVM. This code presupposes Boost library support. There is a Texas Instruments wiki entry on this topic but there isn't enough information on the wiki to actually be able to use the Boost library. I downloaded version 1.34.1 of the Boost code as indicated in the wiki. I also used the ti.hpp and user.hpp files the wiki provided. The problem is I am trying to run this using SYS/BIOS. The wiki entry seems to indicate the BOOST_NO_PLATFORM_CONFIG #define can be set and the code will work. The compiler generates an error if BOOST_NO_PLATFORM_CONFIG is defined. It wants you to choose a platform and SYS/BIOS is not a recognized platform. Any ideas or help would be appreciated.
Thanks