-
given this simple test.c file:
#include
int main(int argc, char **argv) {
printf("1\n");
printf("2");
return 0;
}
compiled with:
arm-wince-cegcc-gcc -o test_cegcc.exe test.c
I get the following output on the PDA:
\Temp> test_cegcc
1
\Temp>
the same program compiled with mingw32ce with:
arm-wince-mingw32ce-gcc -o...
2007-02-22 18:17:27 UTC in CeGCC - Cross development for Pocket PC
-
acalpini committed patchset 520 of module pod2it to the Italian Perldoc Translation CVS repository, changing 1 files.
2006-11-28 14:25:36 UTC in Italian Perldoc Translation
-
acalpini committed patchset 417 of module pod2it to the Italian Perldoc Translation CVS repository, changing 1 files.
2005-11-21 08:23:59 UTC in Italian Perldoc Translation
-
acalpini committed patchset 1 of module isosync to the IGSuite - Integrated Groupware Suite CVS repository, changing 120 files.
2005-02-28 12:41:42 UTC in IGSuite - Integrated Groupware Suite
-
acalpini committed patchset 25 of module Win32-GUI to the Win32::GUI CVS repository, changing 1 files.
2003-11-24 15:54:48 UTC in Win32::GUI
-
acalpini committed patchset 26 of module pod2it to the Italian Perldoc Translation CVS repository, changing 1 files.
2003-06-18 16:32:49 UTC in Italian Perldoc Translation
-
acalpini committed patchset 24 of module pod2it to the Italian Perldoc Translation CVS repository, changing 1 files.
2003-06-18 11:59:01 UTC in Italian Perldoc Translation
-
acalpini committed patchset 23 of module pod2it to the Italian Perldoc Translation CVS repository, changing 1 files.
2003-06-18 11:51:55 UTC in Italian Perldoc Translation
-
acalpini committed patchset 9 of module Win32-GUI to the Win32::GUI CVS repository, changing 1 files.
2001-02-16 17:29:34 UTC in Win32::GUI
-
acalpini committed patchset 8 of module Win32-GUI to the Win32::GUI CVS repository, changing 1 files.
2001-02-15 15:37:28 UTC in Win32::GUI