빌드 로그
  

빌드 시작: 프로젝트: VectorAdd, 구성: Release|Win32

명령줄
  
다음 내용이 포함된 "d:\CUDAbook\source\chapter5\VectorAddConstant\VectorAdd\Release\BAT00002941121380.bat" 임시 파일을 만들고 있습니다.
[
@echo off

echo "C:\CUDA\bin\nvcc.exe"    -ccbin "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin"     -I"C:\CUDA\include" -I"./" -I"../../common/inc" -I"../../../shared/inc"  -Xcompiler "/EHsc /W3 /nologo /O2 /Zi   /MT  " -maxrregcount=32 --ptxas-options=-v -gencode=arch=compute_10,code=\"sm_10,compute_10\" -gencode=arch=compute_20,code=\"sm_20,compute_20\"  -cubin -o "data\VectorAdd.cubin" "d:\CUDAbook\source\chapter5\VectorAddConstant\VectorAdd\VectorAdd.cu" 

 "C:\CUDA\bin\nvcc.exe"    -gencode=arch=compute_10,code=\"sm_10,compute_10\" -gencode=arch=compute_20,code=\"sm_20,compute_20\"   -ccbin "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin"     -I"C:\CUDA\include" -I"./" -I"../../common/inc" -I"../../../shared/inc"  -Xcompiler "/EHsc /W3 /nologo /O2 /Zi   /MT  "  -maxrregcount=32 --ptxas-options=-v -gencode=arch=compute_10,code=\"sm_10,compute_10\" -gencode=arch=compute_20,code=\"sm_20,compute_20\"  -cubin -o "data\VectorAdd.cubin" "d:\CUDAbook\source\chapter5\VectorAddConstant\VectorAdd\VectorAdd.cu"

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: 도구에서 오류 코드를 반환했습니다. 위치: "Compiling with CUDA Build Rule..."

exit 1

:VCEnd
]
"d:\CUDAbook\source\chapter5\VectorAddConstant\VectorAdd\Release\BAT00002941121380.bat" 명령줄을 만들고 있습니다.
출력 창
  
Compiling with CUDA Build Rule...
"C:\CUDA\bin\nvcc.exe"    -ccbin "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin"     -I"C:\CUDA\include" -I"./" -I"../../common/inc" -I"../../../shared/inc"  -Xcompiler "/EHsc /W3 /nologo /O2 /Zi   /MT  " -maxrregcount=32 --ptxas-options=-v -gencode=arch=compute_10,code=\"sm_10,compute_10\" -gencode=arch=compute_20,code=\"sm_20,compute_20\"  -cubin -o "data\VectorAdd.cubin" "d:\CUDAbook\source\chapter5\VectorAddConstant\VectorAdd\VectorAdd.cu" 
nvcc €=똢X: Option '-cubin' is not allowed when compiling for multiple GPU code instances
결과
  
빌드 로그가 "file://d:\CUDAbook\source\chapter5\VectorAddConstant\VectorAdd\Release\BuildLog.htm"에 저장되었습니다.
VectorAdd - 오류: 0개, 경고: 0개