porting xntp (client or server) to the VxWorks real-time OS?
I saw that someone had managed to get it working under QNX, but I don’t know how similar those two OS’s are. It’s a little different compiling for VxWorks, because they already have predefined makefiles to be included in any project build (they define where all the include files and libraries are, among other things), as well as the fact that with VxWorks, you compile on the Unix host, not the target, and you also don’t generate executables (all object code, i.e. no main()).