Problems when compile kernel 2.5.73-mm1

jds (jds@soltis.cc)
Tue, 24 Jun 2003 09:18:46 -0600


Hi Andrew:

I have problems whe try the compile kernel. the messages is:

[root@toshiba linux-2.5]# make bzImage
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/asm-i386/asm_offsets.h
CC init/main.o
In file included from include/linux/pagemap.h:7,
from include/linux/blkdev.h:10,
from include/linux/blk.h:2,
from init/main.c:26:
include/linux/mm.h: In function `lowmem_page_address':
include/linux/mm.h:344: `__PAGE_OFFSET' undeclared (first use in this function)
include/linux/mm.h:344: (Each undeclared identifier is reported only once
include/linux/mm.h:344: for each function it appears in.)
In file included from include/linux/bio.h:28,
from include/linux/blkdev.h:14,
from include/linux/blk.h:2,
from init/main.c:26:
include/asm/io.h: In function `virt_to_phys':
include/asm/io.h:74: `__PAGE_OFFSET' undeclared (first use in this function)
include/asm/io.h: In function `phys_to_virt':
include/asm/io.h:92: `__PAGE_OFFSET' undeclared (first use in this function)
include/asm/io.h: In function `isa_check_signature':
include/asm/io.h:245: `__PAGE_OFFSET' undeclared (first use in this function)
make[1]: *** [init/main.o] Error 1
make: *** [init] Error 2
[root@toshiba linux-2.5]#

Helpme please

Regards
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/