I can build a project using CCS 5.4 (RM46 C++ ARM 5.0.4) and the application runs fine.
After upgrading to CCS 5.5 (RM46 C++ ARM 5.1.1), compiling the same project causes a "dabort" when running.
After further debugging, it appears that a static class member of a class is not getting initialized / instantiated during the __TI_auto_init().
Any known issues with TI ARM compiler v5.1.1?