|
OS: RedHat Linux 9.0
Kernel: 2.4.20
gcc: 3.2.2
Skyeye: 0.8.8.5
解包skyeye后,执行./configure --target=arm-elf --prefix=/usr/local/skyeye-insight
结果正常
执行make出错,报告configure中文件非正常结束,错误信息如下:
:
:
:
checking vfork/signal bug... ok
checking for strncasecmp... (cached) yes
checking for BSDgettimeofday... (cached) no
./configure: line 12725: syntax error: unexpected end of file
make[2]: *** [config.status] Error 2
make[2]: Leaving directory `/opt/skyeye/skyeye_insight/tcl/unix'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/skyeye/skyeye_insight/tcl'
make: *** [all-tcl] Error 2
其中,打开/opt/skyeye/skyeye_insight/tcl/unix下的configure看,文件结尾如下:
:
:
12712 # appended to by config.status. When coming back to configure, we
12713 # need to make the FD available again.
12714 if test "$no_create" != yes; then
12715 ac_cs_success=:
12716 ac_config_status_args=
12717 test "$silent" = yes &&
12718 ac_config_status_args="$ac_config_status_args --quiet"
12719 exec 5>/dev/null
12720 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12721 exec 5>>config.log
12722 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12723 # would make configure fail if this is the last instruction.
12724 $ac_cs_success || { (exit 1); exit 1; }
12725 fi
12726
不知什么问题,请大虾指教一二,多谢先
|
|