我按照<<i.MX6 Ubuntu12.04上编译LTIB>> 编译ltib 版本是L3.0.35_4.1.0_130816_source , 但是我遇到了这个问题:
Executing(%build): /bin/sh -e /home/imx6/ltib/tmp/rpm-tmp.58197
+ umask 022
+ cd /home/imx6/ltib/rpm/BUILD
+ cd u-boot-2009.08
+ : mx6q_sabresd_config
+ eval echo
+ echo
+ PKG_U_BOOT_PATH_PRECONFIG=
+ SRC_DIR=/home/imx6/ltib/rpm/BUILD/u-boot-2009.08
+ BUILD_DIR=/home/imx6/ltib/rpm/BUILD/u-boot-2009.08
+ [ /home/imx6/ltib/rpm/BUILD/u-boot-2009.08 != /home/imx6/ltib/rpm/BUILD/u-boot-2009.08 ]
+ cd /home/imx6/ltib/rpm/BUILD/u-boot-2009.08
+ [ -n ]
+ make HOSTCC=ccache /usr/bin/gcc -B/usr/bin/ CROSS_COMPILE=arm-none-linux-gnueabi- O=/home/imx6/ltib/rpm/BUILD/u-boot-2009.08 mx6q_sabresd_config
make: *** No rule to make target `mx6q_sabresd_config'. Stop.
error: Bad exit status from /home/imx6/ltib/tmp/rpm-tmp.58197 (%build)
但是我已经选择了对应的板子,为什么编译不过去? |