Hello
I am trying to get a PPP Client example working under TIRTOS with LM3S9D92 processor.
I have added PPP to the CFG file but when I try to create a new HDLC instance I get a linker error
undefined first referenced
symbol in file
--------- ----------------
IFSetPad C:\ti\tirtos_1_01_00_25\products\ndk_2_22_01_14\packages\ti\ndk\tools\hdlc\lib\hdlc.aem3<hdlc.oem3>
What else do I need to include to get the PPP to work?
TCP is working fine over my Ethernet port, I tried changing StackLibType from "MIN" to "PPP" and "PPP_PPPOE" and these don't fix issue.