0

I'm trying to debug my CUDA code on OS X, and I need to run it in >console mode, since running it normally freezes the screen. But it keeps giving me the " permission denied " error. Is there a work around for this?.

talonmies
  • 70,661
  • 34
  • 192
  • 269

1 Answers1

2

Please follow the steps outlined in "Setting Up the Debugger Environment" in CUDA-GDB manual.

This problem is caused by the debugger requiring special permissions.

Eugene
  • 9,242
  • 2
  • 30
  • 29