PS3 Toolchain on cygwin - 改機

Table of Contents

http://www.multiupload.com/WX8CEFAGHV

編了一天終於編完了,有一兩個 bug卡蠻久才排除掉的,檔案大小約167 MB,解
壓縮後有775 MB。

下載下來後請將ps3dev資料夾解壓縮放在cygwin安裝目錄下的/usr/local目錄裡
面,並在~/.bashrc 裡面設定環境變數如下:

export PS3DEV=/usr/local/ps3dev
PATH=$PATH:$PS3DEV/binPATH=$PATH:$PS3DEV/host/ppu/bin
PATH=$PATH:$PS3DEV/host/spu/bin

export PSL1GHT=$PS3DEV/psl1ght
PATH=$PATH:$PSL1GHT/host/bin

就可以編譯從github上抓下來的程式了。

要自行編譯也是可以,就上 https://github.com/ps3dev/ps3toolchain 抓程式
然後按照說明編譯就是了,現在的版本已經蠻穩定的,在Ubuntu上可以不用修正
檔案直接一路編到結束,在cygwin上有一些地方要調整才編得完。

--

____ _ _ _ _ ____ _ _ ____ _____ ____
(_ _)( \( )( \/ )( ___)( \( )(_ _)( _ )( _ \
_)(_ ) ( \ / )__) ) ( )( )(_)( ) /
(____)(_)\_) \/ (____)(_)\_) (__) (_____)(_)\_)


--

All Comments

Lauren avatarLauren2011-03-18
推~~~~~~~