Tool/software: Code Composer Studio
Hi all,
I'm working on upgrading my development environment to CCSv7 from CCSv6. I've been trying to build some older projects that were made and developed on in CCSv6 to build and I'm finding that all of my projects that get imported in using the File->Import->CCS Projects method (and really every one I've tried, even just opening and upgrading the CCSv6-made workspace to CCSv7) all give me an error that I didn't get in CCSv6.
The error is the "#10099-D program will not fit" followed by the warning about "Creating output section ".data" without a SECTIONS. This like always leads me to the Command file or the Linker options in Project Properties. But, I've changed none of these from the last time I opened these projects. The only thing I had to change was the compiler to the TI v16.0.9.LTS compiler, and switching the Output Sections to eabi(ELF) because of the dropped support on the new Compiler. I can't imagine this would cause all my old projects to throw these errors, but I don't know enough to be sure.
Is there a setting change I'm missing? Or maybe I need to change a setting or two because I changed the Compiler?
Thanks for the help,