mohanlal wrote: >> If you want to cross-compile it for use on a linux box (why?) you'll >> have to compile a cross-compiling version of gcc, which isn't too >> difficult but takes a while.
> Well, my intension is what you described later. But I though of compiling > with native gcc rather then trying directly with a cross compiler. Basically > I am working on a windows machine and trying to debug linux kernel on a > linux machine (remote debugging). > If it is giving problem with native compiler then it is going to give > problem with cross compiler also. Isn't it? No, the cross compiler is needed to create objects for another platform, using all the features of this other platform. Gerrit -- =^..^= http://nyckelpiga.de/donate.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/