NVCC Segmentation fault

Hi All,

Another problem that I am trying to troubleshoot. All that my *.cu file has is a bunch of included header files. On performing:

nvcc -I $(LIB_PATH) -o gpu.o gpu.cu

gives me nothing but a segmentation fault. Has anyone come across this?

Many Thanks,

Vivek External Image

Segmentation faults are not supposed to happen, no matter what the input to the compiler. It would be helpful if could file a bug for this and attach a self-contained repro case. Thank you for your help.

Segmentation faults are not supposed to happen, no matter what the input to the compiler. It would be helpful if could file a bug for this and attach a self-contained repro case. Thank you for your help.