Skip to content

esp32s3 build failed: esp_lcd_panel_io.h: No such file or directory #89

@jeason1997

Description

@jeason1997

I am building the firmware for the ESP32S3 platform through the following methods:

idf.py set-target esp32s3
idf.py build

but I don't know why it couldn't be successfully built.

M -D_POSIX_READER_WRITER_LOCKS -DARDUINO=10812 -DARDUINO_ESP32S3_DEV -DARDUINO_ARCH_ESP32 -DARDUINO_BOARD=\"ESP32S3_DEV\" -DARDUINO_VARIANT=\"esp32s3\" -DESP32 -MD -MT esp-idf/ESP32-HUB75-MatrixPanel-I2S-DMA/CMakeFiles/__idf_ESP32-HUB75-MatrixPanel-I2S-DMA.dir/src/ESP32-HUB75-MatrixPanel-leddrivers.cpp.obj -MF esp-idf\ESP32-HUB75-MatrixPanel-I2S-DMA\CMakeFiles\__idf_ESP32-HUB75-MatrixPanel-I2S-DMA.dir\src\ESP32-HUB75-MatrixPanel-leddrivers.cpp.obj.d -o esp-idf/ESP32-HUB75-MatrixPanel-I2S-DMA/CMakeFiles/__idf_ESP32-HUB75-MatrixPanel-I2S-DMA.dir/src/ESP32-HUB75-MatrixPanel-leddrivers.cpp.obj -c D:/Porjects/clockwise/components/ESP32-HUB75-MatrixPanel-I2S-DMA/src/ESP32-HUB75-MatrixPanel-leddrivers.cpp In file included from D:/Porjects/clockwise/components/ESP32-HUB75-MatrixPanel-I2S-DMA/src/platforms/platform_detect.hpp:39, from D:/Porjects/clockwise/components/ESP32-HUB75-MatrixPanel-I2S-DMA/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h:12, from D:/Porjects/clockwise/components/ESP32-HUB75-MatrixPanel-I2S-DMA/src/ESP32-HUB75-MatrixPanel-leddrivers.cpp:13: D:/Porjects/clockwise/components/ESP32-HUB75-MatrixPanel-I2S-DMA/src/platforms/esp32s3/gdma_lcd_parallel16.hpp:31:10: fatal error: esp_lcd_panel_io.h: No such file or directory #include <esp_lcd_panel_io.h> ^~~~~~~~~~~~~~~~~~~~ compilation terminated. [11/164] Building CXX object esp-idf/arduino/CMakeFiles/__idf_arduino.dir/cores/esp32/base64.cpp.obj ninja: build stopped: subcommand failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions