From owner-freebsd-sparc64@FreeBSD.ORG Sun Feb 5 10:55:07 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 999E616A420 for ; Sun, 5 Feb 2006 10:55:07 +0000 (GMT) (envelope-from toa@pop.agri.ch) Received: from exsmtp01.agrinet.ch (exsmtp01.agrinet.ch [81.221.250.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F1D43D45 for ; Sun, 5 Feb 2006 10:55:06 +0000 (GMT) (envelope-from toa@pop.agri.ch) Received: from smtp.messaging.ch ([10.50.252.215]) by exsmtp01.agrinet.ch with Microsoft SMTPSVC(6.0.3790.211); Sun, 5 Feb 2006 11:55:04 +0100 Received: from [192.168.225.5] ([80.219.88.141]) by smtp.messaging.ch with id tmvJ1T00232ylCo0000000 for freebsd-sparc64@freebsd.org; Sun, 05 Feb 2006 11:55:19 +0100 X-IMP: RBL SBL+XBL: 0.00, RBL SPAMCOP: 0.00, RBL MAPS_ORDB: 0.00, RBL SORBS: 0.10, URL RHS: 0.00, URL SURBL: 0.00 Message-ID: <43E5D988.2070009@pop.agri.ch> Date: Sun, 05 Feb 2006 11:55:04 +0100 From: Andreas Tobler User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Marius Strobl References: <43E3D228.6060801@pop.agri.ch> <20060205112432.A3868@newtrinity.zeist.de> In-Reply-To: <20060205112432.A3868@newtrinity.zeist.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Feb 2006 10:55:04.0930 (UTC) FILETIME=[9EEEDC20:01C62A42] Cc: freebsd-sparc64@freebsd.org Subject: Re: profiling with cc X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2006 10:55:07 -0000 Marius Strobl wrote: > On Fri, Feb 03, 2006 at 10:59:04PM +0100, Andreas Tobler wrote: >> Hello, >> >> I just wonder what I do wrong. >> >> I try to compile a simple hello.c with -pg and I fail with the following: [snip] > Userland profiling simply isn't implemented for FreeBSD/sparc64 so far. Aha, Thanks a lot. The userland profiling on sparc64, would it be a difficult issue ? Regards, Andreas