Re: [arm-gnu] Host requirements to build arm-2010q1 lite version
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [arm-gnu] Host requirements to build arm-2010q1 lite version
- To: arm-gnu@xxxxxxxxxxxxxxxx
- Subject: Re: [arm-gnu] Host requirements to build arm-2010q1 lite version
- From: Allen McIntosh <mcintosh@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 19 Aug 2010 09:07:42 -0400
On 08/19/2010 01:33 AM, raju goruganti wrote:
I have built arm-2010q1 lite version tool chain on centOS-5.3 (which is
using gcc-4.1.2 as Host compiler).And When I compile the test case
"gcc-4.4-2010q1/gcc/testsuite/gcc.c-torture/compile/limits-exprparen.c"
I am getting the error :Internal error: Segmentation fault (program
cc1)(similar to the error given here
:http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827). But when build
arm-2010q1 lite version tool chain On Fedora-8(Which is using gcc
version 4.3.2 20081105 as Host compiler) and if i compile the test case
"gcc-4.4-2010q1/gcc/testsuite/gcc.c-torture/compile/limits-exprparen.c",
I am not getting any error.
At the very least you want to build the cross compiler with GCC 4.4.x.
You already have the source, so it's mostly a matter of starting a
compile and waiting. (The native compiler takes longer because you
should compile it to a fixed point.)
I'm saying this as generally a Good Idea, not because I know it will fix
the error you are seeing.