Author Topic: "No Disk" error message, code::blocks vista  (Read 15752 times)

Offline fauxy

  • Single posting newcomer
  • *
  • Posts: 7
Re: "No Disk" error message, code::blocks vista
« Reply #15 on: September 10, 2009, 03:18:12 pm »
I still can't get it to work :'(

All I want to do is fix my simple console app's if statements that it's skipping because i cant see what its actually doing.

I can now get it run the debugger but it wont stop on breaks, i think the reason why is because i have wrong file name for Linkers to dynamic libs: and linkers to static libs.

So I think it would help if someone went into their settings and told me their files name for the respected files.

Also, I really appricate you sticking out with my noobness, I went to the minwg page and your wiki page but its all esoteric code to me that i have yet to understand fluently.

on a side note, I really really like code::blocks more than dev-C++, you guys did a great job on it.
« Last Edit: September 10, 2009, 03:20:26 pm by fauxy »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: "No Disk" error message, code::blocks vista
« Reply #16 on: September 10, 2009, 03:22:57 pm »
I still can't get it to work :'(
My last trial:
Remove the compiler suite completely and try again with the TDM's GCC 4.4.0 (not 4.4.1!!!) packages as described in the WiKi. Please install all required packages, namely:
* gcc-4.4.0-tdm-1-core-2.zip
* gcc-4.4.0-tdm-1-g++-2.zip
* binutils-2.19.1-mingw32-bin.tar.gz
* gdb-6.8-mingw-3.tar.bz2
* mingw32-make-3.81-20080326.tar.gz
* mingwrt-3.16-mingw32-dev.tar.gz
* mingwrt-3.16-mingw32-dll.tar.gz
* w32api-3.13-mingw32-dev.tar.gz
...to be obtained from here:
http://www.tdragon.net/recentgcc/
...to be precise: http://sourceforge.net/projects/tdm-gcc/files/
...under:
TDM-GCC 4.4 series -> Previous Releases -> 4.4.0-tdm-1 (r2) SJLJ
...and here:
http://sourceforge.net/projects/mingw/files/
« Last Edit: September 10, 2009, 03:26:20 pm by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: "No Disk" error message, code::blocks vista
« Reply #17 on: September 10, 2009, 03:46:38 pm »
By the way you can use an older installer:
tdm-mingw-1.905.0-4.4.0-2.exe (for example) to get a working 4.4.0 gcc.
The catch is that you want to deselect the checkbox "ask the tdm server for latest version" (or something like that) on the first page of the installer.
That way the installer uses the packages that are in it. And there is no need to manually do things.

Best regards

p.s. full link http://sourceforge.net/projects/tdm-gcc/files/TDM-MinGW%20Installer/1.905.0/tdm-mingw-1.905.0-4.4.0-2.exe/download
(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!]