I've read numerous posts about unresolved symbols in Eclipse, but they seem to have build issues as well. I am working with one of the esp-who examples - human_face_detection_web. I am able to build it (0 errors, 21 warnings), flash it and run it. Works like a champ, so everything must be there. After much messing around, I have actually copied the components directories from esp_idf and esp_who to my project:
Yet no matter what I do, I still get many unresolved symbols, even though headers including those symbols are definitely there. For example, who_camera.c, line 3 is #include "esp_log.h". Line 24 has an unresolved variable that is right there in esp_log.h. Does anyone have any ideas on how to solve this?
Unresolved symbols in Eclipse IDE
Re: Unresolved symbols in Eclipse IDE
im jast setting
in end of every line with this warning. It overloads code a little bit, but suppress warning message// @suppress("Field cannot be resolved")
Who is online
Users browsing this forum: No registered users and 19 guests