From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24845 invoked by alias); 2 Jun 2006 23:53:18 -0000 Received: (qmail 24837 invoked by uid 22791); 2 Jun 2006 23:53:17 -0000 X-Spam-Check-By: sourceware.org Received: from amdext4.amd.com (HELO amdext4.amd.com) (163.181.251.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 02 Jun 2006 23:53:15 +0000 Received: from SAUSGW01.amd.com (sausgw01.amd.com [163.181.250.21]) by amdext4.amd.com (8.12.11/8.12.11/AMD) with ESMTP id k52Nq6g6031820 for ; Fri, 2 Jun 2006 18:54:26 -0500 Received: from 163.181.22.101 by SAUSGW02.amd.com with ESMTP (AMD SMTP Relay (Email Firewall v6.1.0)); Fri, 02 Jun 2006 18:53:01 -0500 X-Server-Uuid: 5FC0E2DF-CD44-48CD-883A-0ED95B391E89 Received: from sausexmb2.amd.com ([163.181.3.157]) by sausexbh1.amd.com with Microsoft SMTPSVC(6.0.3790.2499); Fri, 2 Jun 2006 18:52:59 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: gcov-kernel patch Date: Fri, 02 Jun 2006 23:53:00 -0000 Message-ID: From: "McLendon, Rodney" To: gcc-help@gcc.gnu.org X-WSS-ID: 689E10D727K4850978-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00026.txt.bz2 Hi, I am trying to use the gcov-kernel patch that allows for the relocation of = the source based on the environmental variables GCOV_PREFIX and GCOV_PREFIX= _STRIP. =A0The problem that I am having is that the environmental variables= don't seem to have any effect in relocating the source when processing or = generating the .gcda files.=A0 The following sort of depicts my configurati= on: Sys A:=A0cross-compiled source in path /home/user/tmp/work/linux-2.6.16/...= for Sys B, producing .gcno files Sys B: generates the .gcda files (I set GCOV_PREFIX_STRIP=3D4 here but had = no effect) Sys C: (inside /somedir which contains linux-2.6.16, a directory that now contains the source as well as both .gcno and .gcda files) executed 'lcov -c -o somefile.info -d linux-2.6.16' here and produced an error that indicated it could not find my source in=20 /home/user/tmp/linux-2.6.16/... although once again I set GCOV_PREFIX_STRIP=3D4. On which system should the environmental variable(s) be set/used? Thanks, Rodney