timbobsteve
Member
- Joined
- Oct 4, 2005
- Messages
- 301
Hi All,
Here is my working Toolkit for linux.
It includes SDL and the arm-linux toolchain.
There is also a working test program included.
http://www.savefile.com/files.php?fid=8113652
To install, copy the file to / and extract with "tar -zxvf gp2x-linux-toolchain.tar.gz"
The file should extract to /opt/ creating the following directory structure:
/opt/
/opt/local/
/opt/local/gp2x
/opt/local/gp2x/bin
/opt/local/gp2x/gp2x-test
/opt/local/gp2x/include
/opt/local/gp2x/info
/opt/local/gp2x/lib
/opt/local/gp2x/libexec
/opt/local/gp2x/man
/opt/local/gp2x/share
Add the toolkit to your path:
export PATH=/opt/local/gp2x/binPATH
Now you can run the compiler using the following:
arm-linux-g++
Remember to change the compiler binary in your own makefiles to make sure they use the correct compiler.
Let me know of any defects or problems you experience with the DevKit.
NOTE: The location of the file is temporary (14 day Limit) until I find a permanent file host.
Here is my working Toolkit for linux.
It includes SDL and the arm-linux toolchain.
There is also a working test program included.
http://www.savefile.com/files.php?fid=8113652
To install, copy the file to / and extract with "tar -zxvf gp2x-linux-toolchain.tar.gz"
The file should extract to /opt/ creating the following directory structure:
/opt/
/opt/local/
/opt/local/gp2x
/opt/local/gp2x/bin
/opt/local/gp2x/gp2x-test
/opt/local/gp2x/include
/opt/local/gp2x/info
/opt/local/gp2x/lib
/opt/local/gp2x/libexec
/opt/local/gp2x/man
/opt/local/gp2x/share
Add the toolkit to your path:
export PATH=/opt/local/gp2x/binPATH
Now you can run the compiler using the following:
arm-linux-g++
Remember to change the compiler binary in your own makefiles to make sure they use the correct compiler.
Let me know of any defects or problems you experience with the DevKit.
NOTE: The location of the file is temporary (14 day Limit) until I find a permanent file host.