this batch worked
Thanks again :shock:

Now I have 3 new questions

5- How to convert .pcx to .o?
(ball.pcx of the devkitpro\graphics\complex2d example)

6- Delay procedure is possible? I tryed it in a game, but didn't work, then I made it with a for,but don't has the real Miliseconds

7- Where can I see what the files of bin folder do ops:
arm-nds-as.exe
arm-nds-ld.exe
arm-nds-nm.exe

----
Edited
New Question^^
8- Where is the file arm-eabi on the snapshot?
See the devkitPro\debugging\exceptionTest example:
// The default exception handler displays the exception type - data abort or undefined instruction
// you can relate the exception to your code using arm-eabi-addr2line -e <elf> <address>
// assuming you built with debug info this will display a source file and a line number
// The address of the instruction is shown as pc, beside the address which faulted
// the rest of the screen is a dump of the registers.