[Development] Using gcc to build arm version
Lincoln Ramsay
a1291762 at gmail.com
Mon Oct 8 07:18:10 CEST 2012
On 08/10/12 15:09, song.7.liu at nokia.com wrote:
>
> collect2 (4.4.1) is used to link.
>
If you're linking something that includes C++ you should really use g++
as the linker.
If you're going to invoke ld directly, you need to ensure the
appropriate flags are set so it includes the C++ runtime.
Apparently the library you want is libsupc++.a and it'll be somewhere in
your toolchain/sysroot directory.
Also, mesa itself had a problem with this... perhaps that's what you're
hitting?
http://lists.debian.org/debian-gcc/2003/02/msg00141.html
--
Link
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20121008/b617f2c5/attachment.html>
More information about the Development
mailing list