Re: crtbegin.o not found

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

 



Bohdan Ivanyuk wrote:
>   
>   Hi!
>   I have receive an error on linking stage.
>   ld: crtbegin.o - No such file
> 
>   My current task is creating manual for compiling binaries for rtai
>   without ltib. I try to copy crtbegin.o to current dir and this
>   one solve the problem - all other parameters in command are correct.
>   But this solution with copying object-file to cuurent dir isn't
>   optimal. ltib can compile it without copying, but I have not
>   found how it do this in log. Also, I can't change version of gcc.
>   Can you explain how I can forcibly set the path to crtbegin.o?

When you do "make install" after building gcc, crtbegin.o
is installed as part of gcc.  gcc will find it in the path.
There must be something wrong with your installation.

Andrew.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux