miniz
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
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
There is no miniz_export.h even in any release archives that I can tell. How is this getting overlooked?
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.