CrowPanel ESP32 5" - Compiling Error

Hi,
im currently using the Esp32 5" v3 Display and trying to get the example code running on PlatformIO.
I followed the 5-inch ESP32 Dispaly PlatformIO Tutorial.
I also downloaded the example code, but i didnt get it run.

This is the Compiler Terminal output:
Building in release mode
Compiling .pio\build\esp32-s3-devkitc-1-myboard\lib099\LovyanGFX\lgfx\Fonts\IPA\lgfx_font_japan.c.o
Compiling .pio\build\esp32-s3-devkitc-1-myboard\lib099\LovyanGFX\lgfx\Fonts\efont\lgfx_efont_cn.c.o
Der Befehl "xtensa-esp32s3-elf-gcc" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Compiling .pio\build\esp32-s3-devkitc-1-myboard\lib099\LovyanGFX\lgfx\Fonts\efont\lgfx_efont_ja.c.o
*** [.pio\build\esp32-s3-devkitc-1-myboard\lib099\LovyanGFX\lgfx\Fonts\IPA\lgfx_font_japan.c.o] Error 1
Der Befehl "xtensa-esp32s3-elf-gcc" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
*** [.pio\build\esp32-s3-devkitc-1-myboard\lib099\LovyanGFX\lgfx\Fonts\efont\lgfx_efont_cn.c.o] Error 1
Der Befehl "xtensa-esp32s3-elf-gcc" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
*** [.pio\build\esp32-s3-devkitc-1-myboard\lib099\LovyanGFX\lgfx\Fonts\efont\lgfx_efont_ja.c.o] Error 1
================================================================= [FAILED] Took 13.18 seconds =================================================================

Maybe someone can help me with this?

best regards MrRobot

Comments

  • HI MrRobot,
    To further handle the issue, could you help provide the following :

    1. Please tell us exactly which of our products you are using. We need to know the SKU No. . Or Please provide the purchase link for the product. so that we can continue to analyze the issue

    2. Also, please provide the order number, product purchase link(if applicable), along with the name of the retailer, store, platform, or website where you purchased the product?
      This allows us to work with the seller to provide you with better service.
      Best regards,

  • Hi Jennie,
    SKU: DIS07050H
    Sorry i dont get very long Amazon link in here, but i buyed it at Amazon Germany, ELECROW ESP32 Display, 5.0 Zoll HMI Display 800x480 RGB TFT Touchscreen Monitor Kompatibel mit AR duino/LVGL
    Retailer is BudpawEU.

    At the backside is the CrowPanel Logo and "ESP32 Display-5 Inch"
    also the SKU number.

    I think its a problem with the library or the PlatformIO IDE.
    In meantime i reinstalled VS Code + PlatformIO, but still have problems.

    thank you for your help, best regards

  • Dear MrRobot,

    Thank you for reaching out to us and for your continued support.

    We have received your messages, and our technical support team is reviewing the details. Please allow us some time to look into the matter. We will get back to you as soon as possible with an update.

    We apologize for any inconvenience this may cause and appreciate your patience and understanding.

    Best regards,

  • Dear MrRobot,,
    This error indicates that the toolchain-xtensa-esp32s3 tool is missing in the compilation environment. This might be due to an improper setup during the environment creation process. It is recommended to re-establish the platformIO environment and then conduct the test again.
    Best regards,

Sign In or Register to comment.