亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? ltmain.sh

?? nios-linux交叉編譯器,可以在linux環(huán)境下建立nios的交叉編譯環(huán)境.
?? SH
?? 第 1 頁 / 共 5 頁
字號(hào):
temporary object file, and libtool could not work around it becauseyour compiler does not support \`-c' and \`-o' together.  If yourepeat this compilation, it may succeed, by chance, but you had betteravoid parallel builds (make -j) in this platform, or get a bettercompiler."	$run $rm $removelist	exit 1      fi      echo $srcfile > "$lockfile"    fi    if test -n "$fix_srcfile_path"; then      eval srcfile=\"$fix_srcfile_path\"    fi    # Only build a PIC object if we are building libtool libraries.    if test "$build_libtool_libs" = yes; then      # Without this assignment, base_compile gets emptied.      fbsd_hideous_sh_bug=$base_compile      if test "$pic_mode" != no; then	# All platforms use -DPIC, to notify preprocessed assembler code.	command="$base_compile $srcfile $pic_flag -DPIC"      else	# Don't build PIC code	command="$base_compile $srcfile"      fi      if test "$build_old_libs" = yes; then	lo_libobj="$libobj"	dir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`	if test "X$dir" = "X$libobj"; then	  dir="$objdir"	else	  dir="$dir/$objdir"	fi	libobj="$dir/"`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`	if test -d "$dir"; then	  $show "$rm $libobj"	  $run $rm $libobj	else	  $show "$mkdir $dir"	  $run $mkdir $dir	  status=$?	  if test $status -ne 0 && test ! -d $dir; then	    exit $status	  fi	fi      fi      if test "$compiler_o_lo" = yes; then	output_obj="$libobj"	command="$command -o $output_obj"      elif test "$compiler_c_o" = yes; then	output_obj="$obj"	command="$command -o $output_obj"      fi      $run $rm "$output_obj"      $show "$command"      if $run eval "$command"; then :      else	test -n "$output_obj" && $run $rm $removelist	exit 1      fi      if test "$need_locks" = warn &&	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then	echo "\*** ERROR, $lockfile contains:`cat $lockfile 2>/dev/null`but it should contain:$srcfileThis indicates that another process is trying to use the sametemporary object file, and libtool could not work around it becauseyour compiler does not support \`-c' and \`-o' together.  If yourepeat this compilation, it may succeed, by chance, but you had betteravoid parallel builds (make -j) in this platform, or get a bettercompiler."	$run $rm $removelist	exit 1      fi      # Just move the object if needed, then go on to compile the next one      if test x"$output_obj" != x"$libobj"; then	$show "$mv $output_obj $libobj"	if $run $mv $output_obj $libobj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi      # If we have no pic_flag, then copy the object into place and finish.      if (test -z "$pic_flag" || test "$pic_mode" != default) &&	 test "$build_old_libs" = yes; then	# Rename the .lo from within objdir to obj	if test -f $obj; then	  $show $rm $obj	  $run $rm $obj	fi	$show "$mv $libobj $obj"	if $run $mv $libobj $obj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi	xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`	if test "X$xdir" = "X$obj"; then	  xdir="."	else	  xdir="$xdir"	fi	baseobj=`$echo "X$obj" | $Xsed -e "s%.*/%%"`	libobj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`	# Now arrange that obj and lo_libobj become the same file	$show "(cd $xdir && $LN_S $baseobj $libobj)"	if $run eval '(cd $xdir && $LN_S $baseobj $libobj)'; then	  # Unlock the critical section if it was locked	  if test "$need_locks" != no; then	    $run $rm "$lockfile"	  fi	  exit 0	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi      # Allow error messages only from the first compilation.      suppress_output=' >/dev/null 2>&1'    fi    # Only build a position-dependent object if we build old libraries.    if test "$build_old_libs" = yes; then      if test "$pic_mode" != yes; then	# Don't build PIC code	command="$base_compile $srcfile"      else	# All platforms use -DPIC, to notify preprocessed assembler code.	command="$base_compile $srcfile $pic_flag -DPIC"      fi      if test "$compiler_c_o" = yes; then	command="$command -o $obj"	output_obj="$obj"      fi      # Suppress compiler output if we already did a PIC compilation.      command="$command$suppress_output"      $run $rm "$output_obj"      $show "$command"      if $run eval "$command"; then :      else	$run $rm $removelist	exit 1      fi      if test "$need_locks" = warn &&	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then	echo "\*** ERROR, $lockfile contains:`cat $lockfile 2>/dev/null`but it should contain:$srcfileThis indicates that another process is trying to use the sametemporary object file, and libtool could not work around it becauseyour compiler does not support \`-c' and \`-o' together.  If yourepeat this compilation, it may succeed, by chance, but you had betteravoid parallel builds (make -j) in this platform, or get a bettercompiler."	$run $rm $removelist	exit 1      fi      # Just move the object if needed      if test x"$output_obj" != x"$obj"; then	$show "$mv $output_obj $obj"	if $run $mv $output_obj $obj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi      # Create an invalid libtool object if no PIC, so that we do not      # accidentally link it into a program.      if test "$build_libtool_libs" != yes; then	$show "echo timestamp > $libobj"	$run eval "echo timestamp > \$libobj" || exit $?      else	# Move the .lo from within objdir	$show "$mv $libobj $lo_libobj"	if $run $mv $libobj $lo_libobj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi    fi    # Unlock the critical section if it was locked    if test "$need_locks" != no; then      $run $rm "$lockfile"    fi    exit 0    ;;  # libtool link mode  link | relink)    modename="$modename: link"    case $host in    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)      # It is impossible to link a dll without this setting, and      # we shouldn't force the makefile maintainer to figure out      # which system we are compiling for in order to pass an extra      # flag for every libtool invokation.      # allow_undefined=no      # FIXME: Unfortunately, there are problems with the above when trying      # to make a dll which has undefined symbols, in which case not      # even a static library is built.  For now, we need to specify      # -no-undefined on the libtool link line when we can be certain      # that all symbols are satisfied, otherwise we get a static library.      allow_undefined=yes      ;;    *)      allow_undefined=yes      ;;    esac    libtool_args="$nonopt"    compile_command="$nonopt"    finalize_command="$nonopt"    compile_rpath=    finalize_rpath=    compile_shlibpath=    finalize_shlibpath=    convenience=    old_convenience=    deplibs=    old_deplibs=    compiler_flags=    linker_flags=    dllsearchpath=    lib_search_path=`pwd`    inst_prefix_dir=    avoid_version=no    dlfiles=    dlprefiles=    dlself=no    export_dynamic=no    export_symbols=    export_symbols_regex=    generated=    libobjs=    ltlibs=    module=no    no_install=no    objs=    prefer_static_libs=no    preload=no    prev=    prevarg=    release=    rpath=    xrpath=    perm_rpath=    temp_rpath=    thread_safe=no    vinfo=    # We need to know -static, to get the right output filenames.    for arg    do      case $arg in      -all-static | -static)	if test "X$arg" = "X-all-static"; then	  if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then	    $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2	  fi	  if test -n "$link_static_flag"; then	    dlopen_self=$dlopen_self_static	  fi	else	  if test -z "$pic_flag" && test -n "$link_static_flag"; then	    dlopen_self=$dlopen_self_static	  fi	fi	build_libtool_libs=no	build_old_libs=yes	prefer_static_libs=yes	break	;;      esac    done    # See if our shared archives depend on static archives.    test -n "$old_archive_from_new_cmds" && build_old_libs=yes    # Go through the arguments, transforming them on the way.    while test $# -gt 0; do      arg="$1"      shift      case $arg in      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test	;;      *) qarg=$arg ;;      esac      libtool_args="$libtool_args $qarg"      # If the previous option needs an argument, assign it.      if test -n "$prev"; then	case $prev in	output)	  compile_command="$compile_command @OUTPUT@"	  finalize_command="$finalize_command @OUTPUT@"	  ;;	esac	case $prev in	dlfiles|dlprefiles)	  if test "$preload" = no; then	    # Add the symbol object into the linking commands.	    compile_command="$compile_command @SYMFILE@"	    finalize_command="$finalize_command @SYMFILE@"	    preload=yes	  fi	  case $arg in	  *.la | *.lo) ;;  # We handle these cases below.	  force)	    if test "$dlself" = no; then	      dlself=needless	      export_dynamic=yes	    fi	    prev=	    continue	    ;;	  self)	    if test "$prev" = dlprefiles; then	      dlself=yes	    elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then	      dlself=yes	    else	      dlself=needless	      export_dynamic=yes	    fi	    prev=	    continue	    ;;	  *)	    if test "$prev" = dlfiles; then	      dlfiles="$dlfiles $arg"	    else	      dlprefiles="$dlprefiles $arg"	    fi	    prev=	    continue	    ;;	  esac	  ;;	expsyms)	  export_symbols="$arg"	  if test ! -f "$arg"; then	    $echo "$modename: symbol file \`$arg' does not exist"	    exit 1	  fi	  prev=	  continue	  ;;	expsyms_regex)	  export_symbols_regex="$arg"	  prev=	  continue	  ;;        inst_prefix)	  inst_prefix_dir="$arg"	  prev=	  continue	  ;;	release)	  release="-$arg"	  prev=	  continue	  ;;	rpath | xrpath)	  # We need an absolute path.	  case $arg in	  [\\/]* | [A-Za-z]:[\\/]*) ;;	  *)	    $echo "$modename: only absolute run-paths are allowed" 1>&2	    exit 1	    ;;	  esac	  if test "$prev" = rpath; then	    case "$rpath " in	    *" $arg "*) ;;	    *) rpath="$rpath $arg" ;;	    esac	  else	    case "$xrpath " in	    *" $arg "*) ;;	    *) xrpath="$xrpath $arg" ;;	    esac	  fi	  prev=	  continue	  ;;	xcompiler)	  compiler_flags="$compiler_flags $qarg"	  prev=	  compile_command="$compile_command $qarg"	  finalize_command="$finalize_command $qarg"	  continue	  ;;	xlinker)	  linker_flags="$linker_flags $qarg"	  compiler_flags="$compiler_flags $wl$qarg"	  prev=	  compile_command="$compile_command $wl$qarg"	  finalize_command="$finalize_command $wl$qarg"	  continue	  ;;	*)	  eval "$prev=\"\$arg\""	  prev=	  continue	  ;;	esac      fi # test -n $prev      prevarg="$arg"      case $arg in      -all-static)	if test -n "$link_static_flag"; then	  compile_command="$compile_command $link_static_flag"	  finalize_command="$finalize_command $link_static_flag"	fi	continue	;;      -allow-undefined)	# FIXME: remove this flag sometime in the future.	$echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2	continue	;;      -avoid-version)	avoid_version=yes	continue	;;      -dlopen)	prev=dlfiles	continue	;;      -dlpreopen)	prev=dlprefiles	continue	;;      -export-dynamic)	export_dynamic=yes	continue	;;      -export-symbols | -export-symbols-regex)	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then	  $echo "$modename: more than one -exported-symbols argument is not allowed"	  exit 1	fi	if test "X$arg" = "X-export-symbols"; then	  prev=expsyms	else	  prev=expsyms_regex	fi	continue	;;      -inst-prefix-dir)	prev=inst_prefix	continue	;;      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产欧美日韩三级| 色噜噜狠狠色综合中国| 中文字幕不卡一区| 亚洲精品一区二区三区影院| 欧美电影一区二区| 3d成人h动漫网站入口| 欧美日韩一卡二卡三卡| 欧美日韩精品福利| 欧美日韩亚洲不卡| 3d动漫精品啪啪一区二区竹菊| 欧美日韩国产首页| 欧美成人a∨高清免费观看| 亚洲精品一区二区精华| 国产三级久久久| 亚洲精品日产精品乱码不卡| 樱花影视一区二区| 日韩精品亚洲一区二区三区免费| 久久精品国产亚洲一区二区三区| 久久99九九99精品| 国产成人亚洲精品狼色在线| 91色.com| 91精品国产日韩91久久久久久| 欧美mv日韩mv| 国产精品日产欧美久久久久| 亚洲一二三四在线| 久草在线在线精品观看| 不卡一区二区在线| 欧美日韩国产小视频在线观看| 精品国免费一区二区三区| 国产精品美女久久久久久久 | 国产又粗又猛又爽又黄91精品| 狠狠色狠狠色合久久伊人| 盗摄精品av一区二区三区| 欧美三级电影在线观看| 精品区一区二区| 一区二区三区免费看视频| 另类中文字幕网| 91在线观看下载| 日韩欧美中文字幕公布| 自拍偷拍亚洲综合| 国内精品第一页| 欧美性猛交xxxx黑人交| 国产清纯白嫩初高生在线观看91| 亚洲电影中文字幕在线观看| 国模套图日韩精品一区二区 | 337p亚洲精品色噜噜噜| 国产农村妇女精品| 秋霞午夜av一区二区三区| 9久草视频在线视频精品| 91精品在线麻豆| 夜夜嗨av一区二区三区四季av| 韩国中文字幕2020精品| 欧美日韩视频在线第一区| 亚洲欧美综合色| 国产精品99久久久久久有的能看 | 国产午夜精品福利| 午夜电影网一区| 91电影在线观看| 国产精品久久三| 国内精品第一页| 精品国产乱码久久久久久影片| 亚洲va韩国va欧美va精品| 成人app软件下载大全免费| 欧美r级在线观看| 免费亚洲电影在线| 欧美一区二区三区在线电影| 午夜视频一区在线观看| 欧美在线影院一区二区| 亚洲免费观看高清完整版在线观看| 国产综合久久久久久久久久久久| 日韩美女视频在线| 美国av一区二区| 日韩欧美一区电影| 美女视频黄久久| 日韩欧美激情在线| 国产在线视频精品一区| 2023国产精华国产精品| 另类综合日韩欧美亚洲| 日韩精品一区二区在线| 国产在线一区二区| 欧美激情一区二区三区蜜桃视频 | 欧美一区二区三级| 亚洲国产综合在线| 欧美电影在哪看比较好| 秋霞电影一区二区| 日韩免费性生活视频播放| 国产真实乱子伦精品视频| 久久久久国产成人精品亚洲午夜| 国产精品69久久久久水密桃| 日本一区二区三区在线观看| 成人精品国产免费网站| 亚洲视频图片小说| 欧美色图在线观看| 日韩制服丝袜av| 精品国产区一区| 丁香婷婷综合激情五月色| 亚洲免费高清视频在线| 欧美中文字幕亚洲一区二区va在线 | 亚洲黄一区二区三区| 精品婷婷伊人一区三区三| 天天综合日日夜夜精品| 精品国产一区二区三区忘忧草 | 26uuu另类欧美| 成人美女视频在线观看18| 亚洲免费伊人电影| 欧美电影免费观看高清完整版在线| 国内外成人在线| 亚洲区小说区图片区qvod| 欧美精品丝袜久久久中文字幕| 久久精品99国产精品日本| 国产精品人成在线观看免费| 欧美老肥妇做.爰bbww| 国产盗摄一区二区| 亚洲国产综合人成综合网站| 26uuu精品一区二区在线观看| av高清不卡在线| 麻豆精品视频在线观看| 亚洲视频一区二区在线观看| 日韩欧美另类在线| 在线观看国产精品网站| 国产在线精品一区二区不卡了 | 最好看的中文字幕久久| 欧美日韩精品免费| 99精品视频在线播放观看| 日本怡春院一区二区| 综合久久久久综合| 久久综合九色综合97_久久久| 欧美浪妇xxxx高跟鞋交| 9久草视频在线视频精品| 日韩成人一区二区三区在线观看| 成人欧美一区二区三区在线播放| 日韩欧美电影在线| 欧美军同video69gay| 在线视频国内自拍亚洲视频| 国产精品一区二区在线播放| 舔着乳尖日韩一区| 亚洲女与黑人做爰| 久久综合精品国产一区二区三区| 欧美日韩精品一二三区| 91蜜桃在线免费视频| 成人免费视频国产在线观看| 国模大尺度一区二区三区| 蜜桃精品视频在线观看| 亚洲h在线观看| 亚洲综合小说图片| 亚洲免费观看高清完整版在线| 中文字幕日韩av资源站| 中文字幕中文字幕一区| 国产精品美女久久久久久| 国产片一区二区| 国产精品丝袜久久久久久app| 久久久久国产精品免费免费搜索| 久久综合色婷婷| 精品精品欲导航| 亚洲精品在线免费播放| 26uuu色噜噜精品一区二区| 欧美一区二区福利在线| 日韩女优视频免费观看| 日韩免费高清av| 精品国产一区二区三区四区四| 日韩免费福利电影在线观看| 久久蜜桃一区二区| 欧美国产一区二区| 国产精品日日摸夜夜摸av| 亚洲视频在线观看一区| 亚洲制服丝袜在线| 美女在线视频一区| 国产麻豆精品95视频| 国产高清在线观看免费不卡| 成人午夜免费视频| 在线视频一区二区三区| 欧美一区二区三区视频免费播放| 日韩精品一区二区在线| 国产色综合一区| 亚洲欧美日韩中文字幕一区二区三区| 一区二区三区在线视频免费 | 国产婷婷色一区二区三区| 中文字幕乱码久久午夜不卡| 一区二区三区精品在线观看| 天天综合天天综合色| 国产精品亚洲一区二区三区妖精 | 亚洲精品一区二区三区99| 日本一区二区三区在线观看| 一二三区精品福利视频| 久久99精品视频| av在线播放一区二区三区| 精品婷婷伊人一区三区三| 久久久久久电影| 亚洲一区二区四区蜜桃| 国产一区二区电影| 欧美日韩另类一区| 欧美激情一区二区三区| 日韩二区三区四区| www.日韩精品| 日韩欧美一级精品久久| 一区二区三区欧美亚洲| 国产成人一区在线| 911精品国产一区二区在线| 国产精品欧美久久久久一区二区| 婷婷成人激情在线网|