This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ftrasterize utility of graphics library giving error

I am getting error while executing the ftrasterize utility to generate fonts supported by tivaware graphics library.

The mapping file multilangauge_new.txt was generated using the mkstringtable utility from an input csv file storing strings in utf-8 format.

C:\Users\deos1\Recharger\UI\Multi Language Translations\MultiLanguageDemo>ftrast
erize -u -c multilanguage_new.txt -r -f custom -s 20 AndBasR.ttf fireflysung.ttf
NanumMyeongjo.ttf sazanami-gothic.ttf
FTRasterize: Generate a TivaWare GrLib-compatible font.
Copyright 2008-2011 Texas Instruments Incorporated.

Syntax error in charmap file at line 4. Ignoring.
ftrasterize: Unable to open font file 'AndBasR.ttf'
ftrasterize: Unable to open font file 'fireflysung.ttf'

What could be wrong?