I can not get the crc_table linker function working for the MSP430 using CCS 6.0
I have read the documentation thoroughly and tried the examples.
When I add crc_table command to the base linker script i get this error even though I am creating an executable file.
"../lnk_msp430f2619.cmd", line 110: warning #10351-D: crc_table(_crc_table) operator ignored: linker will only generate a CRC table when creating an executable file
I would like to see a full example that compiles and links.
Thanks