Quote:
Originally Posted by virtuald
|
Thanks for the link, I found the C++ repo for Network Tables, and built (and then linked to) it successfully on a Mac.
Now, however, I am trying to build the same repo
https://github.com/wpilibsuite/ntcore.git
on my Raspberry Pi.
Cloning the repo worked fine, and even building it with './gradlew :native:build' worked fine. The problem is that despite gradle saying the build succeeded, I cannot find the libntcore.a library anywhere on the RPi.
Running './gradlew build' does not work (throwing an error with the g++ -m32 arg) but I don't think it worked on a Mac either.
Any advice is much appreciated,
Henry Loh