VisionX V4    Index Prev Next VisionX V4 Programmers Guide VisionX V4

Compiling VisionX Programs

The 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 vpex
For 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