Guest mordos Posted April 15, 2011 Report Posted April 15, 2011 (edited) 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 April 15, 2011 by mordos
Guest Fire Ant Posted April 15, 2011 Report Posted April 15, 2011 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 ?
Guest mordos Posted April 16, 2011 Report Posted April 16, 2011 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now