- 积分
- 12
贡献64
飞刀16 FD
注册时间2016-12-8
在线时间3 小时
扫一扫,手机访问本帖
|
刚拿到开发板,搭好环境,根据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'
|
|