Re: xfree86 4.5 cross compilation
Tim Roberts <[email protected]>
| Newsgroups | gmane.comp.xfree86.devel |
|---|---|
| Organization | Providenza & Boekelheide, Inc. |
| Message-ID | <[email protected]> |
Marco Longhin wrote: > hi, > yuppy.. I have success with xfree cross compilation. > It finds the binary and run.... but it stops after 15 min. with an > strange error: > > ------------------------------------------------------------------------------------------------------------ > PROTO -DXFree86Module fbdevhw.c > fbdevhw.c: In function `calculateFbmem_len': > fbdevhw.c:548: error: `PAGE_MASK' undeclared (first use in this function) > fbdevhw.c:548: error: (Each undeclared identifier is reported only once > fbdevhw.c:548: error: for each function it appears in.) > ...------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > the variable PAGE_MASK is a system variable definited into kernel > headers asm/page.h > this file is included in the fbdevhw.c Are you sure PAGE_MASK is defined in the MIPS version of asm/page.h? Is there another "page.h" that it might be picking up instead? -- Tim Roberts, [email protected] Providenza & Boekelheide, Inc.