Looking at the sparc build failure:

  gcc -Wp,-MD,klibc/.malloc.o.d  -Iinclude/arch/sparc64 -Iinclude/bits64 
-Iinclude -Ilinux/include   -D__KLIBC__=1 -D__KLIBC_MINOR__=2 -D_BITSIZE=64    
-m64 -mptr64  -Os -W -Wall -Wno-sign-compare -Wno-unused-parameter  
-DDYNAMIC_CRC_TABLE   -c -o klibc/malloc.o klibc/malloc.c
In file included from include/sys/mman.h:11,
                 from klibc/malloc.c:8:
linux/include/asm/page.h:18:2: error: #error No page size specified in kernel 
configuration



Is klibc assuming the pagesize is a constant?  It's different on
different sparc processor families.  Debian currently only supports
sun4u (64 bit, 8kb page) and sun4m (32 bit, 4kb page).



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to