mini2440 ARM ボード用の最新バージョンの u-boot ブートローダーをビルドしようとして、codesourcery からツールチェーン パッケージをダウンロードし、次のパスに展開しました: /usr/local/arm-2008q3/
現在のセッションの次の値もエクスポートしました。
export PATH=$PATH:/usr/local/arm-2008q3/bin
export CROSS_COMPILE=arm-none-linux-gnueabi-
make を実行すると、次の出力が得られますが、その理由がわかりません。
make: arm-none-linux-gnueabi-gcc: Command not found
for dir in tools examples api_examples ; do make -C $dir _depend ; done
make[1]: arm-none-linux-gnueabi-gcc: Command not found
make[1]: Entering directory `/home/deth/uboot/mini2440/tools'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/deth/uboot/mini2440/tools'
make[1]: arm-none-linux-gnueabi-gcc: Command not found
make[1]: Entering directory `/home/deth/uboot/mini2440/examples'
/bin/sh: 1: arm-none-linux-gnueabi-gcc: not found
私はすべてを再確認し、バイナリは実際に上記のフォルダーに存在しますが... どこが間違っているのか説明してください。