fatbin error

Hello,

I want to adapt my program for the driver API. But when my .cu-File is compiled by nvcc I get the following error message.

c:\cuda\projects\tetra_encoder_fourth_draft_msvs2008\scoder_tet.fatbin.c(61549) : error C2078: too many initializers

in the fatbin-file this line is:

__declspec(allocate(__CUDAFATBINSECTION)) static __cudaFatCudaBinary __fatDeviceText= {__cudaFatMAGIC,__cudaFatVERSION,0x8ecc680c,(char*)“9cf07ccda2b54020”,(char*)“c:/CUDA/projects/TETRA_Encoder_Fourth_Draft_MSVS2008/scoder_tet.cu”,(char*)"-maxrregcount=32 ",__ptxEntries,__cubinEntries,__debugEntries,__gpud__Deb
ugInfo_9cf07ccda2b54020,0,__ptxExport,__ptxImport,0,0x379fdcf
6};

Can anyone help me with this problem?

Kind Regards,

piche