[Linuxptp-users] Compile issue in RHEL v6.3
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Yoo, C. K. <cho...@hp...> - 2015-02-26 08:47:16
|
Dear, I have a customer who use HP DL380Gen8 server with RHEL v6.3 OS. They want to implement PTP with HP NC560 (Intel(r) 82599 Controller) NIC. They encountered problem when they try to compile linuxptp. grep: /usr/include/linux/net_tstamp.h: No such file or directory ptp4l.c:25:30: error: linux/net_tstamp.h: No such file or directory There is no net_tstamp.h in kernel-header package of RHEL 6.3 kernel 2.6.32-279.el6. RHEL v6.4 has net_tstamp.h. Is there any way to compile linuxptp on RHEL v6.3 ? If not, what is technical issue in RHEL v6.3. According to linuxptp.sourceforge.net we need set below kernel config option but it seems like only CONFIG_PPS is available as module. In RHEL v6.3 Is there any workaround? Option Description CONFIG_PPS Required CONFIG_NETWORK_PHY_TIMESTAMPING Timestamping in PHY devices PTP_1588_CLOCK PTP clock support Regards, Yoo, Choong Keun |