Hello, 

I have just started working with mingw and cygwin, knowing that the "official" 
support of cegcc and mingw32ce projects are for ARM proccesors. Isn´´t it? But 
is very important for me to put working a simple gcc (C) compiler on a x86 
based Windows CE system. I need to compile by a gcc natively C code on my 
system (not cross-compiling). 
I have already running arm-wince-mingw32ce-gcc on mingw, but I know that this 
executables are for arm procesors, it have been just a "getting started". 
I have read this post but, the final link has disappeared:

Trevor MacPhail wrote: >Is it possible for me to modify the cegcc build scripts 
to compile an >x86 targeted compiler? Specifically for running in the windows 
mobile >2003 emulator in embedded visual studio which is x86 instead of arm. >I 
can't use visual studio to compile it because my code is not visual >studio 
friendly apparently. (My code compiled for arm by visual >studio crashes 
constantly while the same code compiled by arm-wince- >pe-gcc works perfectly) 
> > > No, not just the build scripts. The easiest approach would be to download 
an x86 mingw compiler, tweak our version of src/mingw (taillored for 
wince/coredll) so it builds for x86 but with the coredll runtime, and change 
the default subsystem to 9 (CE) by command line switches. You would then be 
able to compile your app for the emulator. But, why bother? You can get an arm 
emulator from MS for free: 
<http://www.microsoft.com/downloads/details.aspx?familyid=C62D54A5-183A-4A1E-A7E2-CC500ED1F19A&displaylang=en>
 There is an page on the old berlios Wiki about this: 
<http://cegcc.berlios.de/wiki/index.php/Usage> Cheers, Pedro Alves


Please, help me, 

Eneko Fernandez.


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to