From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24105 invoked by alias); 11 Dec 2009 03:12:37 -0000 Received: (qmail 24096 invoked by uid 22791); 11 Dec 2009 03:12:36 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Dec 2009 03:12:32 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 7788F4C04B; Thu, 10 Dec 2009 19:12:29 -0800 (PST) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost3.vmware.com (Postfix) with ESMTP id 63AB0CD91F; Thu, 10 Dec 2009 19:12:29 -0800 (PST) Message-ID: <4B21B85F.1030502@vmware.com> Date: Fri, 11 Dec 2009 03:12:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: paawan oza CC: Hui Zhu , "gdb@sourceware.org" Subject: Re: porting reversible on arm/mips References: <816087.35180.qm@web112515.mail.gq1.yahoo.com> <4B218B30.4010501@vmware.com> <119734.20965.qm@web112506.mail.gq1.yahoo.com> In-Reply-To: <119734.20965.qm@web112506.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-12/txt/msg00067.txt.bz2 paawan oza wrote: > My target may be arm/mips. > but some of the common hurdles are following. > > 1) getting virtual machine which has capability gives me arm processor > > 2) getting the arm linux ISO. > > Can somebody give me some pointers regarding above ? There's a nice separation in prec between architecture and OS/ABI. You could begin with the arm simulator that comes built-in to gdb, and do the architecture part before tackling the Linux ABI part.