Jump to content

nls_utf8.ko problem


Guest mordos

Recommended Posts

Guest mordos

Hello,

as I need UTF8 i tried to compile this module, but unfortunately there is some problem. It can't be loaded (with insmod)

Error: insmod: init_module 'nls_utf8.ko' failed (Exec format error)

dmesg: nls_utf8: no symbol version for module_layout

I have kernel source from github (Paul's repository) and have used config file from my tablet (vega firmware 1.09 with r8)

Any thoughts?

Thanks, Martin

Edited by mordos
Link to comment
Share on other sites

Guest Fire Ant
Error: insmod: init_module 'nls_utf8.ko' failed (Exec format error)

dmesg: nls_utf8: no symbol version for module_layout

Probably you haven't cross-compiled the kernel. Use this command on your PC:

$ file ./nls_utf8.ko

Do you get something like this:

./nls_utf8.ko: ELF 32-bit LSB relocatable, ARM, version 1 (SYSV), not stripped

?

Link to comment
Share on other sites

Guest mordos
Probably you haven't cross-compiled the kernel. Use this command on your PC:

$ file ./nls_utf8.ko

Do you get something like this:

./nls_utf8.ko: ELF 32-bit LSB relocatable, ARM, version 1 (SYSV), not stripped

?

Actually I have cross-compiled it.

> modinfo nls_utf8.ko

filename: nls_utf8.ko

license: Dual BSD/GPL

depends:

vermagic: 2.6.32.9_MCK_r2_host_ SMP preempt mod_unload modversions ARMv7

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.