12-14-2009 03:37 PM
Hello,
I am using LV-2009 for Linux. I am trying to create a Wrapper Vi. I have a simple C++ addition function for which I have created a .h header file and a .so shared library.After importing the shared library, I am getting an error report, which I have attached here(Report.doc).
When I right click on the SubVi and click Configure to mention the path of the .so library, I see a window saying "File not found. The file might have been moved or delete", even though I have the library present in the path that I specified.
I have attached a screen shot of the error I am getting. Please suggest what can be done.
Thank you.
Regards,
-H.
Solved! Go to Solution.
12-14-2009 10:42 PM
12-14-2009 10:47 PM
12-15-2009 12:47 PM
Thank you for your reply, I looked at the links you provided, but that didn't help me much.
I am getting Error 7 occured at Call Library Function node. The VI is not able to find out the shared library, even though I have hard coded the path to the Call Library Function Node.
Please suggest what can be done.
Thanks
-H
12-15-2009 10:39 PM
12-15-2009 10:42 PM
12-16-2009 09:38 AM
Hello Muks,
I am still getting the same error. ![]()
I am using LV 2009 trial version for Linux and I have not migrated from any of the older version.
I am hardcoding the file path. However, to be on a safer side I have also specified the path where the file is present in the /etc/ld.so.conf file.
Please suggest where I may be going wrong.
Thanks,
Regards,
H.
12-21-2009 09:59 AM
12-22-2009 10:20 AM
Hi H P,
Can you post a screen shot of the Error 7 message box? I would like to see the file it is looking for. Thanks!
Kristen H.
12-22-2009 12:43 PM
Hello Kristen.
Thank you for your post.
I am attaching the error message along with the subVi wherethe message is generated.
Addition.Vi is the Vi in which I am calling the subVi named addition C.vi which has the path to the library(libAdditionc.so) hardcoded.
Regards,
H.