Raspbian liteにQt環境を構築する方法(クロスコンパイル環境が作れない)
お世話になっております。
http://wiki.qt.io/Raspberry_Pi_Beginners_Guide
こちらを参考にRaspberry Pi3 (raspbian lite)にQt Embedded環境を作ろうとしているのですが、
クロスコンパイルツールチェーンをダウンロードする:
wget https://www.dropbox.com/s/sl919ly0q79m1e6/gcc-4.7-linaro-rpi-gnueabihf.tbz (or at http://de.sourceforge.jp/projects/sfnet_rfidmonitor/downloads/crosscompilation-resources/gcc-4.7-linaro-rpi-gnueabihf.tbz) tar -xf gcc-4.7-linaro-rpi-gnueabihf.tbz
こちらのtbzファイルがtarコマンドで解凍できなくて止まってしまいました。
▼エラー
$ tar -xf gcc-4.7-linaro-rpi-gnueabihf.tbz
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
どなたか解凍する方法を伝授して頂けないでしょうか。。