M5GFX icon indicating copy to clipboard operation
M5GFX copied to clipboard

The M5GFX library encountered an unknown path resolve error.c*: 67:11: fatal error: soc/gdma_reg.h: No such file or directory

Open AcuarioCat opened this issue 2 months ago • 0 comments

Compiling the sample code for an ESP32P4 module using the ESP 3.3.2 arduino core I get the error: The M5GFX library encountered an unknown path resolve error.c*: 67:11: fatal error: soc/gdma_reg.h: No such file or directory 67 | #include <soc/gdma_reg.h> | ^~~~~~~~~~~~~~~~

Searching the ESP32P4 core code I don´t see the gdma_reg.h file (it is present on the ESP32S3 etc.)

AcuarioCat avatar Oct 31 '25 07:10 AcuarioCat