I've been able to include the ifLib.h file in my RTP and every thing
compiles just fine. The linker fails when creating the .vxe file
saying there is an undefined reference to ifAddrSet(). Talking to
WindRiver support, they suggested to pull in the ifLib.c into my
project space, but now I get a whole bunch of compile errors on that
file and WindRiver hasn't been real helpful in solving that issue.
Does anyone have any suggestions?
Thanks,
Omar
If you look at the application API reference manual, you'll not see
ifLib mentioned because it is a kernel mode API -- not directly
callable from user mode.
You can develop your own system calls to do what you want though.
Search through Workbench's excellent help facility to learn about
syscallLib.
GV