Re: [Cegcc-devel] Trouble porting Rockbox

2008-08-02 Thread Danny Backx
On Sat, 2008-08-02 at 20:31 -0700, Mike . wrote: > Turns out that a header doesn't parse the same as gcc on linux, and > I'm not sure why, but it can be fixed just by removing a #ifdef > shouldn't do anything. All kinds of definitions (from other include files) are different between linux and WinC

Re: [Cegcc-devel] Trouble porting Rockbox

2008-08-02 Thread Mike .
Turns out that a header doesn't parse the same as gcc on linux, and I'm not sure why, but it can be fixed just by removing a #ifdef shouldn't do anything. > Subject: Re: [Cegcc-devel] Trouble porting Rockbox > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Date: Sun, 3 Aug 2008 02:08:42 +020

Re: [Cegcc-devel] Trouble porting Rockbox

2008-08-02 Thread Mike .
> Subject: Re: [Cegcc-devel] Trouble porting Rockbox > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: cegcc-devel@lists.sourceforge.net > Date: Sat, 2 Aug 2008 09:00:37 +0200 > > On Fri, 2008-08-01 at 21:28 -0700, Mike . wrote: > > Hello. > > > > I'd like to port the rockbox digital

Re: [Cegcc-devel] cegcc-4.1.2 : need your testing

2008-08-02 Thread forumer
Next step : 1) Try to remove static link with libstdc++ when using mingw32ce because 400 ko for a simple Hello World is not an option 2) Try to implement SEH exception because sjlj is really ugly. On Sat, 02 Aug 2008 18:31:08 +0200, <[EMAIL PROTECTED]> wrote: > Hurray! > > I have discover

Re: [Cegcc-devel] cegcc-4.1.2 : need your testing

2008-08-02 Thread forumer
Hurray! I have discovered that in fact when regenerating configure in GCC you need to use autoconf 2.13 for top level makefile and autoconf 2.59 for others. Now everything compiles fine and installation is OK. Waiting for your tests ...

Re: [Cegcc-devel] cegcc-4.1.2 : need your testing

2008-08-02 Thread forumer
So finally here is my analysis : Actually toolexecdir and toolexeclibdir depends on : in libstdc++\acinclude.m4 # Calculate glibcxx_toolexecdir, glibcxx_toolexeclibdir # Install a library built with a cross compiler in tooldir, not libdir. if test x"$glibcxx_toolexecdir" = x"no"; then if

Re: [Cegcc-devel] cegcc-4.1.2 : need your testing

2008-08-02 Thread forumer
I am progressing here is config.log for the two versions and as you can see the differences are related to toolexecdir and toolexeclibdir... GCC 4.1.0 : prefix='/opt/mingw32ce' exec_prefix='/opt/mingw32ce' libdir='/opt/mingw32ce/lib' target='arm-unknown-mingw32ce' target_alias='arm-mingw32ce' t

Re: [Cegcc-devel] cegcc-4.1.2 : need your testing

2008-08-02 Thread forumer
I tried to add datarootdir and I don't have the first warning anymore but it doesn't fix my install path ... In libstdc++ and libssp configure I have this : ... # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some

[Cegcc-devel] cegcc-4.1.2 : need your testing

2008-08-02 Thread forumer
Hi, I have built a cegcc from a gcc 4.1.2 because when generating a D cross compiler from original cegcc(4.1.0) I got compilation errors (unrecognized insn). So now I need some testing, for now I only have tested the cygwin version. You will find binaries here: http://www.smartmobili.com/Downloa

Re: [Cegcc-devel] Trouble porting Rockbox

2008-08-02 Thread janrinze
On Fri, 2008-08-01 at 21:28 -0700, Mike . wrote: > Hello. > > I'd like to port the rockbox digital audio player software to WinCE > using cegcc + sdl. I've made the needed changes to compile rockbox as > an SDL application and can do so nicely on a Linux machine, but am now > getting stuck with t