u-boot 和 SDK 在embest官网下载的和timesys上下载的都一样,编译内核没有问题,编译u-boot时遇到的问题:
make -C tools all
make[1]: 正在进入目录 `/home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/tools'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/include/libfdt_env.h -idirafter /home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/include -idirafter /home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/include2 -idirafter /home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/include -I /home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/lib/libfdt -I /home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o bmp_**.o bmp_**.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/include/libfdt_env.h -idirafter /home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/include -idirafter /home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/include2 -idirafter /home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/include -I /home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/lib/libfdt -I /home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/tools -DCONFIG_SYS_TEXT_BASE=0x17800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o bmp_** bmp_**.o
strip bmp_**
strip: Unable to recognise the format of the input file `bmp_**'
make[1]: *** [bmp_**] 错误 1
make[1]:正在离开目录 `/home/lg/timesys/i_MX6QSABRELite/u-boot-2013.07/tools'
make: *** [tools] 错误 2
起初以为Ubuntu版本问题,试过11.10、12.04.1、12.04.5、14.04,都一样。
不知还有谁也遇到过?
SabreLite开发板是在英蓓特买的,发邮件和在他的论坛上询问,无人回复。想在这里问一下,哪位大侠遇到过? |