Can I just check that

1 - the fpc4nds 2.4.0 was based on devkitarm (r27).

2 - The \fpc\2.4.0\bin\arm-nds folder is made up of most of the devkitarm (r27) C:\devkitPro\devkitARM\bin (including ndstool/mmutil etc) + the fpc compiler(s).

3 - Now that devkitarm (r27) has dissapeared from sourceforge - is there another way to get the pre-built (r27) libraries that ppcarm links with, eg those in the

-Flc:\devkitpro/devkitARM/lib/gcc/arm-eabi/4.4.2/thumb
-Flc:\devkitpro/devkitARM/arm-eabi/lib/thumb
#ELSE
-Flc:\devkitpro/devkitARM/lib/gcc/arm-eabi/4.4.2
-Flc:\devkitpro/devkitARM/arm-eabi/lib

(Browsing the svn repro (https://devkitpro.svn.sourceforge.net/svnroot/devkitpro) I can't seem to find anything devkitarm related at all)

EDIT - I've actually found the buildscript directory - and think I've found the svn revison that built 27. I'm reading the readme/getting the other libraries and trying to compile devkitarm now.

Thanks


PS If you are thinking of another release, would it possible to take whatever pre-build libraries your dependent on, and ship them with your installer?