Firefly开源社区

打印 上一主题 下一主题

ubuntu14.04 64bit编译android5.1 PRODUCT-rk3288_box-eng 出错,有遇到的没?

16

积分

0

威望

0

贡献

游客

积分
16

ubuntu14.04 64bit编译android5.1 PRODUCT-rk3288_box-eng 出错,有遇到的没?

发表于 2017-3-10 08:59:18      浏览:6598 | 回复:0        打印      只看该作者   [复制链接] 楼主
报错信息如下:
target thumb C: libext2_e2p <= external/e2fsprogs/lib/e2p/setversion.c
target thumb C: libext2_e2p <= external/e2fsprogs/lib/e2p/uuid.c
target thumb C: libext2_e2p <= external/e2fsprogs/lib/e2p/ostype.c
target thumb C: libext2_e2p <= external/e2fsprogs/lib/e2p/percent.c
Import includes file: out/target/product/rk3288_box/obj/EXECUTABLES/healthd_intermediates/import_includes
target thumb C++: libbatteryservice <= frameworks/native/services/batteryservice/BatteryProperties.cpp
target thumb C++: libbatteryservice <= frameworks/native/services/batteryservice/BatteryProperty.cpp
target thumb C++: libbatteryservice <= frameworks/native/services/batteryservice/IBatteryPropertiesListener.cpp
target thumb C++: libbatteryservice <= frameworks/native/services/batteryservice/IBatteryPropertiesRegistrar.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/AppOpsManager.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/Binder.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/BpBinder.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/BufferedTextOutput.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/Debug.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/IAppOpsCallback.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/IAppOpsService.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/IBatteryStats.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/IInterface.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/IMemory.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/IPCThreadState.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/IPermissionController.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/IServiceManager.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/MemoryDealer.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/MemoryBase.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/MemoryHeapBase.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/Parcel.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/PermissionCache.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/ProcessState.cpp
target thumb C++: libbinder <= frameworks/native/libs/binder/Static.cpp
Import includes file: out/target/product/rk3288_box/obj/STATIC_LIBRARIES/libminui_intermediates/import_includes
target thumb C++: libbinder <= frameworks/native/libs/binder/TextOutput.cpp
target thumb C: libadf <= system/core/adf/libadf/adf.c
Import includes file: out/target/product/rk3288_box/obj/STATIC_LIBRARIES/libpng_intermediates/import_includes
target arm C: libz <= external/zlib/src/adler32.c
target arm C: libz <= external/zlib/src/compress.c
target arm C: libz <= external/zlib/src/crc32.c
target arm C: libz <= external/zlib/src/deflate.c
target arm C: libz <= external/zlib/src/gzclose.c
target arm C: libz <= external/zlib/src/gzlib.c
target arm C: libz <= external/zlib/src/gzread.c
target arm C: libz <= external/zlib/src/gzwrite.c
target arm C: libz <= external/zlib/src/infback.c
target arm C: libz <= external/zlib/src/inflate.c
target arm C: libz <= external/zlib/src/inftrees.c
target arm C: libz <= external/zlib/src/inffast.c
target arm C: libz <= external/zlib/src/trees.c
target arm C: libz <= external/zlib/src/uncompr.c
target arm C: libz <= external/zlib/src/zutil.c
target thumb C: libsuspend <= system/core/libsuspend/autosuspend.c
target thumb C: libsuspend <= system/core/libsuspend/autosuspend_autosleep.c
target thumb C: libsuspend <= system/core/libsuspend/autosuspend_earlysuspend.c
target thumb C: libsuspend <= system/core/libsuspend/autosuspend_wakeup_count.c
target thumb C++: libhealthd.rk3288_box <= device/rockchip/common/health/healthd-rockchip.cpp
target thumb C++: libhealthd.rk3288_box <= device/rockchip/common/health/bat_cap.cpp
target Prebuilt: mkdosfs (out/target/product/rk3288_box/obj/EXECUTABLES/mkdosfs_intermediates/mkdosfs)
target thumb C: resize2fs <= external/e2fsprogs/resize/extent.c
target thumb C: resize2fs <= external/e2fsprogs/resize/resize2fs.c
device/rockchip/common/health/healthd-rockchip.cpp:273:6: warning: unused parameter 'config' [-Wunused-parameter]
void healthd_board_init(struct healthd_config *config)
      ^
target thumb C: resize2fs <= external/e2fsprogs/resize/main.c
target thumb C: resize2fs <= external/e2fsprogs/resize/online.c
target thumb C: resize2fs <= external/e2fsprogs/resize/sim_progress.c
target Prebuilt: sdtool (out/target/product/rk3288_box/obj/EXECUTABLES/sdtool_intermediates/sdtool)
target thumb C: resize2fs <= external/e2fsprogs/resize/resource_track.c
external/e2fsprogs/resize/resize2fs.c: In function 'fix_uninit_block_bitmaps':
external/e2fsprogs/resize/resize2fs.c:251:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        i < (unsigned int) fs->inode_blocks_per_group;
          ^
external/e2fsprogs/resize/resize2fs.c: In function 'free_gdp_blocks':
external/e2fsprogs/resize/resize2fs.c:301:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       j < fs->inode_blocks_per_group; j++, blk++) {
         ^
external/e2fsprogs/resize/resize2fs.c: In function 'blocks_to_move':
external/e2fsprogs/resize/resize2fs.c:1104:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        j < fs->inode_blocks_per_group ; j++, blk++) {
          ^
external/e2fsprogs/resize/resize2fs.c:1117:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        j < fs->inode_blocks_per_group ; j++, blk++)
          ^
external/e2fsprogs/resize/resize2fs.c: In function 'block_mover':
external/e2fsprogs/resize/resize2fs.c:1307:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if (c > fs->inode_blocks_per_group)
          ^
external/e2fsprogs/resize/resize2fs.c: In function 'move_itables':
external/e2fsprogs/resize/resize2fs.c:1814:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        j < fs->inode_blocks_per_group ; j++, blk++)
          ^
out/host/linux-x86/bin/checkseapp -p out/target/product/rk3288_box/obj/ETC/sepolicy_intermediates/sepolicy -o out/target/product/rk3288_box/obj/ETC/seapp_contexts_intermediates/seapp_contexts out/target/product/rk3288_box/obj/ETC/seapp_contexts_intermediates/seapp_contexts.tmp
Install: out/target/product/rk3288_box/root/sepolicy
Copy: out/target/product/rk3288_box/root/ueventd.rc
Copy: out/target/product/rk3288_box/root/ueventd.rk30board.rc
target Package: BasicDreams (out/target/product/rk3288_box/obj/APPS/BasicDreams_intermediates/package.apk)
target Package: Bluetooth (out/target/product/rk3288_box/obj/APPS/Bluetooth_intermediates/package.apk)
/bin/bash: jar: command not found
make: *** [out/target/product/rk3288_box/obj/APPS/Bluetooth_intermediates/package.apk] Error 127
make: *** Waiting for unfinished jobs....
/bin/bash: jar: command not found
make: *** [out/target/product/rk3288_box/obj/APPS/BasicDreams_intermediates/package.apk] Error 127
jet@jet-A46:~/proj/firefly-rk3288$
回复

使用道具 举报

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

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表