CUDA (nvcc) cross compiler #947
Answered
by
ichergui
dat-tran-matternet
asked this question in
Q&A
-
I'm trying to get a cross compiler for CUDA nvcc ( cross compile cuda code for jetson on my x86 host). I tried the following in my image but don't see the cross compiiler for nvcc. thanks
I build the Target SDK like so: |
Beta Was this translation helpful? Give feedback.
Answered by
ichergui
Mar 28, 2022
Replies: 1 comment 8 replies
-
Hey Use
|
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
ichergui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey
Use
TOOLCHAIN_HOST_TASK
instead ofTOOLCHAIN_TARGET_TASK
conf/local.conf
file