Page 1 of 1

Unresolved symbols in Eclipse IDE

Posted: Fri May 06, 2022 4:46 am
by jmadsenee
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:
Image
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?
Image
Image

Re: Unresolved symbols in Eclipse IDE

Posted: Wed May 11, 2022 8:03 pm
by Lagunax
im jast setting
// @suppress("Field cannot be resolved")
in end of every line with this warning. It overloads code a little bit, but suppress warning message