[uml-user] 2.6.24.2 won't compile UML

2008-02-14 Thread Ph. Marek
Hello Jeff, hello everybody else, I'm trying to compile an UML binary from 2.6.24. make ARCH=um O=... bzImage gives make -C linux-2.6.24.2/ O=output_path/build ARCH=um bzImage make[1]: Entering directory `output_path/linux-2.6.24.2' GEN output_path/build/Makefile scripts/kconf

Re: [uml-user] 2.6.24.2 won't compile UML

2008-02-14 Thread Ph. Marek
Hello everybody, On Donnerstag, 14. Februar 2008, Ph. Marek wrote: > I'm trying to compile an UML binary from 2.6.24. > > make ARCH=um O=... bzImage > > gives > > make -C linux-2.6.24.2/ O=output_path/build ARCH=um bzImage > make[1]: Entering directory `output_p

Re: [uml-user] 2.6.24.2 won't compile UML

2008-02-14 Thread Ph. Marek
Sorry about the noise ... Going to another machine with a recent gcc, and re-applying the config file seems to work, I now got a image. Just have to get it working now ... Gabriel: I just got it working. That was a plain 2.6.24.2 untar - but the "make ARCH=um bzImage" seems to make a mess. T

Re: [uml-user] 2.6.24.2 won't compile UML

2008-02-14 Thread Ph. Marek
On Donnerstag, 14. Februar 2008, Jeff Dike wrote: > On Thu, Feb 14, 2008 at 12:13:09PM +0100, Ph. Marek wrote: > > make -C linux-2.6.24.2/ O=output_path/build ARCH=um bzImage > > > > make[2]: *** No rule to make target `bzImage'. Stop. > > This seems pretty cle