That could be very cool if you could create a qt toolchain for debian ;)
Micka, On Thu, Feb 6, 2014 at 9:16 PM, Louis McCarthy <[email protected]> wrote: > Not to plug my own site, but I give very detailed instructions on my blog > post, which should guide you through what to download and what files to put > where..... > > > http://armsdr.blogspot.com/2014/01/bare-metal-qt-52-on-beaglebone-black_10.html > > The Angstrom toolkit already included qmake, but because we need hf, you > have to build qmake with a cross-compiler (I recommend Linaro). That is why > you need to install the qt-everywhere source. > > I am exploring the creation of a toolchain, for Debian, much like Angstrom > had.....just too many other fires right now.... > > > On Thu, Feb 6, 2014 at 1:34 PM, Micka <[email protected]> wrote: > >> Thx, >> >> But are you working with the image from Robert nelson ( ubuntu ) . >> >> And what do you want me to do with the qt-everywhere opensource src >> folder ? >> >> micka, >> >> >> On Thu, Feb 6, 2014 at 7:53 PM, Tux Leonard <[email protected]> wrote: >> >>> Hi Micka, >>> >>> I shared the toolchain I use and qt sources with you. >>> This combination works on my BBB. >>> >>> Roy >>> >>> >>> 2014-02-06 Micka <[email protected]>: >>> >>> Thx I didn't see that .... But It means also that I can't use the >>>> toolchains qt from angstrom .... because it's compiled withOUT the hf .... >>>> . >>>> >>>> does someone know how to cross compile qt ? I don't need a full >>>> explanation just a little explanation . >>>> >>>> >>>> Any idea ? >>>> >>>> >>>> On Thu, Feb 6, 2014 at 5:49 PM, Micka <[email protected]> wrote: >>>> >>>>> Thx I didn't see that .... But It means also that I can't use the >>>>> toolchains qt from angstrom .... because it's compiled with the hf .... . >>>>> >>>>> does someone know how to cross compile qt ? I don't need a full >>>>> explanation just a little explanation . >>>>> >>>>> >>>>> Any idea ? >>>>> >>>>> >>>>> On Thu, Feb 6, 2014 at 3:20 PM, Robert Nelson <[email protected] >>>>> > wrote: >>>>> >>>>>> > ubuntu@arm:~$ qmake -version >>>>>> > QMake version 2.01a >>>>>> > Using Qt version 4.8.4 in /usr/lib/arm-linux-gnueabihf >>>>>> >>>>>> > the gcc that i'm using is here : >>>>>> > >>>>>> > /usr/bin/arm-linux-gnueabi-g++ >>>>>> >>>>>> Your using ubuntu "armhf" yet building the appplication with a >>>>>> "gnueabi" based compiler.. >>>>>> >>>>>> "armhf" uses this linker: >>>>>> /lib/ld-linux-armhf.so.3 >>>>>> >>>>>> "armel/gnueabi" uses this linker: >>>>>> /lib/ld-linux.so.3 >>>>>> >>>>>> Use the correct "gnueabi*hf*" toolchain.. >>>>>> >>>>>> Regards, >>>>>> >>>>>> -- >>>>>> Robert Nelson >>>>>> http://www.rcn-ee.com/ >>>>>> >>>>>> -- >>>>>> 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. >>>> >>> >>> -- >>> 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 a topic in the >> Google Groups "BeagleBoard" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/beagleboard/mb1R6NF5RH4/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > > “If we can prevent the government from wasting the labors of the people, > under the pretense of taking care of them, they must become happy." - > Thomas Jefferson > > -- > 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/d/optout.
