qt embedded for arm

2010-03-17 Thread Michael Ott
Hi! I have small experience in writting code for arm processors. Now I want to write a small application using Qt GUI for a arm9 processor. I have problems to compile the source for Qt and I want to know whether I need to compile it or if is everything available for doing that. If I need to

Re: qt embedded for arm

2010-03-17 Thread Michael Ott
Hi Nataraj! This works well for me on qt-embedded-opensource-4.5.2 + arm-linux-uclibc #./configure -embedded arm -armfpa -depths all -qt-mouse-tslib -prefix /usr/armel-0209091/ -L/usr/armel-tslib/lib/ -I/usr/armel-tslib/include/ -nomake examples -nomake demos What is the content of /usr

Re: qt embedded for arm

2010-03-17 Thread Sujit K M
I doubt whether QT is supported across linux flavours. I think you will have to download the code and then compile from sources on/for debian. Thanks, Sujit On Wed, Mar 17, 2010 at 3:08 PM, Michael Ott mich...@king-coder.de wrote: Hi Nataraj! This works well for me on qt-embedded-opensource

RE: qt embedded for arm

2010-03-17 Thread Weidong Li
-...@lists.debian.org; debian-embed...@lists.debian.org Subject: Re: qt embedded for arm I doubt whether QT is supported across linux flavours. I think you will have to download the code and then compile from sources on/for debian. Thanks, Sujit On Wed, Mar 17, 2010 at 3:08 PM, Michael Ott mich