kdb
[Top] [All Lists]

Re: [PATCH] fix kdb compilation

To: Christoph Hellwig <hch@xxxxxxxxxx>
Subject: Re: [PATCH] fix kdb compilation
From: Keith Owens <kaos@xxxxxxxxxx>
Date: Mon, 17 Sep 2001 19:06:28 +1000
Cc: kdb@xxxxxxxxxxx
In-reply-to: Your message of "Mon, 17 Sep 2001 10:53:50 +0200." <20010917105350.C23758@xxxxxxxxxx>
Sender: owner-kdb@xxxxxxxxxxx
On Mon, 17 Sep 2001 10:53:50 +0200, 
Christoph Hellwig <hch@xxxxxxxxxx> wrote:
>The version required by Linux itself is 2.9.1.0.25, so could
>you please either apply the patch (preffered) or write down
>somewhere what exactly the binutils requirement for kdb is?

You need at least GNU ld version 2.9.5 (with BFD 2.9.5.0.22) for kdb,
that is the minimum level I develop on.  kdb uses bfd definitions which
do not exist before that version, it is not just ATTRIBUTE_UNUSED,
there are other declarations as well.  Even binutils 2.9.5 defines
ATTRIBUTE_UNUSED in ansidecl.h.

#ifndef ATTRIBUTE_UNUSED
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
#endif /* ATTRIBUTE_UNUSED */


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