-
Notifications
You must be signed in to change notification settings - Fork 744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding libraries to cppbuild.sh #763
Comments
Duplicate of #735 |
You'll need to use the "cuda100" branch as there are no CUDA 10.1 yet available for Jetson. |
I'm using the version from 1.4.4 inside 1.4.2 All I want to know is how to include the lib in the g++ statement... It says it's 10.0 all the way through the snippet above |
The right directories are already all there: |
Thanks Just added linux-arm64 and it went thru smootly |
Hi
I'm (trying) to build JavaCPP-Presets on my Jetson Nano and have an issue with CUDA
It dies at this point...
If I cut + paste the command used to compile and add
-L/usr/local/cuda-10.0/targets/aarch64-linux/lib
to that one it worksSo, given this...
How do I add my "-L/usr/local/cuda-10.0/targets/aarch64-linux/lib" to it so it gets passed thru?
The text was updated successfully, but these errors were encountered: