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.
