Actually i need to run QT creator executable in ARM board.So that i installed QT creator in my system in which it having i386 processor. so i cross compiled QT creator executable using "Angstrom cross compiler tool chain" in my system itself. After making QT creator executable file i copied that executable file using pen drive and placed in ARM board .

Now if i execute that file like "./test -qws" . It's given the error like "QFontDatabase: Cannot find font directory /usr/lib/fonts - is Qt installed correctly?" . For that i just make a directory in ARM board like " /usr/lib/fonts" but not copied any font file in the directory.After that again if i execute "./test -qws" , its is not giving any error and also it is not displayed on the board.The display is just blinking while execute but no response after that . Is it any other procedure i have to follow to display while execute.Guide me,