PDA

View Full Version : Qt programming for Mini2440



sunil880089
29th October 2012, 09:00
Hi Everyone,

I am new to the Qt Programming.
Can anyone help me to Create Qt Application for Mini2440?

Thank you
Sunil

ChrisW67
31st October 2012, 08:23
I am new to the Qt Programming.
Programming for an embedded system is not a good place to start IMHO

Can anyone help me to Create Qt Application for Mini2440?
Yes, but first you will have to build or install a cross-compiler tool chain, build Qt and any 3rd party libraries it might need for that embedded system, and then you can start programming using Qt for that platform.

sunil880089
16th November 2012, 07:11
Programming for an embedded system is not a good place to start IMHO

Yes, but first you will have to build or install a cross-compiler tool chain, build Qt and any 3rd party libraries it might need for that embedded system, and then you can start programming using Qt for that platform.

hi,

where can i get link to start Qt program for mini2440?

sunil880089
27th November 2012, 09:40
please anyone help me.

while compiling qt-everywhere-opensource-src-4.6.2
i got following Error

ine 69: /usr/local/qt-everywhere-opensource-src-4.6.2/bin/qmake: cannot
execute binary file
/usr/local/qt-everywhere-opensource-src-4.6.2/config.tests/unix/compile.test:
line 69: /usr/local/qt-everywhere-opensource-src-4.6.2/bin/qmake: cannot
execute binary file
The tslib functionality test failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR and QMAKE_LIBDIR in
/usr/local/qt-everywhere-opensource-src-4.6.2/mkspecs/qws/linux-arm-g++.
[root@localhost qt-everywhere-opensource-src-4.6.2]#

please help me
thank you

wysota
27th November 2012, 09:59
What is the output of "uname -a" and "file /usr/local/qt-everywhere-opensource-src-4.6.2/bin/qmake"?

And why are you running those commands as root?

sunil880089
29th November 2012, 13:58
What is the output of "uname -a" and "file /usr/local/qt-everywhere-opensource-src-4.6.2/bin/qmake"?

And why are you running those commands as root?



Hi
now i am able to cross compile and run Qt application on mini2440 by using "-qws "
command in terminal.
but how to install Qt application on mini2440 so that directly by Double click on the icon we can able to Run the program..
for this what i have to do.?

please help me...


Thanks and Regards.
Sunil