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

Sign In or Register to comment.