Author Topic: gdb - No Disk  (Read 2539 times)

Offline richrobin

  • Single posting newcomer
  • *
  • Posts: 7
gdb - No Disk
« on: October 06, 2016, 10:45:39 pm »
I have installed code::blocks 16.1 on Vista and sucessfully compiled and run the Hello World program. However when I run the gdb debugger I get a dialog box saying there is no disk in the  drive. Please insert a disk into drive \Device\Harddisk3\DR3. I do not know why gdb would even want a removable disk. The path doesn't even look like a Windows path.

Is there some variable that I need to set?

I downloaded the codeblocks MinGW combination (codeblocks-16.01mingw-setup.exe). I assume that gdb is  the same version as the compiler which is 4.9.2
« Last Edit: October 07, 2016, 09:16:09 pm by richrobin »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: gdb - No Disk
« Reply #1 on: October 07, 2016, 12:45:53 am »
What version of the debugger are you using?
I think this was common problem in the past, but I don't remember the solution. Probably you can try to search for drive E or something like that in the forum or the internet.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline raynebc

  • Almost regular
  • **
  • Posts: 217
Re: gdb - No Disk
« Reply #2 on: October 07, 2016, 01:12:38 am »