HOw to enable ZIP support in SDK

HI,

We need some compression algorithm for our project and in that regard came accross QL_APPLICATION/ZIP. however, when I’m compiling the code, I’m getting – FEATURE FILE_ZIP is disabled at core!
How can I enable the same? Kindly help.

I’m working on EC200. EC200UCN_AA, QL_CCSDK_BUILD ON

thanks and regards
Abhishek

Hi @Abhishek_Singh,
To enable ZIP support in SDK, please navigate to components\ql-config\build\EC200UCN_AA\8915DM_cat1_open\target.config and append the following line to the file:

CONFIG_QUEC_PROJECT_FEATURE_FILE_ZIP=y

Let me know if this works, thank you!