09-11-2008 04:38 AM
Hello,
I tried to install LV5.1 on UBUNTU 8.04 with kernel 2.6. It doesn't start replying "Floating point exception (core dumped)".
Can LV5.1 work with recent kernels?
Thanks,
Andrea
09-15-2008 02:41 AM
Hello Andrea,
LabVIEW 5.1 for Linux/x86 was built for Linux kernels 2.0.x and 2.2.x, as described in the release notes. Theoretically, it should be working on systems with higher kernel versions too, but we cannot guarantee this for all possible kernels and distributions. Maybe your distribution uses a buggy system library, as described here...
Best regards,
Sebastian
09-16-2008 01:51 AM
I have tried the installation on Ubuntu 7.01 and OpenSUSE 11, but in both cases the "Floating Point Exception" stays there. As the versions are quite new, I don't expect problems with the libraries mentioned in tha article that you linked.
Now I see three alternatives:
I don't know which of these solutions would work properly and with the shortest time. From your experience, which one could work?
Thanks for the help.
Andrea
09-16-2008 10:29 AM
Hello Andrea,
as I wrote before, LabVIEW for Linux 5.1 was designed for Kernels 2.0.x and 2.2.x. Please understand that we cannot test each and every LabVIEW version with all distributions and kernels available.
If you use a modern PC with standard i386 hardware, it should still be compatible with the older Linux kernel versions, although there will not be any support for enhanced features like 3D graphics (but these are not required by LabVIEW 5.1 anyway). This would be my solution of choice, if you have multiple VI applications.
The other option would be to recompile your LabVIEW 5.1 code to a more recent LabVIEW version. As you correctly presumed, LabVIEW 5.1 code is not directly compatible to LabVIEW 8.5, you will need to use an intermediate version like LabVIEW 6 or 7.1 to "translate" the VIs.
Best regards,
Sebastian
09-17-2008 05:12 AM
Thanks for your information and help.
I will try an older distro.
Andrea