ADUINO compile error core2
-
Hi all,
When I try and compile my Core 2 in Arduino IDE I get this error #include <rom/miniz.h> error.
How can I rectify?
Thanks DARYL - Paradise Beach Australia
-
@VK3AWA_1
have you tried compile example programs? are you able to post your codes? -
@kuriko
Thanks for the reply. Yes I have since discovered that the M5Core2 examples cause the errors but the M5Unified examples work OK.CHEERS DARYL
-
- If you are using Windows 10, upgrade your Windows system to the latest version.
- Use other operating systems to compile (such as Linux distributions).
- First, make sure that "rom\miniz.h" exists in Arduino's ESP32 board manager files. Then try to manually change all paths containing #include <rom/miniz.h> to absolute paths. For example, #include "C:\Users\admin\Documents\Arduino\libraries\esp32-xxx\xxxxxx\rom\miniz.h"