Hello,
I am currently working on migrating a project from Code Warrior to KDS 3.0. I have gotten MQX to work in the existing project but now I need LWIP support.
I had no trouble getting the demos to run for LWIP with MQX but now I cannot import lwip into my existing project. There don't seem to be any libraries to do this. Is there a document describing this?
I tried manually importing all of the include files into my project and starting with the basic calls from the UDP ping example, but I get errors about missing function definitions, specifically: ethernetif_init which is inside of ethernetif.c which is properly included from what I can find.
There has to be an easier way to do this. Any help is appreciated.
Thanks,
David