|
From: Tom H. <th...@cy...> - 2004-04-22 08:09:09
|
In message <108...@sa...>
tm...@sa... wrote:
> In vg 2.1.1 and cvs the following symbols are used:
>
> vg_main.c:1140: `AT_DCACHEBSIZE' undeclared (first use in this function)
> vg_main.c:1141: `AT_ICACHEBSIZE' undeclared (first use in this function)
> vg_main.c:1142: `AT_UCACHEBSIZE' undeclared (first use in this function)
>
> As far as I can tell, they are PPC specific (PPC_ELF_H).
>
> #define AT_DCACHEBSIZE 19
> #define AT_ICACHEBSIZE 20
> #define AT_UCACHEBSIZE 21
It seems to be unconditionally defined in elf.h on my x86 systems.
I believe that 2.2 kernels didn't define it though, so that may be
your problem. There are other problems with 2.2 though, which is why
the build issues haven't been fixed.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|