Hi All,
I’m using VS2017 with “Linux development with C++” with the setup as follows:
Win10 PC with NVIDIA p2000 (latest driver) and CUDA_10
Connected to the
Nvidia Tegra Xavier machine (ARMx8) running UBUNTU_18.04 LTS
When i’m adding CUDA as “build dependencies”->“Build customization”->“CUDA 10 .targets” and trying to compile project and run on the UBUNTU machine i’ve got an error in the VS even before starting the build saying:
“MSB4023: Cannot evaluate the item metadata “%()”. Parameter “MetadataName” cannot have zero length”.
and the error is pointing to the file CUDA 10.0.targets line 269:
@(CudaCompileHostRuntimeChecksMap->Metadata(‘$(_CudaCompileHostBasicRuntimeChecks)’))</>RuntimeChecks
Do you have any ideas?
Thanks a lot in advanced