This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: building cross compiler from cygwin windows to linux: crti.ono such file or directory


mohanlal jangir wrote:
I am trying to build cross compiler from cygwin window to linux.

Building a cross to linux is an involved process. You need to build gcc and glibc in parallel, or supply a pre-compiled glibc before building gcc.


I suggest looking at the info available at
	http://www.kegel.com/crosstool
which explains how to build gcc and glibc in parallel.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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