* Building a hexagon cross compiler
@ 2014-07-15 14:24 David Howells
[not found] ` <CAHrUA374VW4j1tDUzss3L4Xezp0-g21b7zCYgw-2gafheaS+sQ@mail.gmail.com>
0 siblings, 1 reply; 5+ messages in thread
From: David Howells @ 2014-07-15 14:24 UTC (permalink / raw)
To: Richard Kuo; +Cc: dhowells, linux-hexagon, richard.weinberger
Hi Richard,
I'd like to build a Hexagon cross-compiler to go with the other Fedora cross
compilers that I have. I don't see support in binutils-2.24 and gcc-4.9.0
though. Do I take it that Hexagon has its own special cross compiler build?
David
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Building a hexagon cross compiler
[not found] ` <CAHrUA374VW4j1tDUzss3L4Xezp0-g21b7zCYgw-2gafheaS+sQ@mail.gmail.com>
@ 2014-07-15 19:05 ` Linas Vepstas
2014-07-21 20:43 ` rkuo
2014-07-22 8:43 ` David Howells
2 siblings, 0 replies; 5+ messages in thread
From: Linas Vepstas @ 2014-07-15 19:05 UTC (permalink / raw)
To: David Howells; +Cc: Richard Kuo, linux-hexagon, richard.weinberger
Resending, with the html markup turned off.
--linas
> On 15 July 2014 09:24, David Howells <dhowells@redhat.com> wrote:
>>
>> Hi Richard,
>>
>> I'd like to build a Hexagon cross-compiler to go with the other Fedora cross
>> compilers that I have. I don't see support in binutils-2.24 and gcc-4.9.0
>> though. Do I take it that Hexagon has its own special cross compiler build?
>>
On 15 July 2014 14:03, Linas Vepstas <linasvepstas@gmail.com> wrote:
>
> If I remember correctly, Mentor's Code Sourcercy division was supposed to be maintaining and merging the hexagon gcc patches upstream. glibc too. Last time I used this (many years ago) it all worked great, with almost all of the glibc test suite passing, including the wild tangle of thread-local storage, thread joins, thrown exceptions, stack unwinding, gdb and signals all happening at the same time. There were only a handful of rare, obscure cases that didn't pass. I know, as I did the work to make this all go.
>
> I hope all this work isn't slowly being lost ...
>
> --linas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Building a hexagon cross compiler
[not found] ` <CAHrUA374VW4j1tDUzss3L4Xezp0-g21b7zCYgw-2gafheaS+sQ@mail.gmail.com>
2014-07-15 19:05 ` Linas Vepstas
@ 2014-07-21 20:43 ` rkuo
2014-07-22 8:43 ` David Howells
2 siblings, 0 replies; 5+ messages in thread
From: rkuo @ 2014-07-21 20:43 UTC (permalink / raw)
To: Linas Vepstas; +Cc: David Howells, linux-hexagon, richard.weinberger
On Tue, Jul 15, 2014 at 02:03:02PM -0500, Linas Vepstas wrote:
> If I remember correctly, Mentor's Code Sourcercy division was supposed to
> be maintaining and merging the hexagon gcc patches upstream. glibc too.
> Last time I used this (many years ago) it all worked great, with almost all
> of the glibc test suite passing, including the wild tangle of thread-local
> storage, thread joins, thrown exceptions, stack unwinding, gdb and signals
> all happening at the same time. There were only a handful of rare, obscure
> cases that didn't pass. I know, as I did the work to make this all go.
>
> I hope all this work isn't slowly being lost ...
>
> --linas
>
>
>
> On 15 July 2014 09:24, David Howells <dhowells@redhat.com> wrote:
>
> > Hi Richard,
> >
> > I'd like to build a Hexagon cross-compiler to go with the other Fedora
> > cross
> > compilers that I have. I don't see support in binutils-2.24 and gcc-4.9.0
> > though. Do I take it that Hexagon has its own special cross compiler
> > build?
> >
> > David
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-hexagon" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
Sorry for the late response. As Linas mentioned, Mentor maintains the that
set of tools. That latest version that was released can be found here:
https://sourcery.mentor.com/GNUToolchain/release2800
I haven't had a chance to test these tools myself though.
Hope that helps.
-Richard Kuo
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Building a hexagon cross compiler
[not found] ` <CAHrUA374VW4j1tDUzss3L4Xezp0-g21b7zCYgw-2gafheaS+sQ@mail.gmail.com>
2014-07-15 19:05 ` Linas Vepstas
2014-07-21 20:43 ` rkuo
@ 2014-07-22 8:43 ` David Howells
2014-07-24 0:18 ` rkuo
2 siblings, 1 reply; 5+ messages in thread
From: David Howells @ 2014-07-22 8:43 UTC (permalink / raw)
To: rkuo; +Cc: dhowells, Linas Vepstas, linux-hexagon, richard.weinberger
rkuo <rkuo@codeaurora.org> wrote:
> Sorry for the late response. As Linas mentioned, Mentor maintains the that
> set of tools. That latest version that was released can be found here:
>
> https://sourcery.mentor.com/GNUToolchain/release2800
gcc-4.6 and a similarly aged binutils. Do they have anything newer, and can
they push it upstream?
David
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Building a hexagon cross compiler
2014-07-22 8:43 ` David Howells
@ 2014-07-24 0:18 ` rkuo
0 siblings, 0 replies; 5+ messages in thread
From: rkuo @ 2014-07-24 0:18 UTC (permalink / raw)
To: David Howells; +Cc: Linas Vepstas, linux-hexagon, richard.weinberger
On Tue, Jul 22, 2014 at 09:43:45AM +0100, David Howells wrote:
> rkuo <rkuo@codeaurora.org> wrote:
>
> > Sorry for the late response. As Linas mentioned, Mentor maintains the that
> > set of tools. That latest version that was released can be found here:
> >
> > https://sourcery.mentor.com/GNUToolchain/release2800
>
> gcc-4.6 and a similarly aged binutils. Do they have anything newer, and can
> they push it upstream?
>
> David
Unfortunately, it looks like 'no' on both counts. The focus is on ... other
toolchains at the moment.
-Richard Kuo
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-07-24 0:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-15 14:24 Building a hexagon cross compiler David Howells
[not found] ` <CAHrUA374VW4j1tDUzss3L4Xezp0-g21b7zCYgw-2gafheaS+sQ@mail.gmail.com>
2014-07-15 19:05 ` Linas Vepstas
2014-07-21 20:43 ` rkuo
2014-07-22 8:43 ` David Howells
2014-07-24 0:18 ` rkuo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).