Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Unresolved Symbol load_nls
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
David Feest
n00b
n00b


Joined: 11 Feb 2005
Posts: 1

PostPosted: Fri Feb 11, 2005 3:24 pm    Post subject: Unresolved Symbol load_nls Reply with quote

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
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Fri Feb 11, 2005 9:43 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
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