Not counting OS differences, is there much difference from using the psptoolchain on linux, versus devkit pro on windows? I currently use devkit pro, but I don't use it's make system, I use Rake, which should be easy to get working on linux. Any issues anyone can think of before I make the switch?
thanks,
~S
ps - please keep this psp homebrew specific. I am familiar with linux, just not doing psp dev on it.
psp toolchain on linux versus devkitpro
I know this is kind of cross topic but... I also noticed that devkitpro was badly outdated, and because of that I kind of merge that project with the official toolchain on the topic:
Win32 native Toolchain for PSPSDK
Basically the latest SDK running natively on windows with the difference that there is no need for a POSIX shell.
There are a couple of devpaks (in other words) popular pre compiled libraries such as SDL, ZLIB, etc... that you just install over and you can use your SDK right ahead with Visual Studio (tested on Express 2008), Eclipse CDT or from a simple DOS command prompt.
Since you don't need any fancy shell I guess you can use rake on windows too with it.
Win32 native Toolchain for PSPSDK
Basically the latest SDK running natively on windows with the difference that there is no need for a POSIX shell.
There are a couple of devpaks (in other words) popular pre compiled libraries such as SDL, ZLIB, etc... that you just install over and you can use your SDK right ahead with Visual Studio (tested on Express 2008), Eclipse CDT or from a simple DOS command prompt.
Since you don't need any fancy shell I guess you can use rake on windows too with it.
-
- Posts: 51
- Joined: Sun Feb 24, 2008 3:36 am
Ok that is what I wanted to hear.
It should be noted that devkitpsp only shows version 9 on their website for download, but if you download the devkit updater, it installs version 11, which I think is recent within a few months. But yeah, your point is still taken.
Well that solves it, I guess I'll miss visual studio, but I don't use any other windows only software, so should be relatively painless.
Thanks,
~S
It should be noted that devkitpsp only shows version 9 on their website for download, but if you download the devkit updater, it installs version 11, which I think is recent within a few months. But yeah, your point is still taken.
Well that solves it, I guess I'll miss visual studio, but I don't use any other windows only software, so should be relatively painless.
Thanks,
~S