编译android 4.1 otapackage arch/arm/boot/ Error 2 错误

noodle210 2013-05-31 03:37:58
Image arch//boot/uImage_recovery is ready
make -C common O=../out/target/product/g02ref/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules
make[1]: Entering directory `/home/chensf/mxbox4.2/common'
CHK include/linux/version.h
GEN /home/chensf/mxbox4.2/out/target/product/g02ref/obj/KERNEL_OBJ/Makefile
Using /home/chensf/mxbox4.2/common as source for kernel
CHK include/generated/utsrelease.h
make[3]: `include/generated/mach-types.h' is up to date.
CALL /home/chensf/mxbox4.2/common/scripts/checksyscalls.sh
CC [M] drivers/amlogic/../../../hardware/arm/gpu/ump/common/ump_kernel_common.o
arm-none-linux-gnueabi-gcc: directory: No such file or directory
arm-none-linux-gnueabi-gcc: directory": No such file or directory
<command-line>:0: warning: missing terminating " character
CC [M] drivers/amlogic/../../../hardware/arm/gpu/ump/common/ump_kernel_descriptor_mapping.o
arm-none-linux-gnueabi-gcc: directory: No such file or directory
arm-none-linux-gnueabi-gcc: directory": No such file or directory
CC [M] drivers/amlogic/../../../hardware/arm/gpu/ump/common/ump_kernel_api.o
arm-none-linux-gnueabi-gcc: directory: No such file or directory
arm-none-linux-gnueabi-gcc: directory": No such file or directory
CC [M] drivers/amlogic/../../../hardware/arm/gpu/ump/common/ump_kernel_ref_drv.o
arm-none-linux-gnueabi-gcc: directory: No such file or directory
arm-none-linux-gnueabi-gcc: directory": No such file or directory
<command-line>:0: warning: missing terminating " character
<command-line>:0: warning: missing terminating " character
<command-line>:0: warning: missing terminating " character
make[5]: *** [drivers/amlogic/../../../hardware/arm/gpu/ump/common/ump_kernel_common.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [drivers/amlogic/../../../hardware/arm/gpu/ump/common/ump_kernel_descriptor_mapping.o] Error 1
make[5]: *** [drivers/amlogic/../../../hardware/arm/gpu/ump/common/ump_kernel_api.o] Error 1
make[5]: *** [drivers/amlogic/../../../hardware/arm/gpu/ump/common/ump_kernel_ref_drv.o] Error 1
make[4]: *** [drivers/amlogic/../../../hardware/arm/gpu/ump] Error 2
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [drivers/amlogic] Error 2
make[2]: *** [drivers] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/chensf/mxbox4.2/common'
make: *** [out/target/product/g02ref/obj/KERNEL_OBJ/arch/arm/boot/uImage] Error 2

uboot、kernel、recovery都是编译过了,执行make mrproper后返回项目根目录进行编译报的错,,
...全文
355 8 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
九霄的爸爸 2013-10-08
  • 打赏
  • 举报
回复
引用 7 楼 noodle210 的回复:
[quote=引用 5 楼 lightwdy 的回复:] svn是不是用的1.7.10的版本,我也遇到这个问题,卸载svn 编译通过 svn是1.6没有这个问题
1.7版本确实会导致这个问题 arm-none-linux-gnueabi-gcc: directory: No such file or directory 换成1.6就不会了,,但是1.7可以支持windows下的svn,,纠结了,, 真是太感谢了[/quote] 我现在编译amlogic 遇到跟楼主一样的问题。难道我们要把svn恢复到1.7么??有没有其他方法可以解决??
noodle210 2013-06-29
  • 打赏
  • 举报
回复
引用 5 楼 lightwdy 的回复:
svn是不是用的1.7.10的版本,我也遇到这个问题,卸载svn 编译通过 svn是1.6没有这个问题
1.7版本确实会导致这个问题 arm-none-linux-gnueabi-gcc: directory: No such file or directory 换成1.6就不会了,,但是1.7可以支持windows下的svn,,纠结了,, 真是太感谢了
noodle210 2013-06-28
  • 打赏
  • 举报
回复
引用 5 楼 lightwdy 的回复:
svn是不是用的1.7.10的版本,我也遇到这个问题,卸载svn 编译通过 svn是1.6没有这个问题
这个包之前的环境是可以用的,,, 后面只好安装了ubuntu10.04,再安装amlogic提供的组件就可以使用了,,
lightwdy 2013-06-21
  • 打赏
  • 举报
回复
svn是不是用的1.7.10的版本,我也遇到这个问题,卸载svn 编译通过 svn是1.6没有这个问题
noodle210 2013-06-08
  • 打赏
  • 举报
回复
引用 2 楼 u010911648 的回复:
环境变量没有设置,交叉编译器没有找到?
arm-none-linux-gnueabi-gcc: directory: No such file or directory
arm-none-linux-gnueabi-gcc: directory": No such file or directory


noodle210 2013-06-08
  • 打赏
  • 举报
回复
CC [M] crypto/ansi_cprng.o CC [M] drivers/amlogic/../../../hardware/arm/gpu/ump/common/ump_kernel_common.o arm-none-linux-gnueabi-gcc: directory: No such file or directory arm-none-linux-gnueabi-gcc: directory": No such file or directory <command-line>:0: warning: missing terminating " character CC [M] drivers/amlogic/../../../hardware/arm/gpu/ump/common/ump_kernel_descriptor_mapping.o arm-none-linux-gnueabi-gcc: directory: No such file or directory arm-none-linux-gnueabi-gcc: directory": No such file or directory CC [M] drivers/amlogic/../../../hardware/arm/gpu/ump/common/ump_kernel_api.o arm-none-linux-gnueabi-gcc: directory: No such file or directory arm-none-linux-gnueabi-gcc: directory": No such file or directory 没有找到那个.o的文件,,
u010911648 2013-05-31
  • 打赏
  • 举报
回复
环境变量没有设置,交叉编译器没有找到? arm-none-linux-gnueabi-gcc: directory: No such file or directory arm-none-linux-gnueabi-gcc: directory": No such file or directory
noodle210 2013-05-31
  • 打赏
  • 举报
回复

80,471

社区成员

发帖
与我相关
我的任务
社区描述
移动平台 Android
androidandroid-studioandroidx 技术论坛(原bbs)
社区管理员
  • Android
  • yechaoa
  • 失落夏天
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧