Hi there. As discussed on Monday, I've shifted today's standup call
an hour earlier to 1700 UTC. See you then!
-- Michael
___
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain
The Linaro Toolchain Working Group is pleased to announce the release
of Linaro GDB 7.2.
Linaro GDB 7.2 2011.02-0 is the third release in the 7.2 series. Based
off the latest GDB 7.2, it includes a number of ARM-focused bug fixes
and enhancements.
Interesting changes include:
* Backtracing is mo
The Linaro Toolchain Working Group is pleased to announce the release
of both Linaro GCC 4.4 and Linaro GCC 4.5.
Linaro GCC 4.5 is the seventh release in the 4.5 series. Based off the
latest GCC 4.5.2, it includes many ARM-focused performance
improvements and bug fixes.
Interesting changes includ
On Tue, 8 Feb 2011 11:22:32 +
Julian Brown wrote:
> IIRC I couldn't figure out the magic incantation needed to do it last
> time I tried. I don't think the "--with-endian=xxx" option is
> supported for ARM. Possibly the way to do it is to configure for
> the "armeb-foo-eabi-bar" rather than "
On Tue, 8 Feb 2011 09:33:21 +0200
Ira Rosen wrote:
> On 7 February 2011 18:24, Julian Brown
> wrote:
> > Building for big-endian ARM is Really Hard (IMO) :-). You can't
> > intermix little-endian and big-endian objects at all, so you either
> > need an entirely-big-endian compiler, or to build o
The Linaro Toolchain Working Group is pleased to announce the release
of Linaro QEMU 2011.02-0.
Linaro QEMU 2011.02-0 is the first official release of qemu-linaro. Based
off upstream qemu, it includes a number of ARM-focused bug fixes and
enhancements.
- This initial qemu-linaro release includes
On 08/02/11 07:33, Ira Rosen wrote:
It certainly helps to understand that I don't want to try that fancy
both-endians build ;)
Is separate big-endian build Really Hard as well?
Yes and no.
It's easy to configure for big endian:
/configure --target=armbe-linux-gnueabi" .
The hard par