If you're cross-compiling your kernel and want to run lcov on the build
machine, you need to specify the full path to the cross-compiler gcov
tool, otherwise lcov will attempt to use the gcov tool of the locally
installed gcc package.
Example:
lcov -c -d /path/to/files --gcov-tool /path/to/
--Original Message-
> From: Rishikesh K Rajak [mailto:risra...@linux.vnet.ibm.com]
> Sent: Thursday, February 18, 2010 3:45 PM
> To: Pramendra Singh
> Cc: ltp-list@lists.sourceforge.net
> Subject: Re: [LTP] not able to generate HTML output
>
> Hi Pramendra,
> Can you let us know on wh
Hi Pramendra,
Can you let us know on which kernel/distro you are trying to take coverage ?
Thanks
Rishikesh
On Thu, Feb 18, 2010 at 12:30:03PM +0530, Pramendra Singh wrote:
> Hi everyone,
>
> Good afternoon!
>
> I am new to LTP and using it to test my code for PPC architecture.
> I have patched
Hi everyone,
Good afternoon!
I am new to LTP and using it to test my code for PPC architecture.
I have patched my kernel with GCOV and it seems working fine. But
I am not able to get the HTML of code coverage/
I am cross compiling the kernel on my server for PPC and putting the image
to my PPC