PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

NI 5114 & diskless machine

I've got NIScope 5114 installed in a diskless server (it boots from a network). The question is how to install drivers for it in this case. I just need it for access from C++ code, so no LabView, etc. applications will be used with the scope.
0 Kudos
Message 1 of 2
(2,798 Views)

I change my question.
I compiled C++ project witch uses *.so libraries. When I try to run it I get “Aborted” message and the application is terminated immediately:
[rflinux00]  /user/vlezhebo/fesa2/ALLNIScope/v0/TEST  > ALLNIScope_M.L86
Aborted

Using of the debugger gives me this:
Starting program:  /nfs/slnfs1/vol1/u1/vlezhebo/fesa2/ALLNIScope/v0/TEST/ALLNIScope_M.L86
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xffffe000
[Thread debugging using libthread_db enabled]
[New Thread -1263582560 (LWP 879)]

Program received signal SIGABRT, Aborted.
[Switching to Thread -1263582560 (LWP 879)]
0xb4de1eef in raise () from /lib/tls/libc.so.6

Then stack is:
#0  0xb4de1eef in raise () from /lib/tls/libc.so.6
#1  0xb4de36f5 in abort () from /lib/tls/libc.so.6
#2  0xb522dc03 in ?? () from /dsrc/drivers/niscope51/L86/PRO/files/lib/libnipalu.so.1
#3  0xb4dc225c in ?? () from /lib/tls/libc.so.6
#4  0x00000000 in ?? ()

So, probably the problem is in “libnipalu.so.1” library.
What do I do wrong?

0 Kudos
Message 2 of 2
(2,754 Views)