[oe-commits] [Bug 5435] machine htcleo: gcc version etc.

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Fri Jun 25 22:22:23 UTC 2010


http://bugs.openembedded.org/show_bug.cgi?id=5435





--- Comment #18 from Lukas-David Gorris <lukas at htc-linux.org>  2010-06-25 22:22:22 ---
The cause of all the segfault and illegal instruction errors is some hardware
'anomaly' of the platform. Before booting we need to setuo the cpu. details
here:
http://lists.linuxtogo.org/pipermail/mobile-linux-discuss/2010-June/000128.html

So all this is not really related to OE. I would still recommend to apply the
patch that selects more recent toolchain for armv7a. I don't see why we should
use 4.4.1 . Minimal image with 4.4.4 was tested successfully on my htc leo.

diff --git a/conf/distro/include/sane-toolchain.inc
b/conf/distro/include/sane-toolchain.inc
index 1b77f75..01d481e 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -19,7 +19,6 @@ PREFERRED_VERSION_uclibc-initial    ?= "0.9.30.1"
 # Some systems need a special gcc version
 PREFERRED_GCC_VERSION_486sx          ?= "4.3.2"
 PREFERRED_GCC_VERSION_avr32          ?= "4.2.2"
-PREFERRED_GCC_VERSION_armv7a         ?= "4.4.1" 
 PREFERRED_GCC_VERSION_bfin           ?= "4.1.2"
 PREFERRED_GCC_VERSION_xilinx-ml403   ?= "4.1.1"
 PREFERRED_GCC_VERSION_xilinx-ml403   ?= "4.1.1"

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list