Re: [mpls-linux-general] Compile error on IXP425
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2005-01-31 04:48:43
|
For some reason the ARM include files or compiler are not able to find
the 'exit' functions.
You can try a couple of things, try them one at a time on just one of the
functions and see if the error for that functions disappear.
Here is the original code in mpls_ilm.c:
void __exit mpls_ilm_exit(void)
Try changing it to:
void mpls_ilm_exit(void)
OR try adding this to the end of the file:
EXPORT_SYMBOL(mpls_ilm_exit);
On Mon, Jan 31, 2005 at 12:39:22PM +0800, Jiun-Shian Ho wrote:
> The kernel patch file is from mpls-linux-1.946a.tar.bz2
> and I patch it to official Linux 2.6.9 without *.rej
> (I also tried SRPM from sf.net, but fail, too)
> The attatch is the error log and my config (No IPv6)
>=20
> BTW
> The cross-toolchain is on CentOS v3.1
> I'll try to re-compile kernel on FC-3 again.
>=20
> Thanks for your attention.
>=20
>=20
>=20
>=20
> ----- Original Message -----=20
> From: "James R. Leu" <jl...@mi...>
> To: "Jiun-Shian Ho" <as...@sy...>
> Cc: <mpl...@li...>
> Sent: Monday, January 31, 2005 12:20 PM
> Subject: Re: [mpls-linux-general] Compile error on IXP425
>=20
--=20
James R. Leu
jl...@mi...
|