![]() | ![]() | ![]() | Building the readout program. | ![]() |
The make utility is used to build the readout program. Before you can run make you must let the make utility know that you have added the MyEventSegment.cp source file. To do this, edit Makefile. Locate the line that reads:
Objects=Skeleton.o
and append the name of the new object to add to the program. For example:
Objects=Skeleton.o MyEventSegment.o
Build the program by invoking the make utility
make
Fix any compilation errors as needed.
![]() | ![]() | ![]() | Building the readout program. | ![]() |