|
From: Antoine M. <an...@na...> - 2008-04-30 15:10:03
|
Peter Teoh wrote: > Erh...I think I found the error. I did "make oldconfig arch=um", it > works. And now I did "make arch=um" it started compiling. Is this > correct? Documentation every says "make xxxconfig ARCH=um" where the > ARCH is capitals, which gave me error. Thanks. > ARCH has to be in uppercase. AFAIK, arch= has no effect. It now builds because you are building a normal (x86 or amd64) kernel and not a UML kernel. Which also means that you tree is now buggered, make mrproper may help... but might not be enough. > On Wed, Apr 30, 2008 at 1:29 AM, Jeff Dike <jd...@ad...> wrote: > >> On Wed, Apr 30, 2008 at 12:15:26AM +0800, Peter Teoh wrote: >> > > Looks right to me. >> > > >> > > I'm suspecting that Makefile is mangled somehow. Does git-diff show >> > > it as being changed? The md5sum I have here is >> > > >> > > md5sum arch/um/Makefile >> > > 9088cdab1c0b725568e8f269636dc6df arch/um/Makefile >> > > >> > > >> > >> > I think I saw from the webpage that 2.6.18 and higher up are not >> > supported, right? >> >> UML? Of course it's supported. And if you thought 2.6.25 wasn't, why >> are you trying to build it? >> >> >> >> Jeff >> >> -- >> Work email - jdike at linux dot intel dot com >> >> > > > > |