Building Unix/Linux ADCs

The following source files are required for a Unix ADC:

aux3.c
auxproc.c
auxcall.c
auxcall3.c

user-defined module (for example, your adapted auxuser.c )
You will also need all the various files these include such as adc.h,ccsrvcal.c and so on.

Unix/Linux ADCs should be built using a native compiler. From 4.520 they cannot be built using the 16 bit object code portability feature. A sample makefile called unix_adc.mak is supplied. This can easily be adapted to build any ADC on any version of Unix or Linux. You will need to make sure the CFLAGS and LDFLAGS are set appropriately for your environment. The default value of these variables will probably select the one byte alignment required for compiling DP4 programs correctly. The file contains suitable values for the most popular varieties of Unix and Linux, and you should choose one of these.