View Single Post
  #2   Spotlight this post!  
Unread 27-01-2017, 16:46
jreneew2's Avatar
jreneew2 jreneew2 is offline
Alumni of Team 2053 Tigertronics
AKA: Drew Williams
FRC #2053 (TigerTronics)
Team Role: Programmer
 
Join Date: Jan 2014
Rookie Year: 2013
Location: Vestal, NY
Posts: 213
jreneew2 has a spectacular aura aboutjreneew2 has a spectacular aura aboutjreneew2 has a spectacular aura about
Re: Using ntcore library c++

I was able to successfully compile it on a raspberry pi using the default command they give you in the readme. The Jetson is an ARM processor right?

Try running:
Code:
./gradlew :arm:build
To link the file you should be able to add to your build command
Code:
-I /path/to/lib/folder -l -ntcore
And of course at "ntcore.h" to your file
Reply With Quote