Undefined reference to command of W5500 library

Hi everyone
I’m doing a communication between dspic30f4011 and W5500. I’ve certainly added all of header files which are W5500 library. However, when I compile on Mplab x ide, it shows me these problems. If you know how to solve it, please help me fix it. It has been a long time I haven’t found it yet.

I can’t help because I don’t use the tool.
In case of Truestudio, i need to add include path as below. So please look for these settings.


Thank for your reply
Finally, I found how to fix this problem which based on your reply. Because I’ve used MPLAB x IDE environment for compiling my project so when I add w5500 library into it, the conflict occurred between w5500 library and others. Therefore, I’ve just put all the file .c of w5500 library in my source code. It’s fine
Thank you so much