This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Replace some xmalloc-family functions with XNEW-family ones
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Simon Marchi <simon dot marchi at ericsson dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 27 Aug 2015 10:54:02 +0100
- Subject: Re: [PATCH] Replace some xmalloc-family functions with XNEW-family ones
- Authentication-results: sourceware.org; auth=none
- References: <1439848395-1869-1-git-send-email-simon dot marchi at ericsson dot com> <86614d3rsu dot fsf at gmail dot com> <55D4A144 dot 70802 at ericsson dot com>
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 (éå)