miniz icon indicating copy to clipboard operation
miniz copied to clipboard

fatal error: miniz_export.h: No such file or directory miniz.h /STM32 Image COMPRESS DECOMPRESS/Core/Inc line 115 C/C++ Problem

Open dnyaneshvarsal opened this issue 2 years ago • 2 comments

fatal error: miniz_export.h: No such file or directory miniz.h /STM32 Image COMPRESS DECOMPRESS/Core/Inc line 115 C/C++ Problem

error with STM32L475

dnyaneshvarsal avatar Jun 21 '22 12:06 dnyaneshvarsal

There is no miniz_export.h even in any release archives that I can tell. How is this getting overlooked?

Drakonas avatar Aug 17 '22 01:08 Drakonas

The release archives contain an amalgamated miniz.c/miniz.h which have different contents from the miniz.c/miniz.h in the source code. If you're encountering this include error it is because you've downloaded the pre-amalgamated files and need to download the processed files from the release rather than the source code for that release or from the repo. The drop-in files do not contain this include.

kneeko avatar Aug 30 '22 03:08 kneeko