Build error

I install CUDA to my Windows XP PC.

What’s error code 0xC0000005 on Internal Error.

Is that an error you got during the installation?

If the install was successful, were you able to build any samples succesfully? If not, were you able to run any of the executables in the SDK’s bin directory?

I know this doesn’t answer your question directly, but I’m trying to find out more about your case.

Paulius

My question is simple.
Make this makefile causes error.

I show as folows.

Microsoft® Program Maintenance Utility Version 8.00.50727.762
Copyright © Microsoft Corporation. All rights reserved.

    nvcc -ccbin "C:\usr\local\vs\vs8\VC\Bin" -DWIN32 -D_CONSOLE -D_MBCS -Xco

mpiler /EHsc,/W3,/Wp64,/O2,/Zi,/MT -I “C:\CUDA\include” -I “C:\usr\local\cuda-sd
k\common\inc” -c FilterBank.cu
Internal error
NMAKE : fatal error U1077: ‘C:\CUDA\bin\nvcc.EXE’ : リターン コード ‘0xc0000005’

Stop.

But nmake’s result
“nvcc -ccbin “C:\usr\local\vs\vs8\VC\Bin” -DWIN32 -D_CONSOLE -D_MBCS -Xco
mpiler /EHsc,/W3,/Wp64,/O2,/Zi,/MT -I “C:\CUDA\include” -I “C:\usr\local\cuda-sd
k\common\inc” -c FilterBank.cu” can execute.

I show result as follows.


C:\Home\gorn\Develop\Research\Applications\FilterBank2>nvcc -ccbin “C:\usr\local
\vs\vs8\VC\Bin” -DWIN32 -D_CONSOLE -D_MBCS -Xcompiler /EHsc,/W3,/Wp64,/O2,/Zi,/M
T -I “C:\CUDA\include” -I “C:\usr\local\cuda-sdk\common\inc” -L “C:\usr\local\cu
da-sdk\common\lib” -l cutil32 FilterBank.cu -o FilterBank.exe

tmpxft_000014f4_00000000-11.i