AST2600 を使用する必要がある BMC プロジェクトを取得しました。u-boot の処理を開始したばかりです。打撃命令に入ると。作るとエラーになりました。
export ARCH=arm
export CROSS_COMPILE=arm-openbmc-linux-gnueabi-
make ast2600_openbmc_defconfig
make
結果:
make: arm-openbmc-linux-gnueabi-gcc: Command not found
/bin/sh: 1: arm-openbmc-linux-gnueabi-gcc: not found
dirname: missing operand
Try 'dirname --help' for more information.
scripts/kconfig/conf --syncconfig Kconfig
CHK include/config.h
CFG u-boot.cfg
/bin/sh: 1: arm-openbmc-linux-gnueabi-gcc: not found
make[1]: *** [scripts/Makefile.autoconf:77: u-boot.cfg] Error 1
make: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/uboot.release'. Stop.
https://github.com/AspeedTech-BMC/u-bootのプロジェクト
arm-openbmc-linux-gnueabi-gcc のツールチェーンが足りないようです。誰にもアイデアはありますか?