Replies: 3 comments 4 replies
-
First line error shows the failure from LovyanGFX. |
Beta Was this translation helpful? Give feedback.
-
I definitely followed your instructions, but get the same error. And I tried it in Windows (with IDF version 5.0.4) and in a Debian Windows Subsystem Linux (with IDF version 5.1.2). Errors start with: _[793/1183] Building CXX object esp-idf/LovyanGFX/CMakeFiles/__idf_LovyanGFX.dir/src/lgfx/v1/misc/pixelcopy.cpp.objFAILED: esp-idf/LovyanGFX/CMakeFiles/_idf_LovyanGFX.dir/src/lgfx/v1/misc/pixelcopy.cpp.obj and end with: _/home/jan/ESP32-TUX/components/LovyanGFX/src/lgfx/v1/misc/pixelcopy.cpp: In constructor 'lgfx::v1::pixelcopy_t::pixelcopy_t(const void*, lgfx::v1::color_depth_t, lgfx::v1::color_depth_t, bool, const void*, uint32_t)': Any ideas how I can overcome these issues? |
Beta Was this translation helpful? Give feedback.
-
Compiler error is now fixed and details are here |
Beta Was this translation helpful? Give feedback.
-
FAILED: esp-idf/LovyanGFX/CMakeFiles/__idf_LovyanGFX.dir/src/lgfx/v1/platforms/esp32/common.cpp.obj
esptool.py v4.5.1
Creating esp32s3 image...
Merged 1 ELF section
Successfully created esp32s3 image.
Generated C:/Espressif/frameworks/esp-idf-v5.0.3/ESP32-TUX/build/bootloader/bootloader.bin
[106/106] cmd.exe /C "cd /D C:\Espressif\frameworks\esp-idf-v5.0.3\ESP32-TUX\build\bootloader\esp-idf\esptool_py && C:\Espressif\python_env\idf5.0_py3.11_env\Scripts\python.exe C:/Espressif/frameworks/esp-idf-v5.0.3/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 C:/Espressif/frameworks/esp-idf-v5.0.3/ESP32-TUX/build/bootloader/bootloader.bin"
Bootloader binary size 0x5080 bytes. 0x2f80 bytes (37%) free.
ninja: build stopped: subcommand failed.
ninja failed with exit code 1, output of the command is in the C:\Espressif\frameworks\esp-idf-v5.0.3\ESP32-TUX\build\log\idf_py_stderr_output_11532 and C:\Espressif\frameworks\esp-idf-v5.0.3\ESP32-TUX\build\log\idf_py_stdout_output_11532
C:\Espressif\frameworks\esp-idf-v5.0.3\ESP32-TUX>
Please hel mee
Beta Was this translation helpful? Give feedback.
All reactions