Difference between revisions of "CAEN V792 ADC"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
v792 >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 v792Lib.o caen792Lib.c | v792 >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 v792Lib.o caen792Lib.c | ||
− | [[Image:CAEN_V792_QDC_Address.jpg | | + | [[Image:CAEN_V792_QDC_Address.jpg | 200 px]] |
+ | |||
Module address | Module address | ||
Revision as of 21:17, 28 November 2007
command used to compile library
v792 >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 v792Lib.o caen792Lib.c
Module address
- 0x00EE
I saw the following error messages
-> ld < v792Lib.o Undefined symbol: sysVmeDmaSend (binding 1 type 0) Undefined symbol: sysVmeDmaDone (binding 1 type 0) ld error: Module contains undefined symbol(s) and may be unusable. value = 0 = 0x0
I then saw the following error message when I tried to initialize it.
-> c792Init (0x00ee) ERROR: Board ID does not match: 16777215 value = -1 = 0xffffffff