Hello,
I am currently applying the lwIP TCP/IP stack to the S32K314 product and encountered a "multiple definition" error, so I am leaving a question.
When I add the TCP/IP stack to the peripherals and build, the following error occurs:

However, when I remove the multiple definition issue using linker options, the build succeeds as follows:


Using linker options to bypass the multiple definition issue does not seem like a proper solution, so I want to address the root cause of the problem.
Thank you.