From: <dan...@us...> - 2006-08-05 13:09:23
|
Revision: 309 Author: dannybackx Date: 2006-08-05 06:09:15 -0700 (Sat, 05 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=309&view=rev Log Message: ----------- Fix HTML errors due to nested comment Modified Paths: -------------- trunk/cegcc/website/index.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-08-05 13:17:56
|
Revision: 310 Author: dannybackx Date: 2006-08-05 06:17:50 -0700 (Sat, 05 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=310&view=rev Log Message: ----------- Add SourceForge logo Modified Paths: -------------- trunk/cegcc/website/index.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-08-24 16:46:13
|
Revision: 358 Author: dannybackx Date: 2006-08-24 09:46:07 -0700 (Thu, 24 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=358&view=rev Log Message: ----------- Fix a couple of broken links Modified Paths: -------------- trunk/cegcc/website/index.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2007-06-10 17:53:02
|
Revision: 938 http://svn.sourceforge.net/cegcc/?rev=938&view=rev Author: dannybackx Date: 2007-06-10 10:52:59 -0700 (Sun, 10 Jun 2007) Log Message: ----------- Add some clarifications, remove reference to the wiki (it appears to be dead). Modified Paths: -------------- trunk/cegcc/website/index.html Modified: trunk/cegcc/website/index.html =================================================================== --- trunk/cegcc/website/index.html 2007-06-10 17:48:54 UTC (rev 937) +++ trunk/cegcc/website/index.html 2007-06-10 17:52:59 UTC (rev 938) @@ -50,7 +50,8 @@ <tr><td width="66%"> <p> <font size="+1"> -CeGCC is a project that offers cross-development tools for Windows CE (PocketPC). +The CeGCC project implements cross-development tools for Windows CE (PocketPC). +You can develop on a PC, and create apps that run on a PDA or a WinCE cell phone. </font> <p> We're aiming at providing a consistent and working set of development tools that @@ -59,6 +60,33 @@ the <a href="http://www.cygwin.com">cygwin</a> environment and <a href="http://www.linux.org">GNU/Linux</a> systems. <p> +We have two products : +<ul> + <li>arm-wince-mingw32ce : toolset to build native Windows CE applications + <li>arm-wince-cegcc : toolset to port unix source to Windows CE +</ul> +Both toolsets allow you to develop on a PC, +and create apps that run on a PDA or a WinCE cell phone. +<p> +Combine this with our development platforms, and you get four choices : +<table border="1"> + <tr> + <td> </td> + <td> GNU/Linux host </td> + <td> Cygwin host </td> + </tr> + <tr> + <td> arm-wince-mingw32ce </td> + <td> Develop on Linux, create Windows CE native apps </td> + <td> Develop on Cygwin, create Windows CE native apps </td> + </tr> + <tr> + <td> arm-wince-cegcc</td> + <td> Develop on Linux, port *nix sources to Windows CE </td> + <td> Develop on Cygwin, port *nix sources to Windows CE </td> + </tr> +</table> +<p> This project is <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a> - read all about that and @@ -76,21 +104,29 @@ <li><a href="http://www.gnu.org/software/gdb">GDB</a> - the GNU debugger </ul> <p> -We're implementing all these tools for the <b>arm-wince-cegcc</b> target platform, -which means we're building for an <b>ARM</b> processor, +What's the meaning of <b>arm-wince-cegcc</b> and <b>arm-wince-mingw32ce</b> ? +They both describe the target platform : +<ul> +<li> +the <b>arm-wince-cegcc</b> target platform +implies we're building for an <b>ARM</b> processor, running the <b>wince</b> operating system, and producing <b>pe</b> executable files to be linked with the <b>CEGCC</b> library. -This target implements a porting environment : -the CEGCC library basically offers a layer of unix-like functionality on top of Windows CE. -<p> -We also offer a development environment that is closer to the WinCE platform, -this is called <b>arm-wince-mingw32ce</b>. +As we said earlier, this is a porting environment : +the CEGCC library offers a layer of unix-like functionality on top of Windows CE. +<li> +the <b>arm-wince-mingw32ce</b> target platform is closer to WinCE. It is based on a subset of the <a href="http://www.mingw.org">MinGW</a> project, which offers a MINimalistic Gnu environment for Windows platforms. +The primary difference with <b>arm-wince-cegcc</b> is that there is not porting layer, +which means that apps built with <b>arm-wince-mingw32ce</b> use the pure +<a href="http://www.microsoft.com/windowsce">Windows CE</a> API. +</ul> <p> We used to have <i>pe</i> in the target description. -PE stands for Portable Executable file format, +(It used to be <b>arm-wince-pe</b>, inherited from another project.) +In that, PE stands for Portable Executable file format, and it's <a href="http://www.microsoft.com/whdc/system/platform/firmware/PECOFF.mspx">Microsoft's implementation of COFF</a> (the Common Object File Format). @@ -110,9 +146,6 @@ <a href="http://sf.net">SourceForge.net</a>, here is a link to our <a href="http://sf.net/projects/cegcc">project page</a>. -You're welcome to use the -<a href="wiki">wiki</a> -to share your experience with CeGCC. <p> Bugfixes, improvements to these core products are actively sent back to the projects so everyone will benefit. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2007-06-10 18:07:37
|
Revision: 939 http://svn.sourceforge.net/cegcc/?rev=939&view=rev Author: dannybackx Date: 2007-06-10 11:07:36 -0700 (Sun, 10 Jun 2007) Log Message: ----------- Ah, we can use a wiki facility on SF too; just enabled it. Modified Paths: -------------- trunk/cegcc/website/index.html Modified: trunk/cegcc/website/index.html =================================================================== --- trunk/cegcc/website/index.html 2007-06-10 17:52:59 UTC (rev 938) +++ trunk/cegcc/website/index.html 2007-06-10 18:07:36 UTC (rev 939) @@ -146,6 +146,10 @@ <a href="http://sf.net">SourceForge.net</a>, here is a link to our <a href="http://sf.net/projects/cegcc">project page</a>. +You're welcome to use the +<a href="http://cegcc.wiki.sourceforge.net">wiki</a> +to share your experience with CeGCC. + <p> Bugfixes, improvements to these core products are actively sent back to the projects so everyone will benefit. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2007-06-10 18:49:20
|
Revision: 940 http://svn.sourceforge.net/cegcc/?rev=940&view=rev Author: dannybackx Date: 2007-06-10 11:49:13 -0700 (Sun, 10 Jun 2007) Log Message: ----------- Reorganize the website's entry point. Modified Paths: -------------- trunk/cegcc/website/index.html Modified: trunk/cegcc/website/index.html =================================================================== --- trunk/cegcc/website/index.html 2007-06-10 18:07:36 UTC (rev 939) +++ trunk/cegcc/website/index.html 2007-06-10 18:49:13 UTC (rev 940) @@ -8,43 +8,6 @@ <body> <p> <img src="images/banner1.png" alt="CeGCC cross compiler for PocketPC"> -<!-- - - Button row at the top of the page. - - --> -<table bgcolor="blue" border="6"> <tr> - <td bgcolor="#CCCC00" > <font size="+2" color="#222200"> - <a href="docs/index.html"> - Documentation - </a> - </font> </td> - <td bgcolor="#CCCC00" > <font size="+2" color="#222200"> - <a href="http://svn.sourceforge.net/cegcc"> - SVN Repository - </a> - </font> </td> - <td bgcolor="#CCCC00" > <font size="+2" color="#222200"> - <a href="http://sf.net/projects/cegcc"> - Project page on SourceForge - </a> - </font> </td> - <td bgcolor="#CCCC00" > <font size="+2" color="#222200"> - <a href="http://sf.net/project/showfiles.php?group_id=173455"> - Download - </a> - </font> </td> - <td bgcolor="#CCCC00" > <font size="+2" color="#222200"> - <a href="docs/install-linux.html"> - Installation on Linux - </a> - </font> </td> -</tr></table> -<!-- - - End of the button row - - --> <p> <table border="3"> <tr><td width="66%"> @@ -53,6 +16,9 @@ The CeGCC project implements cross-development tools for Windows CE (PocketPC). You can develop on a PC, and create apps that run on a PDA or a WinCE cell phone. </font> +</td> +</tr> +</table> <p> We're aiming at providing a consistent and working set of development tools that generate code for Windows CE devices such as PDA's and smart phones. @@ -68,6 +34,13 @@ Both toolsets allow you to develop on a PC, and create apps that run on a PDA or a WinCE cell phone. <p> +What's the meaning of <b>arm-wince-cegcc</b> and <b>arm-wince-mingw32ce</b> ? +They both describe the target platform : +we're building for an <b>ARM</b> processor, +running the <b>wince</b> (Windows CE) operating system. +In the <b>cegcc</b> case, there's a portability layer; +in the <b>mingw32ce</b> case there isn't. +<p> Combine this with our development platforms, and you get four choices : <table border="1"> <tr> @@ -87,6 +60,11 @@ </tr> </table> <p> +Our project is based on a collection of (mostly GNU) software : +<a href="http://www.gnu.org/software/gcc">GCC</a>, +<a href="http://www.gnu.org/software/binutils/">binutils</a>, +<a href="http://sources.redhat.com/newlib/">newlib</a>, +<a href="http://www.gnu.org/software/gdb">GDB</a>, ... . This project is <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a> - read all about that and @@ -94,77 +72,30 @@ on <a href="http://www.gnu.org">the GNU website</a>. <p> -Our project is based on a collection of (mostly GNU) software : -<ul> -<li><a href="http://www.gnu.org/software/gcc">GCC</a> - the GNU compiler for C, C++, .. -<li><a href="http://www.gnu.org/software/binutils/">binutils</a> - - the GNU binary utilities (gas, gld, ..) -<li><a href="http://sources.redhat.com/newlib/">newlib</a> - - a C library intended for use on embedded systems -<li><a href="http://www.gnu.org/software/gdb">GDB</a> - the GNU debugger -</ul> +<table border=0 cellspacing=10 width="100%"> <tr> + <td align=left valign=top bgcolor="#ededed" width="50%"> + <h2 align=center>Information</h2> + <ul> + <li> <a href="docs/index.html"> Documentation </a> + <li> <a href="docs/install-linux.html"> Installation on Linux </a> + <li> <a href="http://sf.net/projects/cegcc"> Project page on SourceForge </a> + <li> <a href="http://cegcc.wiki.sf.net"> CeGCC wiki </a> + </ul> + </td> + <td align=left valign=top bgcolor="#ededed" width="50%"> + <h2 align=center>Getting it</h2> + <ul> + <li> <a href="http://sf.net/project/showfiles.php?group_id=173455"> Download CeGCC </a> + <li> <a href="http://svn.sourceforge.net/cegcc"> SVN Repository </a> + </ul> + <h2 align=center>Support</h2> + <ul> + <li> <a href="mailto:ceg...@li...">Questions ? Use the mailing list</a>. + <li> <a href="http://sourceforge.net/tracker/?group_id=173455&atid=865514"> CeGCC Bug tracker </a> + </ul> + </td> +</tr></table> <p> -What's the meaning of <b>arm-wince-cegcc</b> and <b>arm-wince-mingw32ce</b> ? -They both describe the target platform : -<ul> -<li> -the <b>arm-wince-cegcc</b> target platform -implies we're building for an <b>ARM</b> processor, -running the <b>wince</b> operating system, -and producing <b>pe</b> executable files -to be linked with the <b>CEGCC</b> library. -As we said earlier, this is a porting environment : -the CEGCC library offers a layer of unix-like functionality on top of Windows CE. -<li> -the <b>arm-wince-mingw32ce</b> target platform is closer to WinCE. -It is based on a subset of the <a href="http://www.mingw.org">MinGW</a> project, -which offers a MINimalistic Gnu environment for Windows platforms. -The primary difference with <b>arm-wince-cegcc</b> is that there is not porting layer, -which means that apps built with <b>arm-wince-mingw32ce</b> use the pure -<a href="http://www.microsoft.com/windowsce">Windows CE</a> API. -</ul> -<p> -We used to have <i>pe</i> in the target description. -(It used to be <b>arm-wince-pe</b>, inherited from another project.) -In that, PE stands for Portable Executable file format, -and it's -<a href="http://www.microsoft.com/whdc/system/platform/firmware/PECOFF.mspx">Microsoft's implementation of COFF</a> -(the Common Object File Format). -<a href="http://www.arm.com">ARM</a> is a -<a href="http://en.wikipedia.org/wiki/ARM_architecture">RISC processor family</a> -which is found in many embedded systems, -also implemented by Intel as their -<a href="http://www.intel.com/design/intelxscale">Xscale</a> -processor line. -Wince is shorthand for the -<a href="http://www.microsoft.com/windowsce">Windows CE</a> operating system. -Windows CE is the technology base for environments such as -PocketPC, Smartphone, and -<a href="http://www.microsoft.com/windowsmobile">Windows Mobile</a>. -<p> -Our project is hosted by -<a href="http://sf.net">SourceForge.net</a>, -here is a link to our -<a href="http://sf.net/projects/cegcc">project page</a>. -You're welcome to use the -<a href="http://cegcc.wiki.sourceforge.net">wiki</a> -to share your experience with CeGCC. - -<p> -Bugfixes, improvements to these core products are actively sent back to the -projects so everyone will benefit. -<p> -One of the project goals is to properly describe how to build a cross-compiler, -and how to cross-develop for the Windows CE environment using the GNU tools. -This documentation is still very scarce but is work in progress, -until we've "finished" that, some of the info is also -in the mailing list archives. -The idea is to put the documentation <a href="docs/index.html">here</a>. -<p> -</td> -</tr> -</table> -<p> You can contact us via the <a href="mailto:ceg...@li...">mailing list</a>. <p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2007-06-10 18:52:44
|
Revision: 941 http://svn.sourceforge.net/cegcc/?rev=941&view=rev Author: dannybackx Date: 2007-06-10 11:52:39 -0700 (Sun, 10 Jun 2007) Log Message: ----------- Apparently sf.net isn't always working as a synonym to sourceforge.net . Modified Paths: -------------- trunk/cegcc/website/index.html Modified: trunk/cegcc/website/index.html =================================================================== --- trunk/cegcc/website/index.html 2007-06-10 18:49:13 UTC (rev 940) +++ trunk/cegcc/website/index.html 2007-06-10 18:52:39 UTC (rev 941) @@ -78,26 +78,26 @@ <ul> <li> <a href="docs/index.html"> Documentation </a> <li> <a href="docs/install-linux.html"> Installation on Linux </a> - <li> <a href="http://sf.net/projects/cegcc"> Project page on SourceForge </a> - <li> <a href="http://cegcc.wiki.sf.net"> CeGCC wiki </a> + <li> <a href="http://sourceforge.net/projects/cegcc"> Project page on SourceForge </a> + <li> <a href="http://cegcc.wiki.sourceforge.net"> CeGCC wiki </a> </ul> </td> <td align=left valign=top bgcolor="#ededed" width="50%"> <h2 align=center>Getting it</h2> <ul> - <li> <a href="http://sf.net/project/showfiles.php?group_id=173455"> Download CeGCC </a> + <li> <a href="http://sourceforge.net/project/showfiles.php?group_id=173455"> Download CeGCC </a> <li> <a href="http://svn.sourceforge.net/cegcc"> SVN Repository </a> </ul> <h2 align=center>Support</h2> <ul> - <li> <a href="mailto:ceg...@li...">Questions ? Use the mailing list</a>. + <li> <a href="mailto:ceg...@li...">Questions ? Use the mailing list</a>. <li> <a href="http://sourceforge.net/tracker/?group_id=173455&atid=865514"> CeGCC Bug tracker </a> </ul> </td> </tr></table> <p> You can contact us via the -<a href="mailto:ceg...@li...">mailing list</a>. +<a href="mailto:ceg...@li...">mailing list</a>. <p> <a href="http://sourceforge.net"><img src="http://images.sourceforge.net/sfx/logo.gif" alt="Powered by Sourceforge.net"></a> <a href="http://validator.w3.org/check?uri=referer"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2007-06-19 22:19:58
|
Revision: 973 http://svn.sourceforge.net/cegcc/?rev=973&view=rev Author: dannybackx Date: 2007-06-19 15:19:57 -0700 (Tue, 19 Jun 2007) Log Message: ----------- Forgot to add the link to the "reporting" document here. Modified Paths: -------------- trunk/cegcc/website/index.html Modified: trunk/cegcc/website/index.html =================================================================== --- trunk/cegcc/website/index.html 2007-06-19 22:08:43 UTC (rev 972) +++ trunk/cegcc/website/index.html 2007-06-19 22:19:57 UTC (rev 973) @@ -92,6 +92,7 @@ <ul> <li> <a href="mailto:ceg...@li...">Questions ? Use the mailing list</a>. <li> <a href="http://sourceforge.net/tracker/?group_id=173455&atid=865514"> CeGCC Bug tracker </a> + <LI><A HREF="reporting.html">Information to including when asking help or when reporting problems</A></LI> </ul> </td> </tr></table> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2007-06-19 22:21:17
|
Revision: 974 http://svn.sourceforge.net/cegcc/?rev=974&view=rev Author: dannybackx Date: 2007-06-19 15:21:16 -0700 (Tue, 19 Jun 2007) Log Message: ----------- Auch. Think, then do. The document is in another directory. Point to it correctly. Modified Paths: -------------- trunk/cegcc/website/index.html Modified: trunk/cegcc/website/index.html =================================================================== --- trunk/cegcc/website/index.html 2007-06-19 22:19:57 UTC (rev 973) +++ trunk/cegcc/website/index.html 2007-06-19 22:21:16 UTC (rev 974) @@ -92,7 +92,7 @@ <ul> <li> <a href="mailto:ceg...@li...">Questions ? Use the mailing list</a>. <li> <a href="http://sourceforge.net/tracker/?group_id=173455&atid=865514"> CeGCC Bug tracker </a> - <LI><A HREF="reporting.html">Information to including when asking help or when reporting problems</A></LI> + <LI><A HREF="docs/reporting.html">Information to including when asking help or when reporting problems</A></LI> </ul> </td> </tr></table> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2007-08-05 22:02:19
|
Revision: 1041 http://cegcc.svn.sourceforge.net/cegcc/?rev=1041&view=rev Author: pedroalves Date: 2007-08-05 15:02:18 -0700 (Sun, 05 Aug 2007) Log Message: ----------- Fix svn browse url. Modified Paths: -------------- trunk/cegcc/website/index.html Modified: trunk/cegcc/website/index.html =================================================================== --- trunk/cegcc/website/index.html 2007-08-05 10:20:47 UTC (rev 1040) +++ trunk/cegcc/website/index.html 2007-08-05 22:02:18 UTC (rev 1041) @@ -86,7 +86,7 @@ <h2 align=center>Getting it</h2> <ul> <li> <a href="http://sourceforge.net/project/showfiles.php?group_id=173455"> Download CeGCC </a> - <li> <a href="http://svn.sourceforge.net/cegcc"> SVN Repository </a> + <li> <a href="http://cegcc.svn.sourceforge.net"> Browse SVN Repository </a> </ul> <h2 align=center>Support</h2> <ul> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2008-06-07 06:51:08
|
Revision: 1162 http://cegcc.svn.sourceforge.net/cegcc/?rev=1162&view=rev Author: dannybackx Date: 2008-06-06 23:51:04 -0700 (Fri, 06 Jun 2008) Log Message: ----------- Add community choice awards button Modified Paths: -------------- trunk/cegcc/website/index.html Modified: trunk/cegcc/website/index.html =================================================================== --- trunk/cegcc/website/index.html 2008-05-22 19:49:18 UTC (rev 1161) +++ trunk/cegcc/website/index.html 2008-06-07 06:51:04 UTC (rev 1162) @@ -8,6 +8,7 @@ <body> <p> <img src="images/banner1.png" alt="CeGCC cross compiler for PocketPC"> +<a href="http://sourceforge.net/awards/cca/?group_id=173455"><img src="http://sourceforge.net/awards/cca/badge_img.php?group_id=173455&style=5" border="0" /></a> <p> <table border="3"> <tr><td width="66%"> @@ -22,22 +23,28 @@ <p> We're aiming at providing a consistent and working set of development tools that generate code for Windows CE devices such as PDA's and smart phones. -Our intended development platforms are -the <a href="http://www.cygwin.com">cygwin</a> environment -and <a href="http://www.linux.org">GNU/Linux</a> systems. +Our intended development platforms are the usual GNU development workstations, +e.g. <a href="http://www.linux.org">GNU/Linux</a>, +<a href="http://www.freebsd.org">FreeBSD</a>, or +<a href="http://www.cygwin.com">cygwin</a>. <p> We have two products : <ul> - <li>arm-wince-mingw32ce : toolset to build native Windows CE applications - <li>arm-wince-cegcc : toolset to port unix source to Windows CE + <li>arm-mingw32ce : toolset to build native Windows CE applications + <li>arm-cegcc : toolset to port unix source to Windows CE </ul> +<i>In versions prior to 0.55, these were called <b>arm-wince-mingw32ce</b> +and <b>arm-wince-cegcc</b> but we changed this in agreement with other projects, +to facilitate feedback of patches.</i> +<p> Both toolsets allow you to develop on a PC, and create apps that run on a PDA or a WinCE cell phone. <p> -What's the meaning of <b>arm-wince-cegcc</b> and <b>arm-wince-mingw32ce</b> ? +What's the meaning of <b>arm-cegcc</b> and <b>arm-mingw32ce</b> ? They both describe the target platform : we're building for an <b>ARM</b> processor, -running the <b>wince</b> (Windows CE) operating system. +running the Windows CE operating system, +on unknown hardware (could be any brand of PDA or smart phone). In the <b>cegcc</b> case, there's a portability layer; in the <b>mingw32ce</b> case there isn't. <p> @@ -49,12 +56,12 @@ <td> Cygwin host </td> </tr> <tr> - <td> arm-wince-mingw32ce </td> + <td> arm-mingw32ce </td> <td> Develop on Linux, create Windows CE native apps </td> <td> Develop on Cygwin, create Windows CE native apps </td> </tr> <tr> - <td> arm-wince-cegcc</td> + <td> arm-cegcc</td> <td> Develop on Linux, port *nix sources to Windows CE </td> <td> Develop on Cygwin, port *nix sources to Windows CE </td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |