久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

三星S3C6410(ARM1176)平臺Android資源獲取與編譯(RedHat AS5)

 昵稱1537988 2010-05-27

1. Android的一些有用的官方網(wǎng)站:
http://android.git.   android源碼網(wǎng)站
http://source.      
http://code.google.com/android 
http://developer.

2. 安裝git源碼管理工具

 # cd ~
 # mkdir bin
 # echo $PATH
 # curl http://android.git./repo > ~/bin/repo
 # chmod a+x ~/bin/repo
 
 git下載源碼方法:
 下載一個(gè)tree(至當(dāng)前路徑):
 # git clone git://git路徑  (git路徑參看網(wǎng)站發(fā)布tree路徑)
 下載整個(gè)platform至當(dāng)前路徑:
 # repo init -u git://git路徑/platform/manifest.git
 # repo sync

3. 獲得Android平臺源碼(具體可參看http://android.git.):
 # mkdir myandroid
 # cd myandroid
 # repo init -u http://android.git./platform/manifest.git
 # repo sync
 
 按默認(rèn)設(shè)置完成即可


4. 獲得S3C6410平臺Android底層Linux內(nèi)核源碼

參考網(wǎng)站:http://github.com/leemgs/samsung-s3c6410-android.1.0/tree/master
參考主頁:http://code.google.com/p/android-group-korea/
中文社區(qū)參考:http://www./dev/,    http://www.
 # git clone git://github.com/leemgs/samsung-s3c6410-android.1.0.git

 
......
 

    本站是提供個(gè)人知識管理的網(wǎng)絡(luò)存儲空間,,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn),。請注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購買等信息,謹(jǐn)防詐騙,。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多