Re: Cygwin Hosted Linux (x86) targetted cross compiler problem

2003-04-02 Thread babu
Dan, We have crossed the previous stage and started cross-compiling glibc-2.2.5 under cygwin(for linux). we are using the following to build config. to build glibc-2.2.5 using the cygwin-x-linux bootstrapgcc that I built(binutils was successful as well): configure --host=i686-pc-linux-g

Re: Cygwin Hosted Linux (x86) targetted cross compiler problem

2003-04-02 Thread babu
Dan, Thanks for the template. Further, I find that you are using AS=$(IXIA_CROSS_TOOL)gcc -ml instead of $(IXIA_CROSS_TOOL)as. Is there a purpose for this or a typo. In billgatliff.com, I found only gcc/ranlib/ar are taken care not as. Throw some light on this. Regards, babu k Dan K

Cygwin Hosted Linux (x86) targetted cross compiler problem

2003-03-30 Thread Vinay Chiniwar
Hi, 1. We are building crossgcc tool chain for the following : host - cygwin build - cygwin target- Linux(x86) meaning, a crossgcc built on CYGWIN, hosted on CYGWIN, but to produce code that will run on Linux/x86 platform. 2. our environment is as below : Windows 98/ CYGWIN