1-
Quote Originally Posted by Legolas
In data folders you will find a .git file, that is used by grit, e.g.:
Code:
grit.exe drunkenlogo.png -ff drunkenlogo.git -fts
didn't work
Quote Originally Posted by Error Log
---grit v0.7b2 ---
** src[ 0] : drunkenlogo.png
Conversion finished.
C:\FPC4NDS\bin\arm-nds\arm-nds-ld.exe: cannot find drunkenlogo.o
main.pp(85) Error: Error while ]

My batch:
Code:
@echo off
C:\FPC4NDS\bin\arm-nds\grit.exe drunkenlogo.png -ff drunkenlogo.git -fts 
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
---------------------------------------

4-
Quote Originally Posted by Legolas
libfat is already included in the snapshot and it is installed by default by dkP's installer.
It isn't working :cry:

Quote Originally Posted by Error Log
PPU Loading C:\FPC4NDS\units\arm-nds\libndsfpc\fat.ppu
PPU Source: fat.pp not found
PPU Source: fat.inc not found
PPU Source: fat.inc not found
Recompiling fat, checksum changed for System
fat.pp(8,13) Fatal: Can't find unit fat used by main
Fatal: Compilation aborted
It can be an error on my fpc.cfg,can't it?

---------------------------------------


Quote Originally Posted by Legolas
Thanks for the bug report
Thanks for the answers