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: Canadian cross on cygwin


On Aug 25, 2004, at 9:03 AM, Tal Agmon wrote:
I wish to compile a gcc port for the crx target with windows as a host. I read
the CrossFAC and many other references but I still can't figure out the right configure command line.


I'm trying to compile on cygwin using a mingw32-gcc.exe compiler. What should I
specify in --build and --host?

First try:


configure --target=targetname

I don't know what's so complicated about that. After that is built up and works, then you can see if it differs from what you want. If it doesn't you are done. If it does, you will be able to say how. If for example, you want the host system to be foo instead of `./config.guess`, then, you can add --host=<foo> and see if that does what you want...

Also, you didn't say what you tried, and what that produced and why that was wrong. If you didn't try anything, then just let me recommend to leap into it and just try things.


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