WSL2にraspberry piのクロスコンパイル環境をインストールする
ほぼこのネット記事の手順通りでオッケーだが、以下のコマンドでエラーになったので
対処方法を記載する。
この対処方法がベストかどうかは分からない。
失敗したコマンド sudo apt install binutils-arm-linux-gnueabihf clang
「clangがインストールできない」(みつからない?)旨のエラーが出た。
このサイトを参考にし、次のコマンドを実行した。
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
その後、再度、sudo apt install binutils-arm-linux-gnueabihf clang
を実行すると正常に終了した。で、WSL2のubuntu上でビルドしたhelloworldのa.outをscpでラズパイ4にコピーし、ラズパイ4上で実行して、標準出力にHello World!
と表示された。
Author And Source
この問題について(WSL2にraspberry piのクロスコンパイル環境をインストールする), 我々は、より多くの情報をここで見つけました https://qiita.com/Qamada_Case_K/items/a5e63bbd0ebc60ce2852著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .