Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] gcc build error


  • To: arm-gnu@xxxxxxxxxxxxxxxx
  • Subject: Re: [arm-gnu] gcc build error
  • From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
  • Date: Fri, 1 Oct 2004 17:40:37 +0100

On Friday 01 October 2004 17:14, Pradip Singh wrote:
> Hi all,
>
>   I building the gcc for arm-linux target and I am getting the following
> compilation problem. All the source code for toolchain was taken as
> mentioned in the arm site.
>
>   The Error is
>
>  crti.o No such file or directory. It was giving this error when it was
> trying to build libgcc_s.so

crti.o is supplied by glibc.

If you haven't built glibc yet you have two options:
- Find a precompiled version and use that.
- Use make -k to force the build to continue. This should give you enough of a 
compiler to build enough of glibc to get crti.o. As I said previously you may 
need to iterate round this loop before either will build cleanly.

Paul