$ idf.py --version
ESP-IDF v5.4
Linux Mint 22.1
idf.py build gives this error:
In file included from /home/axa/Stuff/eclipse-esp32/ESP32_TFT_library/components/spidriver/spi_master_lobo.c:69:
/home/axa/Stuff/eclipse-esp32/ESP32_TFT_library/components/spidriver/spi_master_lobo.h:25:10: fatal error: esp32/rom/lldesc.h: No such file or directory
25 | #include "esp32/rom/lldesc.h"
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
how to solve it?