LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview_linux2017 build shared Libarary Error

In order to compile LabVIEW VIs and run them without using a GUI, I must compile them as a Linux Shared Library instead of as an Executable. The Shared Library will  use an embedded version of the LabVIEW Run-Time Engine.  After building the Shared Libarary, I can call it using a simple C application.

But there were some errors when I built the shared library, which you can see in the attached image.

 

Error 127 occurred at System Exec:sh:gcc:

Possible reason(s):

LabVIEW:The specified socket is not an IPV4 socket


I refer to the following materials for this purpose, but I don't know how to resolve these errors
Running a LabVIEW Application on Linux Without a Graphical User Interface - NI

Thanks for your any information

0 Kudos
Message 1 of 2
(1,085 Views)

In order to compile LabVIEW VIs and run them without using a GUI, you must compile them as a Linux Shared Library instead of as an Executable. The Shared Library will allow you to use an embedded version of the LabVIEW Run-Time Engine.  After building the Shared Libarary, you can call it using a simple C application.
But when I build the shared library, I get the following errors:
Error 127 occurred at System Exec:sh:gcc:
Possible reason(s):
LabVIEW: The specified socket is not an IPV4 socket.
Thanks for your any Information

0 Kudos
Message 2 of 2
(1,086 Views)