including standard library files to project
Posted: Sun Oct 23, 2022 9:17 am
Hello!
I'm trying to include standard library files to my project, but getting errors with "Unresolved inclusion". These files also cannot be opened in editor with "Open declaration" context menu item:
How can I use these files, maybe I miss some REQUIRES options in my component?
Thank in advance!
IDE: Espressif-IDE
Version: 2.6.0
Build id: 20220811-0838
Target: esp32
I'm trying to include standard library files to my project, but getting errors with "Unresolved inclusion". These files also cannot be opened in editor with "Open declaration" context menu item:
Code: Select all
#include <stdint.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stddef.h>
Thank in advance!
IDE: Espressif-IDE
Version: 2.6.0
Build id: 20220811-0838
Target: esp32