Re: [yocto] gcov on target

2013-01-15 Thread Robert Berger
Hi, After compiling with: GCOV_PROFILE := y I get: insmod debugfs.ko Error: could not insert module debugfs.ko: Invalid module format unknown relocation: 38 Is this a known issue, or am I doing something stupid? Regards, Robert ..."In the beginning, there was software. And it wasn't good.

Re: [yocto] gcov on target

2013-01-15 Thread Robert Berger
Hi, After compiling with: GCOV_PROFILE := y I get: insmod debugfs.ko Error: could not insert module debugfs.ko: Invalid module format unknown relocation: 38 Is this a known issue, or am I doing something stupid? Regards, Robert ..."In the beginning, there was software. And it wasn't good.

Re: [yocto] gcov on target

2013-01-11 Thread Robert Berger
Hi Thomas, On 01/11/2013 06:19 PM, Thomas Petazzoni wrote: >> Did someone manage to build/run gcov for an armv7a? >> ... or let's put it otherwise: Why doesn't it exist on the target? > > I supposed the idea is to generate to coverage data on the target, and > then analyze them with gcov on the bu

Re: [yocto] gcov on target

2013-01-11 Thread Thomas Petazzoni
Dear Robert Berger, On Fri, 11 Jan 2013 12:24:47 +0200, Robert Berger wrote: > I use Yocto Project, 1.3 "danny" for a beagle-xm and would like to show > kernel code coverage with a core-image-sato-sdk. > This image is pretty complete. Unfortunately there is no gcov available > on the target. > >

[yocto] gcov on target

2013-01-11 Thread Robert Berger
Hi, I use Yocto Project, 1.3 "danny" for a beagle-xm and would like to show kernel code coverage with a core-image-sato-sdk. This image is pretty complete. Unfortunately there is no gcov available on the target. It looks like it's only built for the host. Did someone manage to build/run gcov for