View Single Post
  #1   Spotlight this post!  
Unread 06-01-2015, 15:51
TTFire TTFire is offline
Registered User
AKA: Aaron
FRC #1571 (Error 404)
Team Role: Programmer
 
Join Date: Jan 2015
Rookie Year: 2014
Location: Gresham, Oregon
Posts: 5
TTFire is an unknown quantity at this point
C++ trouble - Errors in example project

This year, my team has decided to switch to C++ instead of Java, but I seem to be having some trouble getting Eclipse set up. I've attempted to view an example project, but there are a couple of errors littered throughout the project.

On the line where the Joystick instance is declared, Eclipse is complaining that some virtual methods inherited from GenericHID (GetRawAxis, GetRawButton, and GetPOV) aren't implemented. In addition, the START_ROBOT_CLASS call at the bottom has "invalid arguments". Is this a problem with my setup or is it a bug in the toolchain/plugin?

I'm currently running Linux Mint 17.1 x86_64, using the Ubuntu Trusty version of frc-toolchain. I'm using the latest release of Eclipse built for 64 bit Linux, and I've installed the 32 bit version of libc (As was recommended). Any help would be appreciated. Thanks!
Reply With Quote