yum install flex
libc6-dev-i386
libc6-dev-i386 安裝不了 改安裝
yum -y install glibc-devel.i686(i386)
make: *** no rule to make target `out/target/product/tiny4412/obj/shared_libraries/libgabi++_intermediates/export_includes', needed by `out/target/product/tiny4412/obj/shared_libraries/libicuuc_intermediates/import_includes'. stop.
make: *** waiting for unfinished jobs....
上面的原因是 android 原始碼包 解壓不正確 時沒有處理
解壓時 出現 如下問題 沒有解決
android-4.2.2_r1/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/cc1plus
gzip: stdin: invalid compressed data--format violated
tar: unexpected eof in archive
tar: unexpected eof in archive
tar: error is not recoverable: exiting now
[root@localhost android]#
tar解壓出現 invalid compressed data--format violated
原因可能時 android 原始碼包已經損壞 ,原因可能是在用 u 盤拷貝時 檔案損壞
使用 mount 掛載上 筆記本上的 redhat 下的 原始碼包 重行解壓發現 沒有任何解壓錯誤,重新編譯
android 原始碼 發現 上面的錯誤 沒有再次出現。
缺少 下面的 庫 安裝上就可以了
yum installlibz.so.1
編譯完成 出現的介面
size: 685768704
block size: 4096
blocks per group: 32768
inodes per group: 6976
inode size: 256
journal blocks: 2616
label:
blocks: 167424
block groups: 6
reserved block group size: 47
created filesystem with 1105/41856 inodes and 52062/167424 blocks
+ '[' 0 -ne 0 ']'
running: simg2img out/target/product/tiny4412/obj/packaging/systemimage_intermediates/system.img out/target/product/tiny4412/obj/packaging/systemimage_intermediates/unsparse_system.img
running: e2fsck -f -n out/target/product/tiny4412/obj/packaging/systemimage_intermediates/unsparse_system.img
e2fsck 1.41.14 (22-dec-2010)
pass 1: checking inodes, blocks, and sizes
pass 2: checking directory structure
pass 3: checking directory connectivity
pass 4: checking reference counts
pass 5: checking group summary information
out/target/product/tiny4412/obj/packaging/systemimage_intermediates/unsparse_system.img: 1105/41856 files (0.0% non-contiguous), 52062/167424 blocks
install system fs image: out/target/product/tiny4412/system.img
out/target/product/tiny4412/system.img+ maxsize=700123776 blocksize=4224 total=203751884 reserve=7075200
[root@localhost android-4.2.2_r1]#
Andriod 中編譯的很簡單的問題
初學 andriod 編譯問題好多找不到問題在 下面的 在 andriod studio 中編譯說如下錯誤 error 17,9 錯誤 mybuttonclick不是抽象的,並且未覆蓋onclicklistener中的抽象方法onclick view 實在不懂,請高手指點!到底編譯 不對?butto...
編譯sample遇到的錯誤
無論是編譯sdk的sample,還是nokiacv附帶的例子,常常遇到莫名其妙的錯誤。更莫名其妙的是,有時候沒改過什麼,錯誤就沒了。摸索了兩天,覺得編譯乙個project的流程大致如下,假設project已經匯入或者建立,carbide.c v2.0.2 1,build configuration ...
編譯mutt遇到的問題
1,編譯時缺少python.h是由於為安裝python dev。安裝方式 yum search python dev yum install 安裝包名稱 2,idna.h需要安裝libidn 安裝方式 yum search libidn yum install 安裝包名稱 官方網 3,安裝ncurs...