From owner-freebsd-amd64@FreeBSD.ORG Fri Aug 7 15:04:21 2009 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0B4C106564A for ; Fri, 7 Aug 2009 15:04:21 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by mx1.freebsd.org (Postfix) with ESMTP id A43FD8FC1A for ; Fri, 7 Aug 2009 15:04:21 +0000 (UTC) Received: by wf-out-1314.google.com with SMTP id 24so624826wfg.7 for ; Fri, 07 Aug 2009 08:04:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ShBY1B0D8FyAE8MWIMOl42Dvxgt6GpqoNymywQ82HSc=; b=D6I6vqmT+CvYdC9V6qA8gGElCdNGSupaj+w81J9NjTuJPecMfuZgAvtEW6NDtFovYi rQ19i8SA1YuQTTSfJTe2XH9WvcQbKsKqFNXhq47X/w1Yk2pIQeJc8KXtx1Ra0JfxZGfD aDQN07w2S8lcI/fsn5kAjv0vZz4BrHAkNbLWk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=i3YyzlEaROGoofauxMVeULpSDVBlILRaF6UqiyWK/XlvQZaec2y/lZMnfrTb85HhAa Ge0F4ej2p6usR7Ae7bvJ/LdR4Qu0CTXOj0BtB2eIGIgTk+jtvLKjy/L9YLRmg0XNZd4A 3hyM+mo7LMykAwCrFNJia9U5y5yfFz7ehMvtY= MIME-Version: 1.0 Received: by 10.142.229.5 with SMTP id b5mr139600wfh.37.1249657461109; Fri, 07 Aug 2009 08:04:21 -0700 (PDT) In-Reply-To: <36A93B31228D3B49B691AD31652BCAE9A456967666@GRFMBX702BA020.griffon.local> References: <36A93B31228D3B49B691AD31652BCAE9A4569675DE@GRFMBX702BA020.griffon.local> <84dead720908060951j605338e3vb48cd41f13810f29@mail.gmail.com> <36A93B31228D3B49B691AD31652BCAE9A456967666@GRFMBX702BA020.griffon.local> Date: Fri, 7 Aug 2009 20:34:21 +0530 Message-ID: <84dead720908070804i202d8f6fnff344f4bfd910b59@mail.gmail.com> From: Joseph Koshy To: Invernizzi Fabrizio Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-amd64@freebsd.org" Subject: Re: Problem with pmcstat X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2009 15:04:22 -0000 > When I try to load the hwpmc module I obtain this error: > > #kldload hwpmc.ko > kldload: can't load hwpmc.ko: Exec format error Any additional error messages on the console (see /var/log/messages or dmesg output)? Koshy