Lines Matching +full:pre +full:- +full:set

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
6 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
11 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
16 <!-- #BeginDate format:En2m -->21-Oct-2010 23:44<!-- #EndDate -->
18 …e problems. This port may help as a starting point for similar ports to real-time OS's and other e…
23 <pre>
24 export CC=&quot;cc386 -nostdlib -m486 -DCPU=I80486 -I/usr/wind/target/h&quot;
30 ln -s ../signal.h
31 ln -s ../time.h
32 ln -s socket.h sockio.h
33 ln -s ../selectLib.h select.h
34 ln -s ../timers.h
37 </pre>
40 <pre> sed -e 's%main.*()%vxmain()%' configure &gt; configure.vxnew
43 </pre>
44 …e maths library (-lm) in the <tt>./ntpd/Makefile.am</tt> file change the line <tt>ntpd_LDADD = $(L…
46 …<p>The ./configure.in file needed to be altered to allow for a host-target configuration to take p…
49 <li>Little endianess is set if the target is of type iX86.
50 …<li>The size of char, integer, long values are all set. If Wind River ever changes these values th…
52 <li>The Linking flags have -r added to allow for relinking into the vxWorks kernel
58 …./libntp/machines.c</tt>. Where possible the defines for these have been kept non-vxWorks specific.
60 …works archives or forgoing <tt>adjtime()</tt> and using the <tt>clock_[get|set]time()</tt>. The <t…
64 <pre>
67 ../configure --target=arch-wrs-vxworks
69 </pre>
70 …<p>Options I normally use are the <tt>--disable-all-clocks --enable-LOCAL-CLOCK</tt> flags. The pr…
73 <pre>
79 ntpdate (&quot;-b&quot;, &quot;192.168.0.245&quot;)
80 sp(ntpd, &quot;-c&quot;, &quot;/export/home/casey/ntp/ntp.conf&quot;)
81 ntpdc(&quot;-c&quot;, &quot;monlist&quot;, &quot;192.168.0.244&quot;)
82 ntpq(&quot;-c&quot;, &quot;peers&quot;, &quot;192.168.0.244&quot;)
84 </pre>