LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   Qt-Embedded Problem in "make install" (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/qt-embedded-problem-in-make-install-783107/)

atmurali 01-18-2010 09:16 PM

Qt-Embedded Problem in "make install"
 
Hello ,
I am trying to install QT/Embedded ((qt-embedded-linux-opensource-src-4.5.2) on my KUbuntu 9.10 OS. The make (cross compiled with arm-linux-g++) was successfully. But make install gives some error.

_________________________
install -m 755 -p /home/anand/Music/EQ/bin/qmake /home/anand/Public/build/QT/bin/
rm -f /home/anand/Public/build/QT/mkspecs/default; ln -sf qws/linux-arm-g++ /home/anand/Public/build/QT/mkspecs/default
install -m 644 -p /home/anand/Music/EQ/mkspecs/qconfig.pri /home/anand/Public/build/QT/mkspecs/
cp -f -r /home/anand/Music/qt-embedded-linux-opensource-src-4.5.2/mkspecs/aix-g++ /home/anand/Public/build/QT/mkspecs/
cp: cannot overwrite non-directory `/home/anand/Public/build/QT/mkspecs/aix-g++' with directory `/home/anand/Music/qt-embedded-linux-opensource-src-4.5.2/mkspecs/aix-g++'
make: [install_mkspecs] Error 1 (ignored)
cp -f -r /home/anand/Music/qt-embedded-linux-opensource-src-4.5.2/mkspecs/aix-g++-64 /home/anand/Public/build/QT/mkspecs/
cp: cannot overwrite non-directory `/home/anand/Public/build/QT/mkspecs/aix-g++-64' with directory `/home/anand/Music/qt-embedded-linux-opensource-src-4.5.2/mkspecs/aix-g++-64'
make: [install_mkspecs] Error 1 (ignored)
cp -f -r /home/anand/Music/qt-embedded-linux-opensource-src-4.5.2/mkspecs/aix-xlc /home/anand/Public/build/QT/mkspecs/
cp: cannot overwrite non-directory `/home/anand/Public/build/QT/mkspecs/aix-xlc' with directory `/home/anand/Music/qt-embedded-linux-opensource-src-4.5.2/mkspecs/aix-xlc'
make: [install_mkspecs] Error 1 (ignored)
cp -f -r /home/anand/Music/qt-embedded-linux-opensource-src-4.5.2/mkspecs/aix-xlc-64 /home/anand/Public/build/QT/mkspecs/
cp: cannot overwrite non-directory `/home/anand/Public/build/QT/mkspecs/aix-xlc-64' with directory `/home/anand/Music/qt-embedded-linux-opensource-src-4.5.2/mkspecs/aix-xlc-64'
make: [install_mkspecs] Error 1 (ignored)
________________

and repeating for other folders.


Whether this make any problem in my Target board?

And after installing, which files are to be copied to target board?
(/lib /bin or like ?)

Please help me........


All times are GMT -5. The time now is 06:44 AM.