On Tue, 09 Jan 2001 08:44:40 , 
"Prashanth Garani" <[EMAIL PROTECTED]> wrote:
>       I tried to compile kdb functionality into 2.4 kernel
>having modutils version "modutils-2.4.0", and patched the
>kde source " kdb-v1.7-2.4.0" onto the 2.4 kernel source,
>while comiling with "make bzImage", i had the following problems:
>i386-dis.c: In function `print_insn_i386':
>i386-dis.c:2143: `bfd_mach_i386_i386_intel_syntax' undeclared (first use in 
>this function)
>i386-dis.c:2143: (Each undeclared identifier is reported only once
>i386-dis.c:2143: for each function it appears in.)
>i386-dis.c: In function `OP_ST':
>i386-dis.c:2757: parse error before `ATTRIBUTE_UNUSED'

All defined in /usr/include/bfd.h; part of binutils on most systems,
binutils-dev on Debian.  My version is at 2.9.5.0.22, I do not know at
which level bfd_mach_i386_i386_intel_syntax et al. were added.

Reply via email to