タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

mingwに関するmazumeのブックマーク (3)

  • Eclipse による Windows program 開発 - gdb の導入

    Eclipse のような開発環境を使用する利点は、多くのファイルや設定を一括管理できることは もちろんであるが、debug のやりやすさも、もう一つの利点である。ここでは C/C++ での プログラム開発を行う場合の debug の方法を概観してみる。 MinGW版 gdb の導入 ここでは MinGW/MSYS を Eclipse/CDT のもとで動かすことを行っている。ここで使える debugger は gdb である。ただし、MinGW 用に port したものが必要である。残念ながら、MSYS/MinGW の 導入パッケージには default では gdb は含まれない。その場合、まずは gdb をインストールする ことから始める必要がある。 gdb のインストールにはソースから行うものと、Windows用 binary package から インストールするものがある。前者は、

  • MinGW+MSYS+GDBでWindows上にC言語開発環境を構築する: 御手洗特急途中下車

    2010年01月(1) 2009年12月(4) 2009年11月(1) 2009年08月(1) 2009年07月(2) 2009年03月(4) 2008年11月(2) 2008年10月(2) 2008年09月(6) 2008年08月(14) 2008年07月(4) 2008年06月(5) 2008年05月(7) 2008年04月(3) 2008年03月(9) Windowsでgccを使用するためには一般的に以下の2通りの方法がある。 MinGWをインストールする。 Cygwinをインストールして、gccやgdbを動作させる。 今回はMinGWを使用してWindows上でgccを動作させることを目標とする。MinGW(Minimalist GNU for Windows)とは、その名前の通り必要最小限のGNU開発環境をWindows上に実装したものであり、またMSYS(Minimal SYS

    mazume
    mazume 2010/01/28
  • MinGW - Minimalist GNU for Windows - SourceForge.net: Files

    Welcome to the MinGW project file distribution directories. This is the top level directory containing Installer, MinGW, MSYS and Other directories. You will find Base, Extension and Contribution directories that are futher broken down by package in the MinGW and MSYS directories. You will find mingw-get and mingw-get-inst in the Installer directory. The Other directory contain a hodgepodge of fil

    mazume
    mazume 2010/01/28
  • 1