Quantcast
Channel: Qt DevNet forums: QtonPi
Viewing all articles
Browse latest Browse all 92

Qt Cross-Compiling configuration for Rpi Application

$
0
0
HI guys, I have got Qt5 installed using the qt.run file, which I had downloaded from the Qt Project website (Qt was installed properly and I can work on my desktop), on my Ubuntu 12.04. I’ve followed this guide [qt-project.org] to be able to cross-compile my apps. What I’m able to do is to configure the Qt Version for the Rpi. I can’t configure my Qt Creator, because I don’t know where the qmake for rpi is installed even thouhgt I have installed the linario gcc. What am I missing? Is it mandatory that I must to compile qt5 from the source files? Where can I get the qmake files for rpi? Moreover I have read these documents: document_1 [ics.com] —> I can’t mount the Raspbian SD image file on the Desktop PC as described on the document, using the command *$sudo mount -o loop,offset=62914560 \ raspberry-working-image.img /mnt/raspberry-rootfs* document_2 [ics.com] the same problem, I was unable to mount the rpi by the remote command sudo mount x.x.x.x:/ /mnt/rpi-rootfs but I think this is due to the fact I’m not using the NTFS file system and I don’t have sharing folder. Furthermore, I have read a lot of documentation about how to set a toolchain to be able to build application for rpi using Qt5. Nothing has work well, there where everytime something that doesn’t do what expected. Now I need a big help… Thank you in advance.

Viewing all articles
Browse latest Browse all 92

Trending Articles