This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: tool build


On Wed, Apr 05, 2000 at 12:07:10PM -0700, Paul Kinzelman wrote:

> I've been trying to build the gcc cross-compiler. I very carefully tried to
> follow the instructions on
> http://sourceware.cygnus.com/ecos/tools/linux-arm-elf.html
> 
> On one system (2.2.5-15 kernel, egcs-2.91.66), I get a bunch of:
> _udivsi3
> /bin/sh: arm-elf-ar: command not found
[...]

Do you have an arm-elf-ar binary in your PATH?

> I tried it on another system (2.2.12-20 and same version egcs).
>  I get the above error sometimes, and I've also seen:
>     gcc: Internal compiler error: program cc1 got fatal signal 11
> and then the make aborts.
> 
> I could believe the second error could be bad hardware,

Yup. It is.

> but the first error sounds like something is not configured/defined right.

You need to have the arm-elf binutils installed before you can build the
compiler.

-- 
Grant Edwards
grante@visi.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]