hbfec54 发表于 2016-12-16 13:16:33

FETMX6Q 编译文件系统出错

刚拿到开发板,搭好环境,根据IMX6-android用户手册的指导,编译文件系统,最后一步#make -j8 2>&1tee build.log
编到最后总是跳出,这时候在/work/forlinx/android_kk4.4.2_1.0.0/out/target/product/sabresd_6dq 文档中提到的4个镜像文件,唯独缺system.img
日志如下: 请教一下如何解决,因为缺system.img,我无法按照说明烧写镜像。
make: Leaving directory `/work/forlinx/android_kk4.4.2_1.0.0/kernel_imx'
install -D kernel_imx/arch/arm/boot/uImageout/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/zImageout/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: *** 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: *** 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: *** 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: *** 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: *** 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: *** 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: *** 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: *** 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'

飞凌-chongzi 发表于 2016-12-16 14:27:38

您好:
    在我们的论坛上有搭建好的环境,您下载试一下,先看看是不是您自己搭建的的环境的问题

hbfec54 发表于 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: *** Error 1

hbfec54 发表于 2016-12-19 11:20:39

已解决了,把电脑内存加到了8G,就编过了,不知道为啥。。。

飞凌-chongzi 发表于 2017-1-20 11:32:22

hbfec54 发表于 2016-12-19 11:20
已解决了,把电脑内存加到了8G,就编过了,不知道为啥。。。

您好:
    感谢您反馈的这个问题,不过我这用4G就可以了,你那虚拟机配置的详细信息能给截张图过来吗
页: [1]
查看完整版本: FETMX6Q 编译文件系统出错