Linux Users

cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to start debug server

Hi all,

I' trying to debug my application with Desktop Execution Trace Toolkit, so I'm enabling debugging and setting the flag to start the debug server. But it won't start I get a message saying "Failed to start debug server". I can still run my application, but I can't connect to it from DETT.

I'm running LV2012 on Ubuntu (8.04 and 12.04), RTE is installed as below (or rather similar as below as that is for LV2011 RTE).

Anyone got any suggestions? I'm thinking I might need another link between /usr/local/lib/LabVIEW-2012/ and /usr/lib, but I don't know what link that would be if that is the case.

Best regards

Martin

  

In order to be able to run an application written in LabVIEW 2011 the following steps must be performed:

  1. Fetch the labview-2011-rte-11.0.0-1.i386.rpm file from the LabVIEW 2011 Application Builder CD. labview-2011-rte_11.0.1-3_i386.rpm shall be used when running LabVIEW 2011 SP1.
  2. Convert the file to a deb-file by running the command “sudo alien *.rpm” in a directory containing the rpm-file on another computer.
  3. Create an LV2011 directory on the target computer and copy the deb-file into that folder.
  4. Run “dpkg -i *.deb” as root in the LV2011 directory. 
  5. Run “ln -s /usr/local/lib/LabVIEW-2011/liblvrt.so.11.0.0 /usr/lib/liblvrt.so.11.0” as root or “ln -s /usr/local/lib/LabVIEW-2011/liblvrt.so.11.0.1 /usr/lib/liblvrt.so.11.0” as root when running LabVIEW 2011 SP1.


CLA
www.dvel.se
0 Kudos
Message 1 of 1
(4,099 Views)