Hi Everyone,
I am new to the Qt Programming.
Can anyone help me to Create Qt Application for Mini2440?
Thank you
Sunil
Hi Everyone,
I am new to the Qt Programming.
Can anyone help me to Create Qt Application for Mini2440?
Thank you
Sunil
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.Can anyone help me to Create Qt Application for Mini2440?
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
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
Bookmarks