From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120290 invoked by alias); 5 Oct 2016 11:01:15 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 120255 invoked by uid 89); 5 Oct 2016 11:01:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=slave, farm, our, among X-HELO: mail-oi0-f41.google.com Received: from mail-oi0-f41.google.com (HELO mail-oi0-f41.google.com) (209.85.218.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Oct 2016 11:01:08 +0000 Received: by mail-oi0-f41.google.com with SMTP id d132so64836588oib.2 for ; Wed, 05 Oct 2016 04:01:08 -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:from:date:message-id:subject:to:cc :content-transfer-encoding; bh=4R4j7xFGGyv1nl74/MuVhcaOnOgyBERiiIECZv1ORDE=; b=f1ir0+VrzD12iJoqYxR5Jt/bylAy+F0gLwuMsVYpfW0wq0otdL/W52LrSqm2O3BaiF FrrQI9yPYuE3S5SE+frmCz6DE4t/WMLuzhx5HsztYBYOob02q9N4Hff7X2K9OsgyBgoc pcUWw5e3+6+W1hGMKQXRv+dmFs15FjjxF+DUzI6t2wEh12CGIkA7mCEL5PA17Hc5wo0O qRNGhu86m0A2IoH0VEeSgzXnZfqDyqUKtias0cdNclzevryzbrGpoW1z+ruiM+d7XUb9 7TD8jGelgzcPIHzJy9F2RJshq3xf0HnhCjCeYXjWS1DwvC3gtTFOfiyt0FI1I9E5gqgO 1f+w== X-Gm-Message-State: AA6/9Rl8p9NGlWCg0CBZJA+osyhaeakHp+/7csNYXKcJfAaAbJaA0D9zE5I99eWvd55UR8iLecqZ+pqJcSi5oA== X-Received: by 10.157.60.106 with SMTP id j39mr5707698ote.129.1475665267469; Wed, 05 Oct 2016 04:01:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.221.3 with HTTP; Wed, 5 Oct 2016 04:01:07 -0700 (PDT) From: Yao Qi Date: Wed, 05 Oct 2016 11:01:00 -0000 Message-ID: Subject: [buildbot] Customized build and board file To: Sergio Durigan Junior Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00085.txt.bz2 Hi Sergio, I want to add a new build slave on gcc114 (aarch64) for aarch32 gdb testing, that is, gdb and test cases are built by arm-linux-gnueabihf compiler. I want to configure gdb with "--target=3Darm-linux-gnueabihf --host=3Darm-linux-gnueabihf --build=3Darm-linux-gnueabihf", and other opti= ons, and also provide a board file "unix-aarch32.exp" in which arm-linux-gnueabihf can be used to compile test cases. Can we do these things above in our buildbot infrastructure? Note that this is trade-off among various limitations, - we don't have armv7 devices in gcc compile farm, so we have to emulate on an armv8 machine, - libc6:armhf is not installed on gcc114, so I build the toolchain, and fo= rce gdb and test programs use my sysroot. I am going to raise a request to install libc6:armhf, but it may take a while. --=20 Yao (=E9=BD=90=E5=B0=A7)