From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22226 invoked by alias); 14 Jun 2016 07:33:47 -0000 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 Received: (qmail 22143 invoked by uid 89); 14 Jun 2016 07:33:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=target_board, Hx-languages-length:1125, our X-HELO: mail-oi0-f51.google.com Received: from mail-oi0-f51.google.com (HELO mail-oi0-f51.google.com) (209.85.218.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 14 Jun 2016 07:33:36 +0000 Received: by mail-oi0-f51.google.com with SMTP id w5so164802344oib.2 for ; Tue, 14 Jun 2016 00:33:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=5zWWe2nauJHza2v9LS40Ek3N55rwkM83KS6dQAzOQMc=; b=YCXOtUZalSSgBKHpw/2v1w5Bgc8tMHJ3H+n+G4mrM74gitO6SXIa3S8NTc5xtPL4P1 z/DU4o0x79L4O9PjBuPb9jIKq5UUPWtb5xjBjMUhXWXGd75kDmfmL7nb+Ap8h/xEer+F fj+Ab5ltesVHxAlCM3+TY3pbXti1T9h+Wiyqvz7CmmBOxWUX013RjS/qQ+i/jaec0r34 J96mRfoENrIUmmDycAC5E9lLHcULXEcrlKq9ioaacksPnjzxrWFsLieoDFVXfPewl8eD Suoct8tq3qspRcIogOq/7pBh78GP2SK3QlZOYpnrvX+OljJU7/91qBAczEnCwb5Fdp25 0KbQ== X-Gm-Message-State: ALyK8tL4iCFRev5suql0OxXTIGU1FM0u+O0y4lK3PNzGnQcHosZZpdn1LZWsHB1viZ3A3U7yvP+QGxshK40y7w== X-Received: by 10.157.59.134 with SMTP id k6mr10223139otc.116.1465889614063; Tue, 14 Jun 2016 00:33:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.68.4 with HTTP; Tue, 14 Jun 2016 00:33:33 -0700 (PDT) In-Reply-To: <87a8ipuhuq.fsf@redhat.com> References: <87eg81umf9.fsf@redhat.com> <87a8ipuhuq.fsf@redhat.com> From: Yao Qi Date: Tue, 14 Jun 2016 07:33:00 -0000 Message-ID: Subject: Re: AArch64 GDB buildbot To: Sergio Durigan Junior Cc: GDB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00022.txt.bz2 On Mon, Jun 13, 2016 at 6:19 PM, Sergio Durigan Junior wrote: >> Thanks. I want to run gdb tests for aarch64-linux in four modes, >> {unix,native-gdbserver} x {aarch64, arm}. In "arm", the test case is co= mpiled >> by arm-linux compiler, but GDB and GDBserver is still aarch64 program. > > OK, then you're gonna have to provide the full configure, make and make > check lines for me so that I can adjust our configuration, please. > I take a look at files at git://git.sergiodj.net/gdb-buildbot.git, and don't know how to support multi-arch testing in aarch64 (aarch64 gcc doesn't accept -m32 option to generate arm code). Let us step up simple configurations first. The machine we want to use is gcc115.fsffrance.org. The Linux is ubuntu trusty. The configure option I use is "--disable-binutils --disable-gprof --disable-gold --disable-gas --disable-ld". Then, "make" and "make check". I also want to test with native-gdbserver, so make check RUNTESTFLAGS=3D"--target_board=3Dnative-gdbserver". This should be similar to other existing buildbot slave settings. --=20 Yao (=E9=BD=90=E5=B0=A7)