radiosound-com / makerfabs-parallel-tft-lvgl-lgfx

LVGL demos using LovyanGFX driver on Makerfabs 16-bit parallel TFT (ESP32-S2 or ESP32-S3)
Other
29 stars 10 forks source link

./build flash monitor fails #1

Closed DennisFaucher closed 1 year ago

DennisFaucher commented 1 year ago

[939/1181] Building CXX object esp-idf/LovyanGFX/CMakeFiles/__idf_LovyanGFX.dir/src/lgfx/v1/touch/Touch_FT5x06.cpp.objninja: build stopped: subcommand failed. ninja failed with exit code 1, output of the command is in the /home/dennis/esp/makerfabs-parallel-tft-lvgl-lgfx/build_esp32s3/log/idf_py_stderr_output_613794 and /home/dennis/esp/makerfabs-parallel-tft-lvgl-lgfx/build_esp32s3/log/idf_py_stdout_output_613794

===== Output of log files

/home/dennis/.espressif/tools/xtensa-esp32s3-elf/esp-2022r1-11.2.0/xtensa-esp32s3-elf/xtensa-esp32s3-elf/include/c++/11.2.0/bits/stl_algo.h:3467:5: note: template argument deduction/substitution failed: /home/dennis/esp/makerfabs-parallel-tft-lvgl-lgfx/components/LovyanGFX/src/lgfx/v1/platforms/esp32s3/Bus_Parallel8.cpp:116:38: note: mismatched types 'std::initializer_list<_Tp>' and 'unsigned int' 116 | lcd_clock.lcd_clkcnt_n = std::max(1u, clkcnt - 1); | ~~^~~~~~ [935/1181] Building CXX object esp-idf/LovyanGFX/CMakeFiles/idf_LovyanGFX.dir/src/lgfx/v1/panel/Panel_SSD1963.cpp.obj [936/1181] Building CXX object esp-idf/LovyanGFX/CMakeFiles/idf_LovyanGFX.dir/src/lgfx/v1/platforms/esp32/Bus_I2C.cpp.obj [937/1181] Building CXX object esp-idf/LovyanGFX/CMakeFiles/idf_LovyanGFX.dir/src/lgfx/v1/touch/Touch_GSLx680.cpp.obj [938/1181] Building CXX object esp-idf/LovyanGFX/CMakeFiles/idf_LovyanGFX.dir/src/lgfx/v1/touch/Touch_GT911.cpp.obj [939/1181] Building CXX object esp-idf/LovyanGFX/CMakeFiles/__idf_LovyanGFX.dir/src/lgfx/v1/touch/Touch_FT5x06.cpp.obj ninja: build stopped: subcommand failed.

ftab commented 1 year ago

Which version of esp-idf are you building with? I think this was only working with 4.4.

DennisFaucher commented 1 year ago

I've moved on. I'll close the Issue.