Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-11-20 Thread Danny Backx
On Fri, 2009-11-20 at 16:14 +0100, Michael Seibt wrote: > did you succeed compiling CeGCC or another toolchain for WinCE/SH4 or > even MIPS? How long did it take you? > Or did you stop because you > - couldn't invest as much time or > - ran into severe problems/bugs? I never tried SH4 or MIPS, bec

Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-01-31 Thread Danny Backx
You don't need it. It's for getting objdump to print the right format of exception tables. Danny On Fri, 2009-01-30 at 20:25 +, Hywel B. Richards wrote: > Thanks for the replies. > I think I might need a bit more help with this one! > > I downloaded cegcc and the nearest version I co

Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-01-30 Thread Hywel B. Richards
Thanks for the replies. I think I might need a bit more help with this one! I downloaded cegcc and the nearest version I could find of binutils (Sticky Date: 2008.01.06.00.00.00) and version 4.1.0 of gcc, to do diffs to analyse the changes as suggested by Vincent. I started out by compiling ceg

Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-01-23 Thread Pedro Alves
On Friday 23 January 2009 10:37:32, Hywel B. Richards wrote: > And a final question: what do you think the likelihood of final success is? > Is this something that can definitely be made to work, or is it > something where there will be some final unsurmountable "gotchas" which > mean that it cou

Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-01-23 Thread Vincent R.
> Many thanks for your reply, Vincent. Unfortunately I have no experience > in building gcc cross-compilers (including cegcc), so I need to ask > another question. > > Is it really as easy as substituting "sh4" for "arm" in the places > implied by your diff? > Or will it be a much bigger job th

Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-01-23 Thread Hywel B. Richards
Vincent R. wrote: > On Wed, 21 Jan 2009 16:17:12 +, "Hywel B. Richards" > wrote: > >> Hi, >> >> Is anyone out there compiling for WinCE/SH4? >> >> Is it possible to coax cegcc to build for this platform, or does there >> exist another gcc-based cross-compiling toolchain somewhere? >> >> Fa

Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-01-21 Thread Vincent R.
On Wed, 21 Jan 2009 16:17:12 +, "Hywel B. Richards" wrote: > Hi, > > Is anyone out there compiling for WinCE/SH4? > > Is it possible to coax cegcc to build for this platform, or does there > exist another gcc-based cross-compiling toolchain somewhere? > > Failing that, does anyone know how

[Cegcc-devel] Compiling for WinCE/SH4

2009-01-21 Thread Hywel B. Richards
Hi, Is anyone out there compiling for WinCE/SH4? Is it possible to coax cegcc to build for this platform, or does there exist another gcc-based cross-compiling toolchain somewhere? Failing that, does anyone know how I might go about building for this platform using gcc? Many thanks in advance