嵌入式爱好者

查看: 11474|回复: 4

[Android] FETMX6Q 编译文件系统出错

[复制链接]

1

主题

3

帖子

12

积分

i.MX6Q通行证

扫一扫,手机访问本帖
发表于 2016-12-16 13:16:33 | 显示全部楼层 |阅读模式
刚拿到开发板,搭好环境,根据IMX6-android用户手册的指导,编译文件系统,最后一步#make -j8 2>&1  tee build.log
编到最后总是跳出,这时候在/work/forlinx/android_kk4.4.2_1.0.0/out/target/product/sabresd_6dq 文档中提到的4个镜像文件,唯独缺system.img
日志如下: 请教一下如何解决,因为缺system.img,我无法按照说明烧写镜像。
make[1]: Leaving directory `/work/forlinx/android_kk4.4.2_1.0.0/kernel_imx'
install -D kernel_imx/arch/arm/boot/uImage  out/target/product/sabresd_6dq/uImage
target thumb C++: third_**_WebKit_Source_core_webcore_html_gyp <= external/chromium_org/third_**/WebKit/Source/core/html/HTMLImportsController.cpp
install -D kernel_imx/arch/arm/boot/zImage  out/target/product/sabresd_6dq/kernel
target thumb C++: third_**_WebKit_Source_core_webcore_html_gyp <= external/chromium_org/third_**/WebKit/Source/core/html/HTMLImportLoader.cpp
In file included from external/chromium_org/third_**/WebKit/Source/core/html/HTMLImportLoader.cpp:32:0:
external/chromium_org/third_**/WebKit/Source/core/html/HTMLImportLoader.h: In constructor 'WebCore::HTMLImportLoader::HTMLImportLoader(WebCore::HTMLImport*, const WebCore::KURL&, const WebCore::ResourcePtr<WebCore::RawResource>&)':
external/chromium_org/third_**/WebKit/Source/core/html/HTMLImportLoader.h:93:30: warning: 'WebCore::HTMLImportLoader::m_resource' will be initialized after [-Wreorder]
external/chromium_org/third_**/WebKit/Source/core/html/HTMLImportLoader.h:92:10: warning:   'WebCore::KURL WebCore::HTMLImportLoader::m_url' [-Wreorder]
external/chromium_org/third_**/WebKit/Source/core/html/HTMLImportLoader.cpp:43:1: warning:   when initialized here [-Wreorder]
target thumb C++: third_**_WebKit_Source_core_webcore_html_gyp <= external/chromium_org/third_**/WebKit/Source/core/html/HTMLInputElement.cpp
target thumb C++: third_**_WebKit_Source_core_webcore_html_gyp <= external/chromium_org/third_**/WebKit/Source/core/html/HTMLKeygenElement.cpp
target thumb C++: third_**_WebKit_Source_core_webcore_html_gyp <= external/chromium_org/third_**/WebKit/Source/core/html/HTMLLIElement.cpp
target thumb C++: third_**_WebKit_Source_core_webcore_html_gyp <= external/chromium_org/third_**/WebKit/Source/core/html/HTMLLabelElement.cpp
target thumb C++: third_**_WebKit_Source_core_webcore_html_gyp <= external/chromium_org/third_**/WebKit/Source/core/html/HTMLLegendElement.cpp
target thumb C++: third_**_WebKit_Source_core_webcore_html_gyp <= external/chromium_org/third_**/WebKit/Source/core/html/HTMLLinkElement.cpp
target thumb C++: third_**_WebKit_Source_core_webcore_html_gyp <= external/chromium_org/third_**/WebKit/Source/core/html/HTMLMapElement.cpp
target thumb C++: third_**_WebKit_Source_core_webcore_html_gyp <= external/chromium_org/third_**/WebKit/Source/core/html/HTMLMarqueeElement.cpp
target thumb C++: third_**_WebKit_Source_core_webcore_html_gyp <= external/chromium_org/third_**/WebKit/Source/core/html/HTMLMediaElement.cpp
external/chromium_org/third_**/WebKit/Source/core/html/HTMLInputElement.cpp: In member function 'void WebCore::HTMLInputElement::parseMaxLengthAttribute(const WTF::AtomicString&)':
external/chromium_org/third_**/WebKit/Source/core/html/HTMLInputElement.cpp:1702:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
make: *** [out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLFrameElement.o] Killed
make: *** Deleting file `out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLFrameElement.o'
make: *** Waiting for unfinished jobs....
make: *** [out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLFrameOwnerElement.o] Killed
make: *** Deleting file `out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLFrameOwnerElement.o'
make: *** [out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLFrameSetElement.o] Killed
make: *** Deleting file `out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLFrameSetElement.o'
make: *** [out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLInputElement.o] Killed
make: *** Deleting file `out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLInputElement.o'
make: *** [out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLLIElement.o] Killed
make: *** Deleting file `out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLLIElement.o'
make: *** [out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLLinkElement.o] Killed
make: *** Deleting file `out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLLinkElement.o'
make: *** [out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLMarqueeElement.o] Killed
make: *** Deleting file `out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLMarqueeElement.o'
make: *** [out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLMediaElement.o] Killed
make: *** Deleting file `out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_html_gyp_intermediates/third_**/WebKit/Source/core/html/HTMLMediaElement.o'

回复

使用道具 举报

1

主题

3669

帖子

3916

积分

发表于 2016-12-16 14:27:38 | 显示全部楼层
您好:
    在我们的论坛上有搭建好的环境,您下载试一下,先看看是不是您自己搭建的的环境的问题

点评

就是你们论坛上搭建好的环境哦,刚才看了一下,是我把虚拟机的分配内存分太小了,现在改成了原始的4G,可是现在报这个错了 target thumb C++: third_**_WebKit_Source_core_webcore_derived_gyp  详情 回复 发表于 2016-12-16 16:43
技术支持电话:0312-3119192
技术支持邮箱:Android@forlinx.com
点评回复 支持 反对

使用道具 举报

1

主题

3

帖子

12

积分

i.MX6Q通行证

 楼主| 发表于 2016-12-16 16:43:21 | 显示全部楼层
飞凌-chongzi 发表于 2016-12-16 14:27
您好:
    在我们的论坛上有搭建好的环境,您下载试一下,先看看是不是您自己搭建的的环境的问题

就是你们论坛上搭建好的环境哦,刚才看了一下,是我把虚拟机的分配内存分太小了,现在改成了原始的4G,可是现在报这个错了
target thumb C++: third_**_WebKit_Source_core_webcore_derived_gyp <= external/chromium_org/third_**/WebKit/Source/bindings/v8/custom/V8ElementCustom.cpp
target thumb C++: third_**_WebKit_Source_core_webcore_derived_gyp <= external/chromium_org/third_**/WebKit/Source/bindings/v8/custom/V8EntryCustom.cpp
target thumb C++: third_**_WebKit_Source_core_webcore_derived_gyp <= external/chromium_org/third_**/WebKit/Source/bindings/v8/custom/V8EntrySyncCustom.cpp
target thumb C++: third_**_WebKit_Source_core_webcore_derived_gyp <= external/chromium_org/third_**/WebKit/Source/bindings/v8/custom/V8EventCustom.cpp
external/chromium_org/third_**/WebKit/Source/bindings/v8/custom/V8DocumentCustom.cpp:63:86: error: no 'void WebCore::V8Document::evaluateMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&)' member function declared in class 'WebCore::V8Document'
make: *** [out/target/product/sabresd_6dq/obj/STATIC_LIBRARIES/third_**_WebKit_Source_core_webcore_derived_gyp_intermediates/third_**/WebKit/Source/bindings/v8/custom/V8DocumentCustom.o] Error 1
点评回复 支持 反对

使用道具 举报

1

主题

3

帖子

12

积分

i.MX6Q通行证

 楼主| 发表于 2016-12-19 11:20:39 | 显示全部楼层
已解决了,把电脑内存加到了8G,就编过了,不知道为啥。。。
点评回复 支持 反对

使用道具 举报

1

主题

3669

帖子

3916

积分

发表于 2017-1-20 11:32:22 | 显示全部楼层
hbfec54 发表于 2016-12-19 11:20
已解决了,把电脑内存加到了8G,就编过了,不知道为啥。。。

您好:
    感谢您反馈的这个问题,不过我这用4G就可以了,你那虚拟机配置的详细信息能给截张图过来吗
技术支持电话:0312-3119192
技术支持邮箱:Android@forlinx.com
点评回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )

GMT+8, 2024-4-18 15:12

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表