Hello All,
I want to display custom strings on LCD of dk-TM4C129X. As a starting point I am trying to modify language.csv file in third_party/fonts/lang_demo. When I am recompiling the folder to recreate language.c file, I am getting following message on console-
$ make all
../../../tools/bin/mkstringtable -u -f language.csv -b language -s utf8 -t
String table contains 323 independent characters.
String table was 4389, is 3608, savings=768, total savings=781
../../../tools/bin/mkstringtable -u -c 0x8000 -f language.csv -b langremap -s utf8 -r
String table contains 323 independent characters.
String table was 4389, is 2963, savings=653, total savings=1426
../../../tools/bin/ftrasterize -u -c language.txt -r -f custom -s 14 AndBasR.ttf fireflysung.ttf NanumMyeongjo.ttf sazanami-gothic.ttf
Makefile:41: recipe for target 'fontcustom14pt.c' failed
make: *** [fontcustom14pt.c] Segmentation fault
Looks like the compilation is failed. I am not understanding what is going wrong here. I still have not modified any thing here.
Can anyone help me out here. I am using Tivaware 2.1.0.12573
regards,
Sharadanand