分页: 1 / 1

[问题]关于PSP在Linux系统中编程的问题!

发表于 : 2008-05-15 13:13
orochi
最近买了一个PSP,在网上看到关于PSP编程大问题,很多人大方法全是在Windows系统模拟Linux系统来进行的.我现在不用Windows系统了,我试问哪位高人可否指点一下,谢谢!~~

发表于 : 2008-05-15 18:34
20sanguo
http://ps2dev.org/psp/Tools/Toolchain

svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain

readme-ubuntu.txt

## Install the required packages.
sudo apt-get install build-essential autoconf automake bison flex \
libncurses5-dev libreadline-dev libusb-dev texinfo

## Set up the environment.
gedit ~/.bashrc

## Add these lines to the end of the file.
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin"

## Load the environment changes.
source ~/.bashrc

## Build and install the toolchain + sdk.
sudo ./toolchain-sudo.sh