|
本人下载了skyeye-0.8.8.5.tar.bz2
先 tar jxvf skyeye-0.8.8.5.tar.bz2
然后 ./configure --target=arm-elf --prefix=/usr/local
(最后部分)
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking host system type... x86_64-unknown-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... x86_64-unknown-linux-gnu
creating ./config.status
creating Makefile
接着make
有如下问题最后部分)
In file included from skyeye_mach_at91.c:32:
at91.h:414: error: size of array `padding' is too large
make[2]: *** [skyeye_mach_at91.o] 错误 1
make[2]: Leaving directory `/root/skyeye/sim/arm'
make[1]: *** [all] 错误 2
make[1]: Leaving directory `/root/skyeye/sim'
make: *** [all-sim] 错误 2
然后 我
试了一下make install本人刚接触这个skyeye)
install: run does not exist
make[2]: *** [install-common] 错误 1
make[2]: Leaving directory `/root/skyeye/sim/arm'
make[1]: *** [install] 错误 2
make[1]: Leaving directory `/root/skyeye/sim'
make: *** [install-sim] 错误 2
如上所示!! 希望大哥们指点指点 小弟不是很理解,为什么会出现这个错误!以及解决之道 |
|