Messages in this thread |  | | Date | Mon, 21 Oct 1996 07:43:26 +0200 (IST) | From | Paolo Supino <> | Subject | Problems compiling |
| |
Hello
In kernel 2.1.4 and 2.1.5 I have problems compiling. The problem apears only when I try to include IPX and Appletalk in the kernel. The compile error is (this one had is only IPX included):
ipx.o(.text+0x13f1): undefined reference to `get_fs_byte' ipx.o(.text+0x1441): undefined reference to `get_fs_byte' ipx.o(.text+0x2002): undefined reference to `get_fs_long' make: *** [vmlinux] Error 1
Here is the compilation error when both Appletalk and IPX are included:
ipx.o(.text+0x13f1): undefined reference to `get_fs_byte' ipx.o(.text+0x1441): undefined reference to `get_fs_byte' ipx.o(.text+0x2002): undefined reference to `get_fs_long' appletalk.o(.text+0x2132): undefined reference to `get_fs_long' make: *** [vmlinux] Error 1
And the last one, only Appletalk included:
appletalk.o(.text+0x2132): undefined reference to `get_fs_long' make: *** [vmlinux] Error 1
I'm no hacker so I don't know where to start looking for the error. Can anyone help?
Paolo
|  |