Compiling VisionX ProgramsThe VisionX command vcc should be used to compile all VisionX programs. This command will invoke the compiler and link in all the libraries necessary for the VisionX programming tools. For example, the command to compile the program vpex.c, given in Appendix A, is:vcc vpex.c -o vpexFor further information see the man page for vcc(1). This documentation may be accessed on the computer system by typing the command: man vcc
A. P. Reeves, © Copyright 1998-2012 11/12/2012 |