> 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.

Reply via email to