PC: macOS Big Sur 11.6 Apple M1
vscodeでfortranを書くためにデバッガーとしてgdbを使いたいのですがインストールできません。(おそらく)
ターミナルで下記を打ったところ
brew install gdb
下記のエラーが出ました。
Updating Homebrew... ==> Auto-updated Homebrew! Updated 2 taps (homebrew/core and homebrew/cask). ==> Updated Formulae Updated 45 formulae. ==> Updated Casks Updated 35 casks. ==> Deleted Casks comparemerge Error: gdb: no bottle available! You can try to install from source with: brew install --build-from-source gdb Please note building from source is unsupported. You will encounter build failures with some formulae. If you experience any issues please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels.
brew install --build-from-source gdb
でやれとのことなのでやったところ
==> Downloading https://ftp.gnu.org/gnu/gdb/gdb-11.1.tar.xz Already downloaded: /Users/Username/Library/Caches/Homebrew/downloads/1dcbee4346f94a51bad05017ae9679239abee1eaaa3954caa7e7f3cee417211d--gdb-11.1.tar.xz ==> ../configure --enable-targets=all --prefix=/opt/homebrew/Cellar/gdb/11.1 --disable-debug --disable-d ==> make ==> make install-gdb maybe-install-gdbserver Error: Empty installation
とエラー?が出ました。
一応インストールされているか確認のため
gdb -v zsh: command not found: gdb
which gdb gdb not found
をしました。多分入っていなのではないかと思います
インストールされているのでしょうか?
インストールされていないのならどうすればインストールできますか?
回答1件
あなたの回答
tips
プレビュー