From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22068 invoked by alias); 9 Nov 2012 07:31:15 -0000 Received: (qmail 22059 invoked by uid 22791); 9 Nov 2012 07:31:14 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-pa0-f47.google.com (HELO mail-pa0-f47.google.com) (209.85.220.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Nov 2012 07:31:09 +0000 Received: by mail-pa0-f47.google.com with SMTP id fa11so2466778pad.20 for ; Thu, 08 Nov 2012 23:31:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=+4w9Q1QKLnjAfQ671BztdRjR3xatkXvxO0OIVaWTpV8=; b=n/SV0s8WWONPjxkga+gNRLPHHPma3dSHn2Re/VQNcU+qgT1TgpuIypgXhX98JFJj41 5rFt9jpEJrvRrdUG/ITet1XyRa6Ean5uFHTSyNtkULNilp0+zf3M9w2cHNQjqRICrm5t 4v00nXeUvY7ayvlgSpQbYNzhXXIHxDxfYg7xcibzg9jAv2pMKs0Z6+goYpX75i4mx5w1 TXMmk/D1MJtw3rL8KFNYfYprpR7ZT5v81PGI71usjBfH4Bj2wfBfvFzNvPOR3pF2od7C itqipvCzA+j5UELX6E0PCyOw9sAd8Kv6Pw4lsalh7cMbTCsfBDrby22mgoBhzlPRY6fv /MFA== MIME-Version: 1.0 Received: by 10.68.225.34 with SMTP id rh2mr16594853pbc.78.1352446267333; Thu, 08 Nov 2012 23:31:07 -0800 (PST) Received: by 10.68.238.5 with HTTP; Thu, 8 Nov 2012 23:31:07 -0800 (PST) In-Reply-To: <509A3A22.5060706@gmail.com> References: <509A3A22.5060706@gmail.com> Date: Fri, 09 Nov 2012 07:31:00 -0000 Message-ID: Subject: Re: Testing a Canadian cross From: Ian Lance Taylor To: Aurelien Buhrig Cc: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQm5mVsN5kPB8xYAaV3qCMfUAmN/0WfBWbYhZAVI8ut30S3NiOhVqYKvhW/Mo3t7h49A1IixllE/OA3OAX+OMtBMqp+aZ+jyqJ1rGkwKu57Kw7C2jzyc3CCnmjozOJx6/C/jIxNeXZHmzZ2wkJcanexmxtGRTk+duHURZs4NscnGPZsSoxrkgqa733J1gLQDLvZxjRG1 X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg00036.txt.bz2 On Wed, Nov 7, 2012 at 2:38 AM, Aurelien Buhrig wrote: > > I successfully build a canadian croos gcc for a private target on a > linux x64 build machine for a windows host (mingw32). > > I suppose I can test such a compiler on the host machine (setting up > dejagnu/expect, a site.exp and the target simulator (sid) on the windows > host). > But in order to centralize on a single machine the build and the test of > binary releases for different hosts, I wonder if there is a way to test > such a compiler on (or from) the build machine, using an emulator, a > RPC-like or whatever. > Perhaps this is an issue someone has already addressed hereby? I believe the GCC testsuite has this facility, but frankly I do not know how to use it. You can tell DejaGNU to run programs remotely. Ian