View Single Post
Old 02-24-2013, 09:11 AM   #71
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Module version (version magic: modversion) difference
Code:
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  6 __versions    00000c00  00000000  00000000  00001398  2**2

                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  6 __versions    00000000  00000000  00000000  00001398  2**2
Will have to work on that (or objcopy it to death).

At least we can eliminate compiler differences:
Code:
core2quad work $ objdump -j .comment -s binfmt_misc_mine.ko 

binfmt_misc_mine.ko:     file format elf32-littlearm

Contents of section .comment:
 0000 00474343 3a202843 6f646553 6f757263  .GCC: (CodeSourc
 0010 65727920 41524d20 536f7572 63657279  ery ARM Sourcery
 0020 20472b2b 20323030 3671332d 32362920   G++ 2006q3-26) 
 0030 342e312e 31000047 43433a20 28436f64  4.1.1..GCC: (Cod
 0040 65536f75 72636572 79204152 4d20536f  eSourcery ARM So
 0050 75726365 72792047 2b2b2032 30303671  urcery G++ 2006q
 0060 332d3236 2920342e 312e3100           3-26) 4.1.1.    

core2quad work $ objdump -j .comment -s binfmt_misc_2bob.ko 

binfmt_misc_2bob.ko:     file format elf32-littlearm

Contents of section .comment:
 0000 00474343 3a202843 6f646553 6f757263  .GCC: (CodeSourc
 0010 65727920 41524d20 536f7572 63657279  ery ARM Sourcery
 0020 20472b2b 20323030 3671332d 32362920   G++ 2006q3-26) 
 0030 342e312e 31000047 43433a20 28436f64  4.1.1..GCC: (Cod
 0040 65536f75 72636572 79204152 4d20536f  eSourcery ARM So
 0050 75726365 72792047 2b2b2032 30303671  urcery G++ 2006q
 0060 332d3236 2920342e 312e3100           3-26) 4.1.1.
And the modules in the K3-3.4 irfs where built with:
Code:
core2quad modules $ objdump -j .comment -s mxc_keyb.ko

mxc_keyb.ko:     file format elf32-littlearm

Contents of section .comment:
 0000 00474343 3a202847 4e552920 342e312e  .GCC: (GNU) 4.1.
 0010 32000047 43433a20 28474e55 2920342e  2..GCC: (GNU) 4.
 0020 312e3200                             1.2.

Last edited by knc1; 02-24-2013 at 09:52 AM.
knc1 is offline   Reply With Quote