Difference between revisions of "VME modules"

From New IAC Wiki
Jump to navigation Jump to search
Line 8: Line 8:
  
 
[[JLAB_PLX_LVDS]]
 
[[JLAB_PLX_LVDS]]
 +
 +
 +
 +
<pre>
 +
 +
CAEN1495 >make
 +
ccppc -fno-builtin -fno-for-scope -fstrength-reduce -mlongcall -mcpu=604 -DCPU=PPC604 -DVXWORKS -D_GNU_TOOL -DVXWORKSPPC -I/usr/local/coda/2.5/common/include/ -I../h -c -o v1495Lib.o v1495Lib.c
 +
In file included from ../h/types/vxArch.h:102,
 +
                from ../h/types/vxANSI.h:45,
 +
                from ../h/stdio.h:57,
 +
                from v1495Lib.c:67:
 +
../h/arch/ppc/archPpc.h:106: syntax error before `typedef'
 +
make: *** [all] Error 1
 +
 +
</pre>
  
 
[http://wiki.iac.isu.edu/index.php/Data_Acquisition Back to DAQ]
 
[http://wiki.iac.isu.edu/index.php/Data_Acquisition Back to DAQ]
 
[[Data_Acquisition]] Back to DAQ
 
[[Data_Acquisition]] Back to DAQ

Revision as of 21:35, 29 October 2009

CAEN_V260_Scalr

CAEN_V775_TDC

CAEN_V792_ADC

CAEN_V1495_IO

JLAB_PLX_LVDS



CAEN1495 >make
ccppc -fno-builtin -fno-for-scope -fstrength-reduce -mlongcall -mcpu=604 -DCPU=PPC604 -DVXWORKS -D_GNU_TOOL -DVXWORKSPPC -I/usr/local/coda/2.5/common/include/ -I../h -c -o v1495Lib.o v1495Lib.c
In file included from ../h/types/vxArch.h:102,
                 from ../h/types/vxANSI.h:45,
                 from ../h/stdio.h:57,
                 from v1495Lib.c:67:
../h/arch/ppc/archPpc.h:106: syntax error before `typedef'
make: *** [all] Error 1

Back to DAQ Data_Acquisition Back to DAQ