EDIT: Finished!
http://filetrip.net/dl?tg0l3Tfcbw
It installs devkitPro and PAlib automatically!
http://filetrip.net/dl?tg0l3Tfcbw
It installs devkitPro and PAlib automatically!

Of course there is. I told you what the reason is already.he didn't disable eabi. if you read the devkitpro site you'll see the tuplet changed from arm-eabi to arm-none-eabi. palib sucks and people shouldn't be using it, but if the latest version of the toolchain works with palib(and apparently it does based on what that guy is saying), then there's no reason not to use it if you really, really want to use palib for whatever reason.
Well played, Yoshi.


A bit of a late reply as to the method, but I tested it and for all intents and purposes, it works (with Nitro and FAT as well), however deprecated file systems such as EFS no longer work with Devkit Pro rev.33 and higher, so installing rev.32 as suggested earlier is recommended if you are compiling applications using EFS.Using this version of PAlib I am able to compile and run PAlib based apps using the latest DevKitPro as of this writing. I extracted the file to /PAlib inside /devkitPro and had to do the following Makefile change:
Changed this line in \devkitPro\PAlib\lib\PA_Makefile
Code:PREFIX := arm-eabi-
To this:
Code:PREFIX := arm-none-eabi-
Hope that helps some of you!
Where can I download devkitPwn? I can't find it anywhereEDIT: I am making a program called 'devkitPwn' which will totally pwn devkitPro and while it has no idea what's going on it injects PAlib right in there and it will be like l33t.