Hello,
I am using CCS v4 for development on a LM3S8962 Dev board. I am trying to create a c++ project using an existing project in StellarisWare. I completed my code and it compiled fine, but when I try to debug it, the program jumps to an invalid address and crashes without getting to main. I edited the pragma in startup_ccs.cpp for c++ but am wondering if I need to edit the .cmd file. How should I go about making the project suitable for c++? Does the startup code/ .cmd file differ in a c++ environment from a c environment. I have read other posts for CodeSourcery but not for CCS tools on how to edit the linker file/startup code for this.
thanks,
Luke