From owner-freebsd-emulation@FreeBSD.ORG Sat Sep 19 08:07:29 2009 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A27D6106568F for ; Sat, 19 Sep 2009 08:07:29 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout4.freenet.de (mout4.freenet.de [IPv6:2001:748:100:40::2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 40C5A8FC1A for ; Sat, 19 Sep 2009 08:07:29 +0000 (UTC) Received: from [195.4.92.15] (helo=5.mx.freenet.de) by mout4.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #92) id 1Mouye-0006I5-0R; Sat, 19 Sep 2009 10:07:28 +0200 Received: from tc9d4.t.pppool.de ([89.55.201.212]:30588 helo=ernst.jennejohn.org) by 5.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #94) id 1Mouya-0001sb-OZ; Sat, 19 Sep 2009 10:07:24 +0200 Date: Sat, 19 Sep 2009 10:07:24 +0200 From: Gary Jennejohn To: Evren Yurtesen Message-ID: <20090919100724.1165f685@ernst.jennejohn.org> In-Reply-To: <4AB4035E.2030907@ispro.net> References: <4AB4016D.5070508@ispro.net> <4AB4035E.2030907@ispro.net> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.2; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: emulation@FreeBSD.org Subject: Re: E:Attach to pid 54301 failed: Function not implemented X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2009 08:07:29 -0000 On Sat, 19 Sep 2009 01:02:06 +0300 Evren Yurtesen wrote: > Evren Yurtesen wrote: > > Hello, > > > > I am trying to use the Intel Software Development Emulator on FreeBSD 8 > > > > http://software.intel.com/en-us/articles/intel-software-development-emulator/ > > > > > > with the linux_base-f10 port however I am getting the following error: > > > > # ./sde -- /bin/csh > > E:Attach to pid 54304 failed: Function not implemented > > > > Is this something which can be fixed or should I forget about it? > > > It could probably be fixed, but it may require lots of effort. The arguments to the Linux ptrace(2) are different (some are pointers instead of ints) and it wouldn't surprise me in the least to find that ptrace(2) in Linux behaves differently than under FreeBSD. > I just realized this in logs also: > > linux: pid 54303 (pinbin): syscall ptrace not implemented --- Gary Jennejohn