If I select an additional fs like dos I get linking errors. However, as
soon as I take off the extra file systems I get a clean compile.Notice,
I am trying to build a monolithic kernel, no module support.

Here is the output when attemption to add dos in addition to ext3.

fs/fs.o: In function `default_fat_access':
fs/fs.o(.text+0x3a4e3): undefined reference to
`fat_mark_buffer_dirty_R59c2f555'
fs/fs.o(.text+0x3a4f5): undefined reference to
`fat_mark_buffer_dirty_R59c2f555'
fs/fs.o(.text+0x3a51d): undefined reference to `fat_brelse_R4098d4d5'
fs/fs.o(.text+0x3a534): undefined reference to `fat_brelse_R4098d4d5'
fs/fs.o(.text+0x3a5d6): undefined reference to
`fat_mark_buffer_dirty_R59c2f555'
fs/fs.o(.text+0x3a5e5): undefined reference to `fat_brelse_R4098d4d5'
fs/fs.o(.text+0x3a622): undefined reference to
`fat_mark_buffer_dirty_R59c2f555'
fs/fs.o(.text+0x3a634): undefined reference to `fat_brelse_R4098d4d5'
fs/fs.o(.text+0x3a65f): undefined reference to `_mmx_memcpy_R15670e2d'
fs/fs.o(.text+0x3a671): undefined reference to `_mmx_memcpy_R15670e2d'
fs/fs.o(.text+0x3a688): undefined reference to `fat_brelse_R4098d4d5'
fs/fs.o(.text+0x3a778): undefined reference to `fat_brelse_R4098d4d5'
fs/fs.o(.text+0x3a784): undefined reference to `printk_R1b7d4074'
fs/fs.o: In function `fat_cache_add':
fs/fs.o(.text+0x3a91f): undefined reference to `printk_R1b7d4074'
fs/fs.o: In function `fat_free':
fs/fs.o(.text+0x3acb8): undefined reference to
`__mark_inode_dirty_R9e593e58'
fs/fs.o(.text+0x3acc9): undefined reference to `printk_R1b7d4074'
make[1]: *** [kallsyms] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.19-16mdk'
make: *** [vmlinux] Error 2


Anyone familiar with any of those functions? I think there is something
missing but I cannot figure out what?



On Thu, 2002-11-21 at 14:01, John Hebert wrote:
> Weird. I've been able to compile in support for ext3,
> vfat, smb, etc. in the same kernel. Can you provide
> more information?
>=20
> jh
>=20
> --- Alvaro Zuniga <[EMAIL PROTECTED]> wrote:
> > Hello:
> > I am trying to compile a kernel without module
> > support. However, I keep
> > getting errors for the fs.o whenever I use support
> > for more than the
> > ext3. Is it possible to have ext3 and dos support
> > built into the kernel?
> > I was able to compile the kernel successfully but I
> > had to exclude all
> > references to other file systems such as
> > dos,cdrom,smb.
> >=20
> > Thanks,
> >=20
> > Alvaro
> >=20
> >=20
> >=20
> >=20
> >=20
> > _______________________________________________
> > General mailing list
> > [email protected]
> >
> http://oxygen.nocdirect.com/mailman/listinfo/general_brlug.net
>=20
>=20
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus =96 Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>=20
> _______________________________________________
> General mailing list
> [email protected]
> http://oxygen.nocdirect.com/mailman/listinfo/general_brlug.net



                        plain text document attachment (config-monolithic)



Reply via email to