Hi, I'm working on Beaglebone Black 3.8.13-bone72, and developing ADC driver. Actually it's a module driver. It worked before and I can use insmod to install driver. But today, I added a new function in my driver with printk for printing, and then compiled it. The driver cannot be installed any more. When I use modinfo to see its info, it diplays below:
root@beaglebone:~# modinfo ad1299.ko filename: /root/ad1299.ko modinfo: ../libkmod/libkmod-elf.c:207: elf_get_mem: Assertion `offset < elf->size' failed. Aborted root@beaglebone:~# -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
