

Am I right in assuming that I should copy the content of my SD-card to this folder on my developing machine? Let's also say I want to setup the sysroot, I don't get the part "One is to mount the ODROID-XU3's SD Card or eMMC on your development machine and either make a copy or a link to ~/Code/Odroid/sysroot". Problem is I don't see such a folder in my home directory on my Odroid. According to this site I should copy the raspberry pi toolchain (or a different one) into the folder ~/Code/Odroid/toolchain. Do I have to do this only if I want to cross-compile, so compile on a different machine for my Odroid XU3, or also if I just want to compile on Odroid itself? It states that I have to setup a toolchain and a sysroot. When I searched for my qt5 folder, I could only find qt4 in user/share. Sudo apt-get install "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev I followed the given hyperlink on this site and installed the dependencies using following commands: It states that I need to install some dependencies.I tried to follow these instructions but didn't understand few things.


Compiling xpad odroid xu4 how to#
I've read a lot of on the internet to figure out how to do this but haven't been successful yet. I want to run QT-Creator on my Odroid XU3 (ARM Architecture with Lubuntu 14.4) and build an application with it.
