源码使用:
cat skyeye-insight.0.8.7.src.tbz.sp1 skyeye-insight.0.8.7.src.tbz.sp2 > skyeye-insight.0.8.7.src.tbz
tar jxf skyeye-insight.0.8.7.src.tbz
cd skyeye-insight.src
./configure --target=arm-elf --prefix=/usr/local/skyeye-insight
make
中途出错时:
cd sim ; make ; cd .. ;make
即可。
最后:
make install
就可以得到目标文件:
/usr/local/skyeye-insight/bin/skyinsight
/usr/local/skyeye-insight/bin/skyeye
该源码成功在Linux(Magic Linux 1.2P5)和Cygwin(完全安装dev组件)上编译通过。
checking for dld.h... (cached) no
Can't figure out how to do dynamic loading or shared libraries
on this system.
...
checking how to build libraries... static
checking for build with symbols... no
configure: error: The TCL_LIB_SUFFIX variable is not defined
configure: error: ./configure failed for itcl
Configure in /tmp/skyeye-insight.src/itcl failed, exiting.