From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 338 invoked by alias); 27 Aug 2015 09:54: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 325 invoked by uid 89); 27 Aug 2015 09:54:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f45.google.com Received: from mail-pa0-f45.google.com (HELO mail-pa0-f45.google.com) (209.85.220.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 27 Aug 2015 09:54:13 +0000 Received: by pacgr6 with SMTP id gr6so2678237pac.3 for ; Thu, 27 Aug 2015 02:54:11 -0700 (PDT) X-Received: by 10.68.100.226 with SMTP id fb2mr3701493pbb.92.1440669251283; Thu, 27 Aug 2015 02:54:11 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id cn8sm1842691pac.7.2015.08.27.02.54.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Aug 2015 02:54:10 -0700 (PDT) Message-ID: <55DEDE3A.8010209@gmail.com> Date: Thu, 27 Aug 2015 09:54:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Simon Marchi CC: gdb-patches@sourceware.org Subject: Re: [PATCH] Replace some xmalloc-family functions with XNEW-family ones References: <1439848395-1869-1-git-send-email-simon.marchi@ericsson.com> <86614d3rsu.fsf@gmail.com> <55D4A144.70802@ericsson.com> In-Reply-To: <55D4A144.70802@ericsson.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00777.txt.bz2 On 19/08/15 16:31, Simon Marchi wrote: > Is there a list of cross-compilers we can download to test building gdb > with ? If you guys have links to already built cross-compilers to various > architectures, I can create a wiki page for it. Otherwise, I'll try to > build a few toolchains using crosstool-ng, it seems relatively easy. In general, I search them from google. Personally, I am using linaro pre-built toolchain for arm and aarch64. You can find them from http://releases.linaro.org/14.11/components/toolchain/binaries/ arm, aarch64, powerpwc, and powerpc64le cross compilers are also shipped in Ubuntu at least. You can install them via apt. AFAIK, mips toolchain can be found from Sourcery CodeBench Lite from Mentor Graphics. DJGPP cross gcc can be found online too if you google "djcross-gcc". -- Yao (齐尧)