[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200706080908.37044.rac47.02@engalumni.colostate.edu>
Date: Fri, 8 Jun 2007 09:08:36 -0400
From: Rich Chase <rac47.02@...alumni.colostate.edu>
To: linux-kernel@...r.kernel.org
Subject: missing elfconfig.h
An Apparent bug:
version 2.6.21.3
missing the file ./scripts/mod/elfconfig.h
I noticed this when trying to compile a 3rd party
module. Maybe this is intended. Not sure.
I discovered this when I attempted to compile modpost.c
in the same directory. The following is the output:
#> make modpost
cc modpost.c -o modpost
In file included from modpost.c:15:
modpost.h:12:23: error: elfconfig.h: No such file or
directory
modpost.c: In function ‘handle_modversions’:
modpost.c:436: error: ‘MODULE_SYMBOL_PREFIX’ undeclared
(first use in this function)
modpost.c:436: error: (Each undeclared identifier is
reported only once
modpost.c:436: error: for each function it appears in.)
modpost.c:436: error: expected ‘)’ before string
constant
modpost.c:436: error: too few arguments to
function ‘memcmp’
modpost.c:438: error: expected ‘)’ before string
constant
modpost.c:451: error: expected ‘)’ before string
constant
modpost.c:482: error: expected ‘)’ before string
constant
modpost.c:482: error: too few arguments to
function ‘memcmp’
modpost.c:483: error: expected ‘)’ before string
constant
modpost.c:486: error: expected ‘)’ before string
constant
modpost.c:488: error: expected ‘)’ before string
constant
make: *** [modpost] Error 1
Regards,
Rich Chase
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists