Thanks; downloaded and installed but it's giving me trouble. "Error: Target "nds", package "libndsfpc" not found

I have checked, msys and another environment variable are set. I don't have any build.bat in an example directory (like what apparently the GBA ones have) so I'm unsure if I'm supposed to have one.

I have tried running setpath.bat and setting it to both "C:\devkitPro" and "C:\devkitPro\devkitARM" and both give the error

And just for grins, I decided to try out making a build.bat like above:
Code:
@echo off

set path=C:\fpcds\bin\arm-nds;%PATH%

fpcmake -w -Tnds

make OS_TARGET=nds CPU_TARGET=arm BINUTILSPREFIX=arm-eabi- 

pause
Which spits out
Code:
Processing Makefile.fpc
Error: Target "nds", package "libndsfpc" not found
/bin/pwd.exe: couldn't find directory entry in `..' with matching i-node
Makefile:135: *** Compiler .exe not found. Stop.
Press any key to continue . . .