当前位置: 技术问答>linux和unix
<<嵌入式Linux应用开发>>这书当中第二章:搭建环境时提示的错误,该怎该啊??
来源: 互联网 发布时间:2016-08-11
本文导语: linuxthreads_db/td_ta_get_stats.c applying patch /work/tools/create_crosstools/crosstool-0.43/patches/glibc-linuxthreads-2.3.6/glibc-linuxthreads-2.3.5-cygwin.patch patching file linuxthreads/Makefile grep: /work/tools/create_crosstools/crosstool-0.43/build/arm-linux/gcc-3.4.5-glibc-2.3.6/b...
linuxthreads_db/td_ta_get_stats.c
applying patch /work/tools/create_crosstools/crosstool-0.43/patches/glibc-linuxthreads-2.3.6/glibc-linuxthreads-2.3.5-cygwin.patch
patching file linuxthreads/Makefile
grep: /work/tools/create_crosstools/crosstool-0.43/build/arm-linux/gcc-3.4.5-glibc-2.3.6/binutils-2.15/patches/README: No such file or directory
+ test =
+ [ -d /work/tools/gcc-3.4.5-glibc-2.3.6 ]
+ mv /work/tools/gcc-3.4.5-glibc-2.3.6 /work/tools/gcc-3.4.5-glibc-2.3.6.del.24036
mv: cannot move /work/tools/gcc-3.4.5-glibc-2.3.6' to `/work/tools/gcc-3.4.5-glibc-2.3.6.del.24036': Permission denied
上面的错误提示来自于《嵌入式Linux应用开发》中的第二章 “嵌入式Linux开发环境构建 ” 2.2.5节
有关权限问题。我在前面已经:$sudo chown fxx:fxx /work -R 了啊。
为什么还会报个权限不允许呢???? 该怎该那?
|
我都是自己一步步建立的工具链。
参考:
http://blog.csdn.net/ruixj/archive/2009/05/30/4225886.aspx
参考:
http://blog.csdn.net/ruixj/archive/2009/05/30/4225886.aspx
|
http://blog.csdn.net/chenzhixin/archive/2007/01/12/1481442.aspx