Page 1 of 1

devkitARM release 27 and associated libraries.

Posted: Sat Dec 05, 2009 10:01 pm
by WinterMute
devkitARM release 27 and associated library updates are now available for download, see the main site post for details of changes. http://www.devkitpro.org/devkitarm/devk ... libraries/

As usual these updates are available through the windows installer/updater.

Re: devkitARM release 27 and associated libraries.

Posted: Sun Dec 06, 2009 5:11 pm
by Quirky
Typo in the announcement? "devkitPPC release 18" => "devkitARM release 27".

Apart from that, upgraded and everything went smoothly. Nice one.

Re: devkitARM release 27 and associated libraries.

Posted: Mon Dec 07, 2009 12:05 am
by vuurrobin
did you remove uint? cos I was kinda using that. alot ^_^.

the automatic installer had some problems downloading some stuff, but after downloading them manually, it ran perfectly.


also, you forgot to fix some reported bugs, like the oamAffineTransformation() mentioned here: (http://forums.devkitpro.org/viewtopic.php?f=15&t=1454) or the spriteRotation struct mentioned here: (http://forums.devkitpro.org/viewtopic.php?f=15&t=1499)

Re: devkitARM release 27 and associated libraries.

Posted: Tue Dec 08, 2009 6:56 pm
by WinterMute
vuurrobin wrote:did you remove uint? cos I was kinda using that. alot ^_^.
Nope, doesn't seem to be a standard type either from what I can find.

This compiles for me just fine though :-

Code: Select all

#include <stdio.h>

int main() {
	uint test = 100;
	
	return 0;
}
the automatic installer had some problems downloading some stuff, but after downloading them manually, it ran perfectly.
Yeah, unfortunately the SF mirrors can be a bit flakey sometimes but I don't really know if it would be any better elsewhere - devkitPro alone is doing around 300gig a month.
also, you forgot to fix some reported bugs, like the oamAffineTransformation() mentioned here: (http://forums.devkitpro.org/viewtopic.php?f=15&t=1454) or the spriteRotation struct mentioned here: (http://forums.devkitpro.org/viewtopic.php?f=15&t=1499)
Not so much forgot as having other priorities for this release set - quite a bit of DSi related prep work for instance which I don't really want to make too big a deal about until we have some other things ready to roll.

Re: devkitARM release 27 and associated libraries.

Posted: Wed Dec 16, 2009 3:35 pm
by MrAndini
I just downloaded the latest devkitpro using the windows installer and now my grit doesn't work any more.

I have tried both an update and a complete unistall followed by clean install.

In each case I now get this error when I use grit


grit.exe - Unable to locate Component
The application has failed to start because FreeImage.dll was not found.
Re-installing the application may fix this problem.


As I said above, I have tried reinstalling with the same result each time, grit gives me an error now which it never did before.

A check of my backed up previous version shows FreeImage.dll is found in
C:\devkitpro\devkitARM\bin
and
c:\devkitpro\devkitPPC\bin

When I run the installer these files are no longer present.

Re: devkitARM release 27 and associated libraries.

Posted: Thu Dec 17, 2009 9:09 pm
by WinterMute
Oops, sorry, looks like something went wrong with the packaging script. I'll fix these shortly.