When trying to build Embedded Swift with ESP-IDF on Linux, you may encounter the following error: The problem is caused by missing ninja tool, since […] Read More
Tag: linux
Shells like Bash or Zsh are very powerfull. Sometimes it’s necessary to get the size of subdirectories and order them by size, ideally in human […] Read More
After the installation of QtCreator on Linux you might get following error messag when launching the application: It is likely one of libraries required by […] Read More
To extract function signatures from .rs file you can use following one-liner with sed: Sample output:
When setting up development environment for esp-matter on OpenSUSE you may encouter following error: Problem is caused by gdbgui dependency in ESP-IDF. The dependency is […] Read More