cannot find crti.o error, while building gcc cross compiler

2015-07-24 Thread sindhu selvam
I am trying to build a GCC (version 4.9.3)cross compiler on my windows machine using Cygwin. I am using the source package that came along with cygwin. I have already built binutils version 2.25 and installed, this is through cygwin as well. binutils configuration used: ../binutils-x.y.z/configu

Re: cannot find crti.o error, while building gcc cross compiler

2015-07-24 Thread sindhu selvam
Thank you Jonathan. I will followup in the help site. On Fri, Jul 24, 2015 at 11:54 AM, Jonathan Wakely wrote: > On 24 July 2015 at 18:31, sindhu selvam wrote: >> /usr/local/cross/x86_64-pc-linux-gnu/bin/ld: cannot find crti.o: No >> such file or directory >> /usr/local/cros