This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[C5505, CGTv4.4.1] copy table with compress option

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 ?

3276.bootloader.zip

Best  Regards,
Naoki Kawada