From owner-freebsd-emulation@FreeBSD.ORG Sun Sep 20 08:50:06 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 091FD106566C for ; Sun, 20 Sep 2009 08:50:06 +0000 (UTC) (envelope-from yurtesen@ispro.net) Received: from mail.ispro.net (mail.ispro.net [87.251.0.19]) by mx1.freebsd.org (Postfix) with ESMTP id 151578FC13 for ; Sun, 20 Sep 2009 08:50:04 +0000 (UTC) Received: (qmail 13541 invoked by uid 399); 20 Sep 2009 08:50:02 -0000 Received: from dsl-tkubrasgw1-fe1efa00-39.dhcp.inet.fi (HELO ?192.168.0.100?) (yurtesen@ispro.net@84.250.30.39) by mail.ispro.net with ESMTPAM; 20 Sep 2009 08:50:02 -0000 X-Originating-IP: 84.250.30.39 Message-ID: <4AB5ECF3.3020404@ispro.net> Date: Sun, 20 Sep 2009 11:50:59 +0300 From: Evren Yurtesen User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Alexander Kabaev References: <4AB4016D.5070508@ispro.net> <4AB4035E.2030907@ispro.net> <20090919100724.1165f685@ernst.jennejohn.org> <20090919190022.3b046b1a@kan.dnsalias.net> In-Reply-To: <20090919190022.3b046b1a@kan.dnsalias.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: emulation@FreeBSD.org, gary.jennejohn@freenet.de 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 List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2009 08:50:06 -0000 Alexander Kabaev wrote: > On Sat, 19 Sep 2009 10:07:24 +0200 > Gary Jennejohn wrote: > >> 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 > ptrace _was_ implemented for Linux at some point. See > sys/i386/linux/linux_ptrace.c. > linux_ptrace.c doesnt appear at the amd64 side in /usr/src/sys/amd64/linux32 ? (I forgot to mention that I was using amd64). It would be nice if I could get the Intel's software working but if not, I can use Linux instead. Thanks for the information. Thanks, Evren