README
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. This directory contains a simple datagram demonstration program.
  2. To build the VxWorks object for that demo use:
  3. % make CPU=<CPU_TYPE>
  4. eg:
  5. % make CPU=SPARC
  6. This will install the VxWorks objects "dgTest.o" in the
  7. $WIND_BASE/target/lib/objSPARCgnutest/ directory.
  8. To rebuilt the Unix programs dgSender and dgReceiver do:
  9. % cc -o dgSender dgMain.c dgTest.c
  10. % cc -o dgReceiver dgMain.c dgTest.c
  11. NOTE: This demo is not available on WIN32 platform.