We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I am unable to make the samples folder for aarch64 platform using the command make TARGET_ARCH=aarch64 Errors I encounter :-
aarch64-linux-gnu-g++ -o simpleAssert_nvrtc simpleAssert.o -lcuda -lnvrtc /usr/lib/gcc-cross/aarch64-linux-gnu/5/../../../../aarch64-linux-gnu/bin/ld: cannot find -lcuda /usr/lib/gcc-cross/aarch64-linux-gnu/5/../../../../aarch64-linux-gnu/bin/ld: cannot find -lnvrtc
The text was updated successfully, but these errors were encountered:
have you installed cuda cross compilation toolkit? looks like you have not. Please find the instructions in this link to install aarch64 linux cuda toolkit bits - https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#cross-platform
Sorry, something went wrong.
No branches or pull requests
Hello, I am unable to make the samples folder for aarch64 platform using the command
make TARGET_ARCH=aarch64
Errors I encounter :-
aarch64-linux-gnu-g++ -o simpleAssert_nvrtc simpleAssert.o -lcuda -lnvrtc
/usr/lib/gcc-cross/aarch64-linux-gnu/5/../../../../aarch64-linux-gnu/bin/ld: cannot find -lcuda
/usr/lib/gcc-cross/aarch64-linux-gnu/5/../../../../aarch64-linux-gnu/bin/ld: cannot find -lnvrtc
The text was updated successfully, but these errors were encountered: