After recently reinstalling CCS4 to overcome an error introduced in an automatic update, I have been getting a linker warning:
"warning: creating output section ".sysmem" without a SECTIONS specification"
I have the heap size set in my linker options to 0x400.
I went hunting through the linker command file 28335_RAM_lnk.cmd and found .esysmem in SECTIONS, but not .sysmem.
Some posted examples I have seen on this forum have both .esysmem and .sysmem in SECTIONS with the same location. Can I simply add .sysmem to the linker command file? Should I have to? Have I missed something during the reinstall?
Peter.