* libstc++ libtool problem, cross lamanger broken
@ 2010-05-08 7:53 Koen Kooi
2010-05-14 17:33 ` Koen Kooi
0 siblings, 1 reply; 9+ messages in thread
From: Koen Kooi @ 2010-05-08 7:53 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I've been getting failures when ARM apps try to link with x86_64
libxml2, and I started to do some digging:
grep L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib
/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/lib/*.la |
more | awk -F: '{print $1}' | sed
s:/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/lib/::glibaspell.la
libatkmm-1.6.la
libcairomm-1.0.la
libetpan.la
libFLAC++.la
libgdkmm-2.4.la
libgiomm-2.4.la
libglibmm-2.4.la
libglibmm_generate_extra_defs-2.4.la
libgnutlsxx.la
libgtkmathview_custom_reader.la
libgtkmathview_libxml2.la
libgtkmathview_libxml2_reader.la
libgtkmm-2.4.la
libmathview_backend_gtk.la
libmathview_backend_ps.la
libmathview_backend_svg.la
libmathview_frontend_custom_reader.la
libmathview_frontend_libxml2.la
libmathview_frontend_libxml2_reader.la
libmathview.la
libpangomm-1.4.la
libpcrecpp.la
libpoppler-glib.la
libpoppler.la
libpspell.la
libschroedinger-1.0.la
libsidplay.la
libsigc-2.0.la
libstdc++.la
libsupc++.la
libtiffxx.la
libwebkit-1.0.la
So pretty much anything with a c++ dep gets a bogus .la file, so lets
look at libstdc++.la:
dependency_libs=' -L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib
/OE/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/libstdc++.la'
So it looks like the cross.bbclass lamangler needs some more work.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFL5RiNMkyGM64RGpERAj8wAJwI7kS06MsYkJ0F9qPC7zMtAayo3wCgr7dB
S6dcdHhKvPl0WSxZk+zXpAk=
=0C1I
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: libstc++ libtool problem, cross lamanger broken
2010-05-08 7:53 libstc++ libtool problem, cross lamanger broken Koen Kooi
@ 2010-05-14 17:33 ` Koen Kooi
2010-05-16 16:21 ` Koen Kooi
2010-05-16 16:44 ` Khem Raj
0 siblings, 2 replies; 9+ messages in thread
From: Koen Kooi @ 2010-05-14 17:33 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Almost a week later, any fixes people can try[1]?
[1] apart from sed -i -e
's:-L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib::g'
sysroots/*/usr/lib/*.la
On 08-05-10 09:53, Koen Kooi wrote:
> Hi,
>
> I've been getting failures when ARM apps try to link with x86_64
> libxml2, and I started to do some digging:
>
> grep L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib
> /OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/lib/*.la |
> more | awk -F: '{print $1}' | sed
> s:/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/lib/::glibaspell.la
> libatkmm-1.6.la
> libcairomm-1.0.la
> libetpan.la
> libFLAC++.la
> libgdkmm-2.4.la
> libgiomm-2.4.la
> libglibmm-2.4.la
> libglibmm_generate_extra_defs-2.4.la
> libgnutlsxx.la
> libgtkmathview_custom_reader.la
> libgtkmathview_libxml2.la
> libgtkmathview_libxml2_reader.la
> libgtkmm-2.4.la
> libmathview_backend_gtk.la
> libmathview_backend_ps.la
> libmathview_backend_svg.la
> libmathview_frontend_custom_reader.la
> libmathview_frontend_libxml2.la
> libmathview_frontend_libxml2_reader.la
> libmathview.la
> libpangomm-1.4.la
> libpcrecpp.la
> libpoppler-glib.la
> libpoppler.la
> libpspell.la
> libschroedinger-1.0.la
> libsidplay.la
> libsigc-2.0.la
> libstdc++.la
> libsupc++.la
> libtiffxx.la
> libwebkit-1.0.la
>
> So pretty much anything with a c++ dep gets a bogus .la file, so lets
> look at libstdc++.la:
>
> dependency_libs=' -L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib
> /OE/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/libstdc++.la'
>
> So it looks like the cross.bbclass lamangler needs some more work.
>
> regards,
>
> Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFL7YlOMkyGM64RGpERAjBZAKCK/+SSGgnqz7J8KVL31hI7zC1qRgCgsJGX
O/dkdGg7FraOdiQFEhxL8MQ=
=FKfz
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: libstc++ libtool problem, cross lamanger broken
2010-05-14 17:33 ` Koen Kooi
@ 2010-05-16 16:21 ` Koen Kooi
2010-05-16 16:44 ` Khem Raj
1 sibling, 0 replies; 9+ messages in thread
From: Koen Kooi @ 2010-05-16 16:21 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
ping
On 14-05-10 19:33, Koen Kooi wrote:
> Almost a week later, any fixes people can try[1]?
>
> [1] apart from sed -i -e
> 's:-L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib::g'
> sysroots/*/usr/lib/*.la
>
>
> On 08-05-10 09:53, Koen Kooi wrote:
>> Hi,
>
>> I've been getting failures when ARM apps try to link with x86_64
>> libxml2, and I started to do some digging:
>
>> grep L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib
>> /OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/lib/*.la |
>> more | awk -F: '{print $1}' | sed
>> s:/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/lib/::glibaspell.la
>> libatkmm-1.6.la
>> libcairomm-1.0.la
>> libetpan.la
>> libFLAC++.la
>> libgdkmm-2.4.la
>> libgiomm-2.4.la
>> libglibmm-2.4.la
>> libglibmm_generate_extra_defs-2.4.la
>> libgnutlsxx.la
>> libgtkmathview_custom_reader.la
>> libgtkmathview_libxml2.la
>> libgtkmathview_libxml2_reader.la
>> libgtkmm-2.4.la
>> libmathview_backend_gtk.la
>> libmathview_backend_ps.la
>> libmathview_backend_svg.la
>> libmathview_frontend_custom_reader.la
>> libmathview_frontend_libxml2.la
>> libmathview_frontend_libxml2_reader.la
>> libmathview.la
>> libpangomm-1.4.la
>> libpcrecpp.la
>> libpoppler-glib.la
>> libpoppler.la
>> libpspell.la
>> libschroedinger-1.0.la
>> libsidplay.la
>> libsigc-2.0.la
>> libstdc++.la
>> libsupc++.la
>> libtiffxx.la
>> libwebkit-1.0.la
>
>> So pretty much anything with a c++ dep gets a bogus .la file, so lets
>> look at libstdc++.la:
>
>> dependency_libs=' -L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib
>> /OE/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/libstdc++.la'
>
>> So it looks like the cross.bbclass lamangler needs some more work.
>
>> regards,
>
>> Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFL8BuAMkyGM64RGpERAt4cAJ4vI2Qgf6S+MnQ9ZnF4T2KHNpoqMACeMFTx
S+Rf/i7pmxQKbiq5VgNyF10=
=BU9M
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: libstc++ libtool problem, cross lamanger broken
2010-05-14 17:33 ` Koen Kooi
2010-05-16 16:21 ` Koen Kooi
@ 2010-05-16 16:44 ` Khem Raj
2010-05-16 17:47 ` Koen Kooi
2010-05-16 19:07 ` Andrea Adami
1 sibling, 2 replies; 9+ messages in thread
From: Khem Raj @ 2010-05-16 16:44 UTC (permalink / raw)
To: openembedded-devel
On Fri, May 14, 2010 at 10:33 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Almost a week later, any fixes people can try[1]?
Koen
my sysroots/armv5te-oe-linux-gnueabi/usr/lib/libstdc++.la file has
dependency_libs=' -lm'
I am not able to reproduce the problem on my end
What am I missing ?
Thx
-Khem
>
> [1] apart from sed -i -e
> 's:-L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib::g'
> sysroots/*/usr/lib/*.la
>
>
> On 08-05-10 09:53, Koen Kooi wrote:
>> Hi,
>>
>> I've been getting failures when ARM apps try to link with x86_64
>> libxml2, and I started to do some digging:
>>
>> grep L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib
>> /OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/lib/*.la |
>> more | awk -F: '{print $1}' | sed
>> s:/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/lib/::glibaspell.la
>> libatkmm-1.6.la
>> libcairomm-1.0.la
>> libetpan.la
>> libFLAC++.la
>> libgdkmm-2.4.la
>> libgiomm-2.4.la
>> libglibmm-2.4.la
>> libglibmm_generate_extra_defs-2.4.la
>> libgnutlsxx.la
>> libgtkmathview_custom_reader.la
>> libgtkmathview_libxml2.la
>> libgtkmathview_libxml2_reader.la
>> libgtkmm-2.4.la
>> libmathview_backend_gtk.la
>> libmathview_backend_ps.la
>> libmathview_backend_svg.la
>> libmathview_frontend_custom_reader.la
>> libmathview_frontend_libxml2.la
>> libmathview_frontend_libxml2_reader.la
>> libmathview.la
>> libpangomm-1.4.la
>> libpcrecpp.la
>> libpoppler-glib.la
>> libpoppler.la
>> libpspell.la
>> libschroedinger-1.0.la
>> libsidplay.la
>> libsigc-2.0.la
>> libstdc++.la
>> libsupc++.la
>> libtiffxx.la
>> libwebkit-1.0.la
>>
>> So pretty much anything with a c++ dep gets a bogus .la file, so lets
>> look at libstdc++.la:
>>
>> dependency_libs=' -L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib
>> /OE/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/libstdc++.la'
>>
>> So it looks like the cross.bbclass lamangler needs some more work.
>>
>> regards,
>>
>> Koen
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFL7YlOMkyGM64RGpERAjBZAKCK/+SSGgnqz7J8KVL31hI7zC1qRgCgsJGX
> O/dkdGg7FraOdiQFEhxL8MQ=
> =FKfz
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: libstc++ libtool problem, cross lamanger broken
2010-05-16 16:44 ` Khem Raj
@ 2010-05-16 17:47 ` Koen Kooi
2010-05-16 19:07 ` Andrea Adami
1 sibling, 0 replies; 9+ messages in thread
From: Koen Kooi @ 2010-05-16 17:47 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 16-05-10 18:44, Khem Raj wrote:
> On Fri, May 14, 2010 at 10:33 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> Almost a week later, any fixes people can try[1]?
>
>> Koen
>
>> my sysroots/armv5te-oe-linux-gnueabi/usr/lib/libstdc++.la file has
>> dependency_libs=' -lm'
>> I am not able to reproduce the problem on my end
>> What am I missing ?
Try angstrom/beagleboard
>
>> Thx
>> -Khem
>
>
>
>
> [1] apart from sed -i -e
> 's:-L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib::g'
> sysroots/*/usr/lib/*.la
>
>
> On 08-05-10 09:53, Koen Kooi wrote:
>>>> Hi,
>>>>
>>>> I've been getting failures when ARM apps try to link with x86_64
>>>> libxml2, and I started to do some digging:
>>>>
>>>> grep L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib
>>>> /OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/lib/*.la |
>>>> more | awk -F: '{print $1}' | sed
>>>> s:/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/lib/::glibaspell.la
>>>> libatkmm-1.6.la
>>>> libcairomm-1.0.la
>>>> libetpan.la
>>>> libFLAC++.la
>>>> libgdkmm-2.4.la
>>>> libgiomm-2.4.la
>>>> libglibmm-2.4.la
>>>> libglibmm_generate_extra_defs-2.4.la
>>>> libgnutlsxx.la
>>>> libgtkmathview_custom_reader.la
>>>> libgtkmathview_libxml2.la
>>>> libgtkmathview_libxml2_reader.la
>>>> libgtkmm-2.4.la
>>>> libmathview_backend_gtk.la
>>>> libmathview_backend_ps.la
>>>> libmathview_backend_svg.la
>>>> libmathview_frontend_custom_reader.la
>>>> libmathview_frontend_libxml2.la
>>>> libmathview_frontend_libxml2_reader.la
>>>> libmathview.la
>>>> libpangomm-1.4.la
>>>> libpcrecpp.la
>>>> libpoppler-glib.la
>>>> libpoppler.la
>>>> libpspell.la
>>>> libschroedinger-1.0.la
>>>> libsidplay.la
>>>> libsigc-2.0.la
>>>> libstdc++.la
>>>> libsupc++.la
>>>> libtiffxx.la
>>>> libwebkit-1.0.la
>>>>
>>>> So pretty much anything with a c++ dep gets a bogus .la file, so lets
>>>> look at libstdc++.la:
>>>>
>>>> dependency_libs=' -L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib
>>>> /OE/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/libstdc++.la'
>>>>
>>>> So it looks like the cross.bbclass lamangler needs some more work.
>>>>
>>>> regards,
>>>>
>>>> Koen
>>
>>
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFL8C+VMkyGM64RGpERAlr8AJ949cFdp1x8FPvU+0VJ3zcbvYFLgwCgkcPU
QJHKTqHXB8YLAj8x/Zt1itE=
=xlTC
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: libstc++ libtool problem, cross lamanger broken
2010-05-16 16:44 ` Khem Raj
2010-05-16 17:47 ` Koen Kooi
@ 2010-05-16 19:07 ` Andrea Adami
2010-05-16 22:10 ` Khem Raj
1 sibling, 1 reply; 9+ messages in thread
From: Andrea Adami @ 2010-05-16 19:07 UTC (permalink / raw)
To: openembedded-devel
Same on angstrom/c7x0 here (a bit old, though, built on May, 8th):
libstdc++.la [----] 0 L:[ 1+ 0 1/ 42] *(0 /1053b) 35 0x023
# libstdc++.la - a libtool library file
# Generated by ltmain.sh (GNU libtool 1.2435 2007/03/18 18:44:42) 2.1a
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libstdc++.so.6'
# Names of this library.
library_names='libstdc++.so.6.0.10 libstdc++.so.6 libstdc++.so'
# The name of the static archive.
old_library='libstdc++.a'
# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=' -L/oe/build/tmp/sysroots/i686-linux/usr/lib -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libstdc++.
current=6
age=0
revision=10
# Is this an already installed library?
installed=no
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir=/oe/build/tmp/sysroots/armv5te-angstrom-linux-gnueabi/usr/lib
Andrea
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: libstc++ libtool problem, cross lamanger broken
2010-05-16 19:07 ` Andrea Adami
@ 2010-05-16 22:10 ` Khem Raj
2010-05-17 5:50 ` Koen Kooi
0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2010-05-16 22:10 UTC (permalink / raw)
To: openembedded-devel
this -L only gets in with gcc 4.3 and not with gcc 4.4
On 5/16/10, Andrea Adami <andrea.adami@gmail.com> wrote:
> Same on angstrom/c7x0 here (a bit old, though, built on May, 8th):
>
> libstdc++.la [----] 0 L:[ 1+ 0 1/ 42] *(0 /1053b) 35 0x023
> # libstdc++.la - a libtool library file
> # Generated by ltmain.sh (GNU libtool 1.2435 2007/03/18 18:44:42) 2.1a
> #
> # Please DO NOT delete this file!
> # It is necessary for linking the library.
>
> # The name that we can dlopen(3).
> dlname='libstdc++.so.6'
>
> # Names of this library.
> library_names='libstdc++.so.6.0.10 libstdc++.so.6 libstdc++.so'
>
> # The name of the static archive.
> old_library='libstdc++.a'
>
> # Linker flags that can not go in dependency_libs.
> inherited_linker_flags=''
>
> # Libraries that this one depends upon.
> dependency_libs=' -L/oe/build/tmp/sysroots/i686-linux/usr/lib -lm'
>
> # Names of additional weak libraries provided by this library
> weak_library_names=''
>
> # Version information for libstdc++.
> current=6
> age=0
> revision=10
>
> # Is this an already installed library?
> installed=no
>
> # Should we warn about portability when linking against -modules?
> shouldnotlink=no
>
> # Files to dlopen/dlpreopen
> dlopen=''
> dlpreopen=''
>
> # Directory that this library needs to be installed in:
> libdir=/oe/build/tmp/sysroots/armv5te-angstrom-linux-gnueabi/usr/lib
>
>
> Andrea
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: libstc++ libtool problem, cross lamanger broken
2010-05-16 22:10 ` Khem Raj
@ 2010-05-17 5:50 ` Koen Kooi
2010-05-17 7:15 ` Khem Raj
0 siblings, 1 reply; 9+ messages in thread
From: Koen Kooi @ 2010-05-17 5:50 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 17-05-10 00:10, Khem Raj wrote:
> this -L only gets in with gcc 4.3 and not with gcc 4.4
Using gcc 4.4.x isn't an option for angstrom, it generates way too slow
code for arm. Those regressions are fixed in gcc 4.5.x, though, which
incidentally is what the angstrom-next branch is using.
regards,
Koen
>
> On 5/16/10, Andrea Adami <andrea.adami@gmail.com> wrote:
>> Same on angstrom/c7x0 here (a bit old, though, built on May, 8th):
>>
>> libstdc++.la [----] 0 L:[ 1+ 0 1/ 42] *(0 /1053b) 35 0x023
>> # libstdc++.la - a libtool library file
>> # Generated by ltmain.sh (GNU libtool 1.2435 2007/03/18 18:44:42) 2.1a
>> #
>> # Please DO NOT delete this file!
>> # It is necessary for linking the library.
>>
>> # The name that we can dlopen(3).
>> dlname='libstdc++.so.6'
>>
>> # Names of this library.
>> library_names='libstdc++.so.6.0.10 libstdc++.so.6 libstdc++.so'
>>
>> # The name of the static archive.
>> old_library='libstdc++.a'
>>
>> # Linker flags that can not go in dependency_libs.
>> inherited_linker_flags=''
>>
>> # Libraries that this one depends upon.
>> dependency_libs=' -L/oe/build/tmp/sysroots/i686-linux/usr/lib -lm'
>>
>> # Names of additional weak libraries provided by this library
>> weak_library_names=''
>>
>> # Version information for libstdc++.
>> current=6
>> age=0
>> revision=10
>>
>> # Is this an already installed library?
>> installed=no
>>
>> # Should we warn about portability when linking against -modules?
>> shouldnotlink=no
>>
>> # Files to dlopen/dlpreopen
>> dlopen=''
>> dlpreopen=''
>>
>> # Directory that this library needs to be installed in:
>> libdir=/oe/build/tmp/sysroots/armv5te-angstrom-linux-gnueabi/usr/lib
>>
>>
>> Andrea
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFL8NkyMkyGM64RGpERAh+KAJ42pWFGiACvUSN04RFQEV9NYBQ4nACfQRbu
Wr7tq2eQTTdXIjG/vtJHcWs=
=sB2b
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: libstc++ libtool problem, cross lamanger broken
2010-05-17 5:50 ` Koen Kooi
@ 2010-05-17 7:15 ` Khem Raj
0 siblings, 0 replies; 9+ messages in thread
From: Khem Raj @ 2010-05-17 7:15 UTC (permalink / raw)
To: openembedded-devel
On Sun, May 16, 2010 at 10:50 PM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 17-05-10 00:10, Khem Raj wrote:
>> this -L only gets in with gcc 4.3 and not with gcc 4.4
>
> Using gcc 4.4.x isn't an option for angstrom, it generates way too slow
> code for arm. Those regressions are fixed in gcc 4.5.x, though, which
> incidentally is what the angstrom-next branch is using.
>
nice to know. So probably you have to wait a little for 4.5 to mature.
anyway I have committed a fix for 4.3 problem, try it out. I have done limited
testing myself. Let me know if it breaks anything else.
Thx
-Khem
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-05-17 7:19 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-08 7:53 libstc++ libtool problem, cross lamanger broken Koen Kooi
2010-05-14 17:33 ` Koen Kooi
2010-05-16 16:21 ` Koen Kooi
2010-05-16 16:44 ` Khem Raj
2010-05-16 17:47 ` Koen Kooi
2010-05-16 19:07 ` Andrea Adami
2010-05-16 22:10 ` Khem Raj
2010-05-17 5:50 ` Koen Kooi
2010-05-17 7:15 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.