I have more information to offer on this issue.
I commented out all the code in my main.c file and added a simple line --> puts("\nHello World");
After cleaning the project, I built the project and the compiler told me the same old out of memory error.
Thinking this was a compiler issue, I downloaded the most recent (V5.5) CCS program and imported a known working project.
After importing, I build the project in to V5.5, I received the same compiler errors pertaining to out of memory.
This same project compiled and ran on the hardware an hour before hand!
This is exceedingly strange behavior. I have been able to solve other compiler issues before by reinstalling the compiler and/or manually cleaning out specific project files.
With CCS I am uncertain of what to do here.
Can anyone help?