error building arduino matter over thread light example for idf v6.0.2
Author: louisvangeldropCreated Aug 31, 2026Updated Sep 8, 2026
LabelsStatus: Awaiting triageArea: Matter
Board
supermini esp32c6
Device Description
super mini esp32c6
Hardware Configuration
No
Version
latest master (checkout manually)
Type
Bug
IDE Name
vscode
Operating System
windows 11
Flash frequency
40
PSRAM enabled
yes
Upload speed
115200
Description
compilation terminated
Sketch
idf.py set-target esp32c6
idf.py buildDebug Message
C:/temp/light 3.3.6/managed_components/espressif__dm9051/include/esp_eth_phy_dm9051.h:10:10: fatal error: esp_eth_com.h: No such file or directory
10 | #include "esp_eth_com.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
[2176/2664] Building C object esp-idf/chmorgan__esp-libhelix-mp3/...df_chmorgan__esp-libhelix-mp3.dir/libhelix-mp3/real/subband.c.obj
ninja: build stopped: subcommand failed.
Missing "esp_eth_com.h" file name found in the following component(s): esp_eth(C:\Users\louis\projecten\esp\v6.0.2\esp-idf\components\esp_eth\include\esp_eth_com.h). Maybe one of the components needs to add the missing header directory to INCLUDE_DIRS of idf_component_register call in CMakeLists.txt. Another possibility may be that the component or its feature is not enabled in the configuration. Use "idf.py menuconfig" to check if the required options are enabled.Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Source: espressif/arduino-esp32