> There's still a difference: the binary built with my self-built
> arm-mingw32ce crashes on exit. If I build the same code with the
> older arm-mingw32ce the resulting binary does not crash. I'm still
> looking into where the crash occurs. So far it appears that calling
> DestroyWindow() result
> On Wed, 2009-02-25 at 05:30 -0800, Eric House wrote:
> > Thanks to a fix posted here last week I was able to build cegcc from
> > the trunk. Unfortunately, it doesn't build apps that run on either
> > WinMo device I have (that run apps built with an older cegcc just
> > fine). Can anyone help m
Even though it's lame, I'll follow up to my own mail.
I just did the minimal test :
copy src/scripts/build-mingw32ce.sh to src/scripts/build-x86.sh
changed "arm" to "i386" in it, and also the installation directory
so my arm directory remains clean
mkdir src/build-x86
cd src/build-x86
On Mon, 2009-02-23 at 10:35 -0600, Tory Bjorklund wrote:
> I am looking to use a different compiler. I have the latest x86 mingw
> compiler and am building standard x86 windows executables but I am not sure
> what steps are necessary to build the CE code for my x86 target. Do I need
> to rebuild th
On Wed, 2009-02-25 at 05:30 -0800, Eric House wrote:
> Thanks to a fix posted here last week I was able to build cegcc from
> the trunk. Unfortunately, it doesn't build apps that run on either
> WinMo device I have (that run apps built with an older cegcc just
> fine). Can anyone help me figure o