grit returns a .s file, that you should pass to arm-nds-as.exe in order to get a .o. Your batch should be:

Code:
@echo off
C:\FPC4NDS\bin\arm-nds\grit.exe drunkenlogo.png -ff drunkenlogo.git -fts
C:\FPC4NDS\bin\arm-nds\arm-nds-as -o drunkenlogo.o drunkenlogo.s
C:\FPC4NDS\bin\arm-nds\ppcarmnds --gc-sections -Tnds main.pp 
C:\FPC4NDS\bin\arm-nds\ndstool -c 16bitcolor.nds -9 main.nef.bin 
pause
C:\FPC4NDS\NO$GBA\TNO$GBA.EXE 16bitcolor.nds
The problem about libfat is that I haven't recompiled the related code, so the compiler version does not match the library version. ops:

In the meanwhile I have fixed libmikmod and it works now, but something still goes wrong playing raw sound :scratch:

Expect a new snapshot with all fixes this weekend


Quote Originally Posted by unneon
Thanks for the answers
You are welcome