How to solve undefined references that are already linked with paths and symbols at project preferences?
I'm trying to compile a project with FreeRTOS integration and Liwp lib for Ethernet comms.
It's not my first time using this IDE and making projects with this thirdparty libs. But it 's the first tiem that I have seen this kind of problems.
But for some reason, that I'm unable to answer myself, I have got several building errors related with objectos (vars and function calls) that are defined and declarated on a files that I'm including there. Some sample of the kind of error mesages thrown by console.
I have checked the "link connections" within above orange marked expressions. Let's go to the first line error. I went to the file I found the undefined reference is an expression defined on cmsis_os.h file. I check the file inclusions, those from where error are reported. And I can see thins like this:
Hence, I quickly went to see how the paths were included to the project. Folder where those files are found are added to the paths:
All features seems to be ok in order to the references to be found by the compiler. But it stills not doing that.
I have never faced this issue before and I have no idea about how to solve this situation.
I would like to add some other kind of information from console that could be useful. Console is also launching 2 warnings related to paths that are unkown for me. I don't know from which file are trying to include those paths and why:
Maybe this is related to the root cause of the problems before commented.
Can anyone help me with a propper action? what I'm doing wrong?