Re: [Cegcc-devel] Smartphone Example

2008-12-16 Thread Danny Backx
It probably is but I don't have the time for it right now. Danny On Tue, 2008-12-16 at 21:37 +0100, mosfet wrote: > Hum actually it works but couldnt' be possible to fix windres to accept > this syntax with comma ? > > > > > On Tue, 16 Dec 2008 17:23:54 +0100, Danny Backx > wrote: >

Re: [Cegcc-devel] Smartphone Example

2008-12-16 Thread mosfet
Hum actually it works but couldnt' be possible to fix windres to accept this syntax with comma ? On Tue, 16 Dec 2008 17:23:54 +0100, Danny Backx wrote: > You need to make sure that you have the right macros defined. Here's a > Makefile that works for me : > TARGET=arm-mingw32ce > CC= ${TAR

Re: [Cegcc-devel] Smartphone Example

2008-12-16 Thread mosfet
Could you post your archive because when I try I still get some errors but since I am not using an official cegcc version but a "home made" I may have forgotten to report some modifications. Thanks On Tue, 16 Dec 2008 17:23:54 +0100, Danny Backx wrote: > You need to make sure that you have the

Re: [Cegcc-devel] Smartphone Example

2008-12-16 Thread Danny Backx
You need to make sure that you have the right macros defined. Here's a Makefile that works for me : TARGET=arm-mingw32ce CC= ${TARGET}-gcc ${CFLAGS} CCC=${TARGET}-g++ ${CFLAGS} CFLAGS= -D_WIN32_WCE=0x0500 -D_WIN32_IE=0x0500 WINDRES=${TARGET}-windres ${CFLAGS} hellosp.exe:hellos