Search found 2 matches
- Tue Feb 23, 2021 9:51 am
- Forum: ESP-IDF
- Topic: esp-idf and emacs with flycheck-mode: esp_log.h: No such file or directory
- Replies: 2
- Views: 162
Re: esp-idf and emacs with flycheck-mode: esp_log.h: No such file or directory
Hi ESP_Angus, thanks very much for your help, I will look into rtags, I have not used that. In any case I can always just fix up any errors when compiling.
- Fri Feb 19, 2021 10:53 am
- Forum: ESP-IDF
- Topic: esp-idf and emacs with flycheck-mode: esp_log.h: No such file or directory
- Replies: 2
- Views: 162
esp-idf and emacs with flycheck-mode: esp_log.h: No such file or directory
My trouble is getting flycheck-mode (in emacs) to properly work for ESP32 development. For example, if I have #include "esp_log.h" at the top of my file, flycheck-mode reports esp_log.h: No such file or directory . The real problem is that flycheck-mode (at least for c) stops at the first error, and...