Hello Community,
I use F28069U and CCS4 in my project. After building, I get this linker warning always:
CRC table operator (_CRCTestVector) ignored for ".pinit": CRC table operator cannot be associated with empty output section
After some study, I understood that CRC table is generated during linking as per my CMD file.
However, why is this ignored for .pinit?
I went through this link but didn't find any description about ".pinit".
Could someone help me in decoding this and removing the warning?
thank you,
--
Vishwanatha