Hi Every body! i compile qt-everywhere-opensource-src-4.6.3 successfully and i want to copy the /usr/local/Qt/ on my usb and then copy that to my mini2440 but when i m copy this folder i get this error for some file: cp: cannot create symbolic link `/media/Transcend/Qt/lib/libQtXml.so.4.6': Operation not permitted i m using ubuntu 10.04.
Qt 4.6.3 cannot copy symbolic files
Copy just files that are not symbolic links, than change name of those files from for example libQtXml.so.4.6 to libQtXml.so.4. good luck best regards Tom
Do you have a compiled program that I can test on my board because I success to compile Qt but my programm don't start and the demos works well. So I wouldlike to test if the bug come from me or from the confihuration on the board, Thanks.
I guess your USB memory stick uses VFAT as its filesystem. Create a real filesystem on it (ext2 or something similar) and it will know how to handle symbolic links. Or much simpler: Instead of copyiung, create a TAR archive on you host, and untar it on your target. This will keep the symbolic links away from your VFAT, but keep them in the archive and later on on your root filesystem.