After compiling my CIN, I am trying to build my .lsb using the makefile generated by lvmkmf. However when I run make, it gives me the following error:
gcc -shared -o te28_CIN.tmp \
/u0/local/lv70/cintools/cin.o te28_CIN.o /u0/local/lv70/cintools/libcin.a
/u0/local/lv70/cintools/lvsbutil -c te28_CIN -t CIN -d `pwd`
multiple name arguments not allowed
make: *** [te28_CIN.lsb] Error 1
I am using Labview 7 on linux. Any ideas?
Thanks