Compiling the CATS QNX Data Acquisition Software
If you would like to force the recompiling of all of the source code, you must first remove all of the compiled code and programs. To do this type "Make clean" (make sure to use a capital "M") and then recompile with "make distribution". Some times it is necessary to recreate the Makefile that the make application uses. The data acquisition software uses a .spec file to aid in creating the Makefile. Run the program appgen which uses the .spec file to create a Makefile. Then to compile simply type "make distribution". |
| Back to the data acquisition table of contents |