Hello,
I'm using CCS 5.5, RM46, HalCoGen, and user program in C++.
So, create the startup with HalCoGen, all compiles/funs fine. Add a C++ file where my user program will run, add a class, member variables, member functions, and all compiles/runs fine. Add a default constructor to my class and get this error:
<Linking>
warning #10247-D: creating output section ".init_array" without a SECTIONS specification
Any ideas as to what I do to resolve this warning?
TIA