Visit our LabVIEW Wiki Linux article
Tags |
(This content has not been tagged yet)
|
![]() |
Sep 25 2007, 01:56 AM
Post
#1
|
|||
|
I want a LabVIEW icon under my name! Member Posts: 3 Joined: 25-September 07 Member No.: 9438 Using LabVIEW Since:2006 LV:7.1 ,. ,.
|
Hello,
I just got into using Linux, and I tried installing LabVIEW 7.1 onto my work computer. I seem to be having trouble with getting the program to run correctly. After I start up the program, it opens up the program for about a minute, and then it crashes, giving messages such as invalid next size. It then proceeds through a backtrace. Is there any way to resolve this issue? I have heard of this problem occurring with Ubuntu, and I just recently removed that distro in exchange for openSuSE 10.2. Are there any suggestions for my situation? Thanks
|
||
|
|
|||
| Ad |
Sep 25 2007, 01:56 AM
Post
#
|
||
|
|
|
||
|
|
|||
Sep 25 2007, 07:39 AM
Post
#2
|
|||
|
Very Active Premium Member ![]() Posts: 76 Joined: 1-June 06 From: Copenhagen Member No.: 5175 Using LabVIEW Since:1995 LV:8.2.1 ,8.5 ,.
|
Lately I have been running LabVIEW 8.0 and 8.5 under SuSe Linux 9.3 (with KDE), and it seems to be quite stable.
Maybe you should try to update to a newer version of LabVIEW? -Mikkel
|
||
|
|
|||
Sep 25 2007, 02:52 PM
Post
#3
|
|||
![]() More Active NI ![]() Posts: 32 Joined: 28-September 06 Member No.: 6320 Using LabVIEW Since:2003 LV:8.20 ,. ,.
|
See this KB article: http://digital.ni.com/public.nsf/websearch...D2?OpenDocument
This should be fixed in 7.1.1 and later.
|
||
|
|
|||
Sep 25 2007, 03:44 PM
Post
#4
|
|||
![]() Extremely Active Premium Member ![]() Posts: 460 Joined: 19-June 07 From: Everett, WA Member No.: 8758 Using LabVIEW Since:2007 LV:8.6 ,8.5.1 ,8.2.1
|
Is there any way to resolve this issue? You could switch back to Windoze
|
||
|
|
|||
Sep 26 2007, 03:42 AM
Post
#5
|
|||
|
I want a LabVIEW icon under my name! Member Posts: 3 Joined: 25-September 07 Member No.: 9438 Using LabVIEW Since:2006 LV:7.1 ,. ,.
|
thanks to all
I tried using LabVIEW 8.0 instead of 7.1, and the install worked perfectly. However, when I tried to install the DAQmx files, I run into another problem. Can someone please help this noob?
|
||
|
|
|||
Sep 26 2007, 03:12 PM
Post
#6
|
|||
![]() More Active NI ![]() Posts: 32 Joined: 28-September 06 Member No.: 6320 Using LabVIEW Since:2003 LV:8.20 ,. ,.
|
thanks to all I tried using LabVIEW 8.0 instead of 7.1, and the install worked perfectly. However, when I tried to install the DAQmx files, I run into another problem. Can someone please help this noob? You need to install the source for your kernel. In SuSE 10 the package is named "kernel-source". If that's already installed, then make sure that it was installed where we're expecting it. Look in /usr/src. There should be a directory which has the same name as is returned by the command "uname -r". If there isn't, then figure out which one is correct and make a symlink to it with that name.
|
||
|
|
|||
Sep 26 2007, 05:10 PM
Post
#7
|
|||
|
Extremely Active Premium Member ![]() Posts: 713 Joined: 3-November 04 From: Boston, MA Member No.: 949 Using LabVIEW Since:1999 LV:7.0 ,8.20 ,8.0
My Gallery
|
You need to install the source for your kernel. Is the kernel rebuilt when installing LabVIEW, or is this only if you install DAQmx? I haven't dealt with *nix in some time, but I always shuddered when I had to rebuild the kernel for CAD applications years ago. Everything would look OK, then on reboot KABOOM! Load OS and start over... --------------------
|
||
|
|
|||
Sep 26 2007, 06:03 PM
Post
#8
|
|||
![]() More Active NI ![]() Posts: 32 Joined: 28-September 06 Member No.: 6320 Using LabVIEW Since:2003 LV:8.20 ,. ,.
|
Is the kernel rebuilt when installing LabVIEW, or is this only if you install DAQmx? I haven't dealt with *nix in some time, but I always shuddered when I had to rebuild the kernel for CAD applications years ago. Everything would look OK, then on reboot KABOOM! Load OS and start over... The kernel is not rebuilt for either, but the kernel sources are needed to compile some things for the DAQmx drivers. It needs to know how your kernel was compiled. Unlike Windows and Mac, Linux has no standard kernel build. Every distribution (or even every individual computer) can have a different kernel, and drivers have to be built to work with that kernel. So in order to ensure that the drivers are compatible they need the kernel sources that go along with your particular kernel. This is probably covered in a README on the CD, so look for that.
|
||
|
|
|||
Sep 26 2007, 06:39 PM
Post
#9
|
|||
|
I want a LabVIEW icon under my name! Member Posts: 3 Joined: 25-September 07 Member No.: 9438 Using LabVIEW Since:2006 LV:7.1 ,. ,.
|
You need to install the source for your kernel. In SuSE 10 the package is named "kernel-source". Thanks for the help Adam. I installed the kernel-source file, as well as the kernel-syms file. I am still plagued with bad luck however. Everytime I try to open a 7.1 VI file, the program instantly crashes. I have seen some people with this error, and I have tried updating to version 8.0.1. When I did that, I followed the instructions and ran a masscompile.vi, but even that crashes at some point. Any ideas? Thanks
|
||
|
|
|||
Sep 26 2007, 06:55 PM
Post
#10
|
|||
![]() More Active NI ![]() Posts: 32 Joined: 28-September 06 Member No.: 6320 Using LabVIEW Since:2003 LV:8.20 ,. ,.
|
Thanks for the help Adam. I installed the kernel-source file, as well as the kernel-syms file. I am still plagued with bad luck however. Everytime I try to open a 7.1 VI file, the program instantly crashes. I have seen some people with this error, and I have tried updating to version 8.0.1. When I did that, I followed the instructions and ran a masscompile.vi, but even that crashes at some point. Any ideas? Thanks If the VI you're opening uses an IOName control or VISA then you may need to run 'updateNIDrivers' (/usr/local/bin/updateNIDrivers). You also have to run that every time you update the kernel version.
|
||
|
|
|||
![]() ![]() |
| Time is now: 8th January 2009 - 12:58 AM |