Page 1 of 1

Using Miniz in user application

Posted: Mon Feb 19, 2024 12:40 am
by jithin1991
Hi,

I am using an esp32s3-wroom module for my project. Currently I'm facing CMake linking issues on miniz which I want to use it on my project.

I can see the miniz (.c and .h) files inside flasher_stub folder inside the esptool. How do I link this to my user application?

Thanks
Jithin

Re: Using Miniz in user application

Posted: Mon Feb 19, 2024 8:44 am
by MicroController
Try adding component "esp_rom" to your dependencies.

Re: Using Miniz in user application

Posted: Tue Feb 20, 2024 11:40 pm
by jithin1991
I ended up copying miniz (.c and .h) files in to my application and it works