From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30271 invoked by alias); 6 Jun 2008 17:13:46 -0000 Received: (qmail 30260 invoked by uid 22791); 6 Jun 2008 17:13:45 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.144) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Jun 2008 17:13:17 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id 4976931BB42; Fri, 6 Jun 2008 17:13:27 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP; Fri, 6 Jun 2008 17:13:27 +0000 (UTC) Received: from dl2.hq2.avtrex.com ([192.168.7.26]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 6 Jun 2008 10:13:13 -0700 Message-ID: <48497029.4060207@avtrex.com> Date: Fri, 06 Jun 2008 17:13:00 -0000 From: David Daney User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Masao Uebayashi Cc: cgd@google.com, gdb@sourceware.org Subject: Re: mips sim syscall References: <20080606.152013.212798583.uebayasi@gmail.com> <2e7be40c0806060007n1a237cbfya34c58208a57add1@mail.gmail.com> <20080606.192335.58006236.uebayasi@gmail.com> In-Reply-To: <20080606.192335.58006236.uebayasi@gmail.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: 2008-06/txt/msg00042.txt.bz2 Masao Uebayashi wrote: > Thanks for the reply. > > My intention at the moment is to run GCC testsuite in cross manner. > I'll visit to fix ld.elf_so for NetBSD/mips N32 support later. :) > For that you can run Linux under qemu. You can install a complete mipsel-linux Debian distribution on any platform that runs qemu. Also instructions for running the GCC testsuite in the sim can be found here: http://gcc.gnu.org/simtest-howto.html David Daney