Difference between revisions of "CAEN V792 ADC"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
;0x00EE | ;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 |
Revision as of 23:22, 27 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