|
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!
|