View Single Post
  #1   Spotlight this post!  
Unread 28-01-2012, 15:04
team4213 team4213 is offline
Registered User
FRC #4213
 
Join Date: Jan 2012
Location: Bloomington, IL
Posts: 12
team4213 is an unknown quantity at this point
Cannot Setup Robot in Remote Systems

We are a rooking team having issues getting our robot set up in the WindRiver Remote Systems view. We are able to successfully deploy programs to the cRIO. We created a new remote system using the getting started with C++ programming guide, but when we attempt to connect, we get the following series of errors:

The procedure entry point tgtOSIsCertified could not be located in the dynamic link library libtgtsvr.dll

The procedure entry point tsEvtptAdd_64 could not be located in the dynamic link library libtgtsvr.dll

The procedure entry point tgtOSIsCertified could not be located in the dynamic link library libtgtsvr.dll

The procedure entry point tgtCoreFileoffsetGet64 could not be located in the dynamic link library libtgtsvr.dll


Then, the log console displays with the following message in it:
Error: Error parsing command line! Target server will exit.

In the target server connection properties, here is what is displayed in the Command Line box:
tgtsvr -V -R C:/WindRiver/workspace -RW -Bt3 -c C:\WindRiver\WPILib\cRIOFRCII_vxWorks -A 10.42.13.2


Any help would be greatly appreciated!
Reply With Quote