Hi,
I want to compress one of section by specifying table() option in linker command file.
Here is a snippet from my linker command file:
.bootimage : load = SARAM0_15, run = SARAM16_31, table(compressed_bootimage, compression = rle)
.ovly > SARAM16_31
.bootimage is just a byte stream representing boot table.
I want to specify load/run address to this section with compress option, but when I built the CCS project, I saw the following link error:
<Linking>
"../C5505.cmd", line 102: error #10212-D: illegal compression "rle" specified
I shared my project for your reference. Could you please suggest us what we could fix this type of errors ?
Best Regards,
Naoki Kawada