Re: [yocto] gcov on beagle-xm with kernel module

2013-02-08 Thread Robert Berger
Hi, Looks like it's an issue with the arm eabi compiler producing code, which the kernel gcov framework can't deal with. I guess there are 2 options: 1) toolchain not eabi (not feasible) 2) patch gcov framework in kernel Regards, Robert ..."In the beginning, there was software. And it wasn't g

[yocto] gcov on beagle-xm with kernel module

2013-02-07 Thread Robert Berger
Hi, I still try to use gcov on the beagle-xm on a kernel module and I'm not sure this is the right mailing list to ask. I just build it with the following modification to the makefile: GCOV_PROFILE_debugfs.o := y and it builds;) ... but as soon as I try and insmod I get the following: insmod