Re: Whats the problem

Jan-Benedict Glaw (jbglaw@lug-owl.de)
Sun, 31 Dec 2000 16:57:35 +0100


--A9z/3b/E4MkkD+7G
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Dec 30, 2000 at 10:46:04PM +0530, Sourav Sen wrote:
>=20
> I am unable to compile the following code, can anyone say whats the
> problem :
>=20
> The main error msg is like the following:
>=20
> parse error before `EXPORT_SYMTAB_not_defined'
^^^^^^^^^^^^^^^^^^^^^^^^^

Well, the problem is that 'EXPORT_SYMTAB' is not defined;)
>=20
> CC=3Dgcc
> MODCFLAGS=3D-Wall -DMODULE -D__KERNEL__ -DLINUX

should be:

MODCFLAGS=3D-Wall -DMODULE -DEXPORT_SYMTAB -D__KERNEL__ -DLINUX

MfG, JBG

--=20
Fehler eingestehen, Gr=F6=DFe zeigen: Nehmt die Rechtschreibreform zur=FCck=
!!!
/* Jan-Benedict Glaw <jbglaw@lug-owl.de> -- +49-177-5601720 */
keyID=3D0x8399E1BB fingerprint=3D250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 83=
99 E1BB
"insmod vi.o and there we go..." (Alexander Viro on linux-kernel)

--A9z/3b/E4MkkD+7G
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.2 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjpPV24ACgkQHb1edYOZ4btQLgCfZI9dAIHTLf/CRYeqQsFx3RV3
HMsAnRl3wRCaIqk+EsuV4qfdtCUSg5/b
=aCFp
-----END PGP SIGNATURE-----

--A9z/3b/E4MkkD+7G--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/