hi,
i downloaded qt4.7. and i want to use it on my dm6446.
i configured it as default and it works fine on the my linux (fedora 12)
host.
 i just have to execute the following commands
                    qmake-qt4 -project
                    qmake-qt4
                    make

i am trying to run a qmake command on my dm6446 board.

i configured qt using the following configuration

i edited the qmake.conf file in mkspecs/qws/linu-dm6446-g++ and used the
board specific compiler, which is arm_v5t_le.

./configure -prefix /home/swapnil/workdir/filesys -embedded arm -platform
/qws/linux-x86-g++ -xplatform /qws/linux-dm6446-g++ -depths 16,24,32 -no-mmx
-no-3dnow -no-sse -no-sse2 -no-glib -no-cups -no-largefile -no-accessibility
-no-openssl -no-gtkstyle -qt-mouse-pc -qt-mouse-linuxtp -qt-mouse-linuxinput
-plugin-mouse-linuxtp -plugin-mouse-pc -fast

where the ~/workdir/filesys is my shared file system for the board.


i successfully executed make and make install.



now when i am in board....
and run a qmake command ....in the minicom i get this error

root@192.168.1.6:/qt_example# qmake -project
-bash: /bin/qmake: cannot execute binary file


can any one help me on this?
is there any problem with the permissions or is there any problem while
configure, make and make install steps?
_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to