You can use "make ARCH=um SUBARCH=i386 .." to build for i386. Ollie
On 9/29/06, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Fri, 29 Sep 2006 15:18:52 -0700 > "Ollie Wild" <[EMAIL PROTECTED]> wrote: > > > This patch as provided breaks my build due to a missing semicolon. > > > > .. > > > > - random_ether_addr(addr) > > + random_ether_addr(addr); > > ahem. That must have had a lot of testing ;) > > Jeff, could we pleeeeeze arrange for UML's `make allmodconfig' to work, and > to continue to work? > > Right now it goes splut with > > arch/um/os-Linux/sys-x86_64/registers.c: In function 'get_thread_regs': > arch/um/os-Linux/sys-x86_64/registers.c:85: error: 'JB_PC' undeclared (first > use in this function) > arch/um/os-Linux/sys-x86_64/registers.c:85: error: (Each undeclared > identifier is reported only once > arch/um/os-Linux/sys-x86_64/registers.c:85: error: for each function it > appears in.) > arch/um/os-Linux/sys-x86_64/registers.c:86: error: 'JB_RSP' undeclared (first > use in this function) > arch/um/os-Linux/sys-x86_64/registers.c:87: error: 'JB_RBP' undeclared (first > use in this function) > > > How does one build uml-for-i386 on an x86_64 host, btw? > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ User-mode-linux-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
