Hello,

I am currently working on a SBC6000x board (armv5) with linux 2.6.24 on it and i would like to make an application which would use the lcd display with the board.
My idea was to write the application on my ubuntu pc and then cross compile it for my board. I got the compiler from embest (which work since i was able to make a little "hello world" application echo in the terminal) and the last version of qt Creator (installed last week). My board don't seems to have a current GUI, as i understand not having one would make it impossible for me to use application with thing like button/msgbox. Is there a way to create one using QT Creator/designer for armv5 ?

Kind regards