03-23-2022 09:01 PM
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
03-23-2022 09:11 PM
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