빌드 로그 |
|
명령줄 |
다음 내용이 포함된 "d:\CUDAbook\source\chapter5\ZeroCopy\ZeroCopy\Release\BAT00000220725068.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 -gencode=arch=compute_10,code=\"sm_10,compute_10\" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --compile -o "Release\ZeroCopy.cu.obj" "d:\CUDAbook\source\chapter5\ZeroCopy\ZeroCopy\ZeroCopy.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 -gencode=arch=compute_10,code=\"sm_10,compute_10\" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --compile -o "Release\ZeroCopy.cu.obj" "d:\CUDAbook\source\chapter5\ZeroCopy\ZeroCopy\ZeroCopy.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\ZeroCopy\ZeroCopy\Release\BAT00000220725068.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 -gencode=arch=compute_10,code=\"sm_10,compute_10\" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --compile -o "Release\ZeroCopy.cu.obj" "d:\CUDAbook\source\chapter5\ZeroCopy\ZeroCopy\ZeroCopy.cu" ZeroCopy.cu c:\cuda\include\math_functions.h(874) : warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오. tmpxft_000013bc_00000000-6_ZeroCopy.compute_10.cudafe1.gpu c:\cuda\include\math_functions.h(874) : warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오. tmpxft_000013bc_00000000-10_ZeroCopy.compute_10.cudafe2.gpu c:\cuda\include\math_functions.h(874) : warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오. ZeroCopy.cu c:\cuda\include\math_functions.h(874) : warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오. tmpxft_000013bc_00000000-3_ZeroCopy.compute_20.cudafe1.gpu c:\cuda\include\math_functions.h(874) : warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오. tmpxft_000013bc_00000000-14_ZeroCopy.compute_20.cudafe2.gpu c:\cuda\include\math_functions.h(874) : warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오. ZeroCopy.cu c:\cuda\include\math_functions.h(874) : warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오. tmpxft_000013bc_00000000-6_ZeroCopy.compute_10.cudafe1.cpp c:\cuda\include\math_functions.h(874) : warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오. tmpxft_000013bc_00000000-20_ZeroCopy.compute_10.ii |
결과 |
빌드 로그가 "file://d:\CUDAbook\source\chapter5\ZeroCopy\ZeroCopy\Release\BuildLog.htm"에 저장되었습니다. ZeroCopy - 오류: 0개, 경고: 8개 |