From: Daniel Metcalf <[email protected]> Reply-To: <[email protected]> Date: Monday, December 23, 2013 at 2:09 PM To: <[email protected]> Subject: [beagleboard] Angstrom Toolchain (32-bit) and Qt 5.2.x
> I finally got the toolchain built with Qt for Angstrom for my 32bit Fedora 20 > laptop. I built the test program as shown in this video > (http://www.youtube.com/watch?v=kP7uvOu9hoQ) and I can build the executable on > my laptop. I then copied the executable to the BBB and tried to execute it a > received an error stating that the executable could not be located. I checked > permissions and it had execute permissions. I then tried the "./" or dot-slash > in front of the executable and receive the same error. I then realized the BBB > does not come with Qt support installed so I tried the command "opkg install > qt4-base" and was given the statement that not all of the dependencies could > be resolved and that I should use the "--force-depends" flag to force the > install. I noted the failed dependency pertained to the kernel version > apparently I am running 3.8.x and the package depends on 3.2.x. > > So now I am sitting through a "bitbake cloud9-gnome-image" build of Angstrom > v2013.09 of which I will execute another "bitbake -c populate_sdk > cloud9-gnome-image" of the same version. I want to build Qt v5.2.x for the > toolchain and for the BBB. I have an idea as to how to build for the BBB but > no idea as to how I might build and integrate Qt v5.2.x into the toolchain. > Could someone please point me into the right direction? Hi Daniel, To run QT, you will need SGX. I¹m not sure you can get SGX running on the Angstrom V3.8 kernel, but I understand that the Yocto V3.8 kernel can be patched to run SGX: http://e2e.ti.com/support/arm/sitara_arm/f/791/t/298596.aspx?pi239031349=1 Look for the patches from Andreas. I worked with Robert Nelson to get SGX working on his V3.12 kernel and I have QT5.1.1 working on his Debian distribution. I explained the steps in a previous posting. Regards, John > > Thanks in advance, > Dan Metcalf -- KB3UUN > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
