Go to Post You're not on your own, use your team members. They are the most valuable source of ideas that you have. - fr05ty27355 [more]
Home
Go Back   Chief Delphi > Technical > Programming > C/C++
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Spotlight this post!  
Unread 23-01-2016, 22:35
kadenu kadenu is offline
Registered User
FRC #3941
 
Join Date: Jan 2016
Location: Maryland
Posts: 2
kadenu is an unknown quantity at this point
FRC Toolchain 2016 on Manjaro (Arch) Linux

I can't seem to get the FRC Toolchain working on my Linux computer. When I try to compile a small test program, like so:
Code:
arm-frc-linux-gnueabi-g++ -std=c++14 Robot.cpp
I get a set of errors like "/tmp/ccvh58IH.o:Robot.cpp:function .LTHUNK10: error: undefined reference to 'vtable for RobotDrive'". This is repeated for just about each WPILib class I used, such as SampleRobot, Joystick, RobotBase, etc.

Is the linker just not finding the right library files? I've checked, and the files do exist in "/usr/arm-frc-linux-gnueabi/lib". I've also tried using:
Code:
arm-frc-linux-gnueabi-g++ -std=c++14 Robot.cpp -I /usr/arm-frc-linux-gnueabi/include/ -L /usr/arm-frc-linux-gnueabi/lib/
That returns the same errors.

Any ideas what I'm doing wrong, or how I can fix this?
Reply With Quote
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 09:51.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi