From: Jeff D. <jd...@ka...> - 2000-08-03 19:40:03
|
> What, if anything, should be under /usr/src/linux while I'm building > uml in a different directory? Where should /usr/include/ > {asm|linux|scsi} point? That's probably the problem. /usr/src/linux should contain the sources for the native kernel. /usr/include/asm probably points to /usr/src/linux/asm, which probably now points at /usr/src/linux/asm-um. Point it back to /usr/src/linux/asm-i386, and things should build again. Jeff |