LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

lvmkmf on unix is standard?

When I try to run lvmkmf on Unix, the error says that it is an unknown command. I use Labview on Win98, but I want to compile my CIN on Unix. Do I have to add files for lvmkmf to work?
0 Kudos
Message 1 of 2
(2,646 Views)
Yes, lvmkmf is a command in gcc. I think the problem might be larger though. CINs are LabVIEW version and OS dependent. You cannot compile a cin on UNIX for use on a Windows computer. This is because the c code is compiled for that computer (making it OS dependent) then it is linked making it LabVIEW version dependent. When the lsb is loaded into LabVIEW and run, LabVIEW just runs the machine code the original compiler created.
0 Kudos
Message 2 of 2
(2,646 Views)