public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [FYI} The cygwin tool chain can *almost* build a 2.5.59 kernel
@ 2003-01-27 17:00 Steve Kenton
  2003-01-27 17:13 ` Larry McVoy
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Kenton @ 2003-01-27 17:00 UTC (permalink / raw)
  To: lkml

Why anyone would want to is arguable.  I was looking at uml and line
as I was downloading the 2.5.59 tar ball to peruse the source and the
question of "Hmmm, I wonder if ..." drifted up, so I gave it a try.

After fixing a few things like output format and one link error,

make defconfig ARCH=i386

did the expected things, as did oldconfig, config, and menuconfig

The big problem is that the cygwin binutils, 'as' in particular do not
support .subsection and .previous for some reason.  They are 2.13.?
something special for cygwin which might explain it.  Anyway, once
I hacked out the use of those (mainly in spinlocks, but a handful
scattered around) and configed out a couple of problems like OSS it
built a vmlinux (In windows PE format and probably not really useful)

It was an interesting "compile check" and might be helpful to some
doing janitor work at schools etc. where you can't change to Linux
or even dual boot because of "policies from above."

FYI

Steve

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-27 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-27 17:00 [FYI} The cygwin tool chain can *almost* build a 2.5.59 kernel Steve Kenton
2003-01-27 17:13 ` Larry McVoy
2003-01-27 17:32   ` Padraig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox