Raspberry PiにOneDriveをインストールしたいのですが、以下のようにD compilerのバージョンが要件を満たしていないためコンパイルできない旨のエラーが出ます。
インストールにあたって参考にしたサイトはGitです。(ここのリンクBuilding and Installationを参考にしました)
上記サイトのリンクのARMHF Architectureの箇所に「./configure DC=~/ldc2-1.16.0-linux-armhf/bin/ldmd2」とあり、実行した結果(エラー)は以下の通りです。
pi@Raspberry Pi:~ $ ./configure DC=~/ldc2-1.16.0-linux-armhf/bin/ldmd2 checking for a BSD-compatible install... /usr/bin/install -c checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for dmd... /home/pi/ldc2-1.16.0-linux-armhf/bin/ldmd2 checking version of D compiler... ./configure: line 2122: /home/pi/ldc2-1.16.0-linux-armhf/bin/ldmd2: No such file or directory configure: error: Compiler version insufficient, current compiler version , minimum version 1.12.0
おそらくD compilerのバージョンアップが必要と思うのですがやり方がわかりませんでした。どなたか教えてください。
[現在のRaspberry Piの環境]
pi@Raspberry Pi:~ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
回答1件
あなたの回答
tips
プレビュー