Project Example
- Open Eclipse and select File -> Import
- Under the general folder, select Existing Projects into Workspace and then click the Next button
- In the Import Projects dialog, click browse to select the root folder, navigate to: C:/OpenEmbedded/src/examples, (Linux users should navigate to /usr/local/terkos/arm/src/examples) and select the motortest folder
- Check the "Copy projects into workspace" box, and click Finish
- Double click motortest.cxx in Project Explorer to examine the code
- Next, go to Run -> Run Configurations...
- Double-click C/C++ Remote Application
- In your new configuration, change Connection to the VEXPro connection you created (from Connection Setup), and in the Remote Absolute Path box, type: /opt/usr/bin/motortest
- Hit Run
previous | up | next