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

2003-11-28 Thread Jim Wilson
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

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

2003-11-26 Thread mohanlal jangir
> > oh, > create a link file for libgcc.a to correct directory, maybe in /usr/local/gnu/lib/gcc-3.3.1-3/gcc/ > Thanks a lot to Qinfeng Zhang. Things are quite better now. I could build gcc-core successfully (I did put dummy crti.o and crtn.o as you told). Later while building glibc, I got undefin

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

2003-11-25 Thread qinfeng . zhang
lt;[EMAIL PROTECTED]> Subject: Re: building cross compiler from cygwin windows to linux: crti.o no such file or directory

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

2003-11-25 Thread mohanlal jangir
I tried this option. Seems to be work around for current problem, but new problem is that it can not fine libc. The error message is /usr/local/gnu/tools/host/i686-pc-cygwin//i686-pc-linux-gnu/bin/ld: cannot find -lc collect2: ld returned 1 exit status make[2]: *** [libgcc_s.so] Error 1 > > You tr

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

2003-11-25 Thread qinfeng . zhang
RESEARCH/PHILIPS) Subject: building cross compiler from cygwin windows to linux: crti.o no such file or directory

building cross compiler from cygwin windows to linux: crti.o no such file or directory

2003-11-25 Thread mohanlal jangir
[Excuse me for sending this mail to both mailing list. I am not very sure, which mailing list this mail is more suitable] I am trying to build cross compiler from cygwin window to linux. I did configured and build binutils as follows: /binutils-2.14/configure --host=i686-pc-cygwin --target=i686-pc