Unresolved symbols in Eclipse IDE
Posted: Fri May 06, 2022 4:46 am
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?
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?