View Single Post
  #1   Spotlight this post!  
Unread 13-01-2015, 08:37
jfitz0807 jfitz0807 is offline
Registered User
FRC #2877 (Ligerbots)
Team Role: Parent
 
Join Date: Jan 2009
Rookie Year: 2009
Location: Newton, MA
Posts: 65
jfitz0807 is an unknown quantity at this point
C++ Code doesn't seem to run from Eclipse

We're new to C++ this year. We used Java last year. So far, we like Netbeans much better than Eclipse!

After finally working through all the Eclipse setup issues and getting our code to compile, it doesn't seem to run when deployed from Eclipse.

We're presently connecting to our roboRio via USB. We bought a second set of control system components and are using these for practice while our electrical team wires up our practice chassis.

If we log into the roboRio, we can see the deployed program. We can also execute it directly in the roboRio linux environment; however, if we deploy from Eclipse and then use the linux 'ps' command, the program does not appear to be running.

Any help is greatly appreciated.
Reply With Quote