On Thu, 20 Dec 2001, Dave Kleikamp wrote:

> >
> > Hi.
> >
> > When I build 2.4.16 kernel with jfs-1.0.11, I've got the following error.
> > Please let me know how to solve this.
> >
> > fs/fs.o(.text.init+0x10d4): undefined reference to `txExit'
> > fs/fs.o(.text.init+0x10d9): undefined reference to `metapage_exit'
> > make: *** [vmlinux] Error 1
> >
> > The missing function are declared as
> >
> >     void __exit txExit(void)
> >     void __exit metapage_exit(void)

This sounds ilke what a lot of people are reporting is happening with very
new versions of ld.  You wouldn't happen to have run apt-get dist-upgrade
before this, would you?  If you downgrade ld the kernel should compile
correctly.

-Rob


_______________________________________________
Jfs-discussion mailing list
[EMAIL PROTECTED]
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion

Reply via email to