View previous topic :: View next topic |
Author |
Message |
David Feest n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Feb 2005 Posts: 1
|
Posted: Fri Feb 11, 2005 3:24 pm Post subject: Unresolved Symbol load_nls |
|
|
Hello,
for a couple of days now I've been trying to integrate dos, umsdos and vfat-support into my kernel, either built-in or as modules. I failed.
Using make menuconfig I first tried to build in everything:
(*) DOS FAT fs support
(*) MSDOS fs support
(*) UMSDOS: [...]
(*) VFAT (Windows 95) fs support
Under Native Language Support I added the Codepages 437, 850, NLS ISO 8859-1 and NLS ISO 8859-15, NLS UTF8, also built in.
Trying to mount a floppy I got the message:
mount: unknown filesystem type `vfat`
I then tried every combination of including the above as modules and as built-in. Generally, when trying to load one of the features as modules I get the message:
unresolved symbol load_nls
unresolved symbol load_nls_default
unresolved symbol unload_nls
unresolved symbol utf8_wcstombs
Indeed: I don't know how to install these as modules.
Did I forget something crucial? Any help is appreciated!
Thanks,
David |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
moocha Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
Joined: 21 Oct 2003 Posts: 5722
|
Posted: Fri Feb 11, 2005 9:43 pm Post subject: |
|
|
All those symbols are exported by fs/nls/nls_base.c which corresponds to CONFIG_NLS. It should get pulled in automatically by the *fat modules. Can you please post the output of Code: | grep CONFIG_NLS /usr/src/linux/.config | ?
Alternatively, make sure that you speciify "Base native language support" as compiled in too if you're going to compile the *fat and msdos fs drivers into bzImage as oppoised to leaving them as modules. _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|