kdb
[Top] [All Lists]

Re: Compile problems

To: "Prashanth Garani" <pagx@xxxxxxxxxxx>
Subject: Re: Compile problems
From: Keith Owens <kaos@xxxxxxxxxxxxxxxxx>
Date: Tue, 09 Jan 2001 20:25:55 +1100
Cc: kdb@xxxxxxxxxxx
In-reply-to: Your message of "Tue, 09 Jan 2001 08:44:40." <F163kWwxfNscteNFISE0000f87a@xxxxxxxxxxx>
Sender: owner-kdb@xxxxxxxxxxx
On Tue, 09 Jan 2001 08:44:40 , 
"Prashanth Garani" <pagx@xxxxxxxxxxx> 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.


<Prev in Thread] Current Thread [Next in Thread>