I have a motor control application developed under Windows. This program doesn't build correctly using cvicc. The error messages are along the following lines:
/home/doug/CVI Projects/Motor_Control/cvibuild.Diagnostics/Release/IA_Motor.niobj: In function `MC1EN_Initialize':
/home/doug/CVI Projects/Motor_Control/IA_Motor.c:35: undefined reference to `ibsic'
It looks like the linker isn't finding the correct libraries for the GPIB functions. Does anyone know which library I need to link to? Thanks.