Unresolved symbols in Eclipse IDE

jmadsenee
Posts: 30
Joined: Tue Apr 19, 2022 1:16 am

Unresolved symbols in Eclipse IDE

Postby jmadsenee » 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:
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

Lagunax
Posts: 17
Joined: Mon Sep 09, 2019 8:24 pm

Re: Unresolved symbols in Eclipse IDE

Postby Lagunax » Wed May 11, 2022 8:03 pm

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

Who is online

Users browsing this forum: No registered users and 15 guests