cegcc binaries available
Pedro Alves <[email protected]> Fri, 17 Feb 2006 02:51:55 +0000
| Newsgroups | gmane.comp.windows.ce.freeware |
|---|---|
| Message-ID | <[email protected]> |
I've posted new prebuilt cygwin binaries of the cegcc arm-wince-pe toolchain. Check them while they're hot! Install it into /usr/local I haven't included the MSFT's sdk files, you will need to have them at hand. I recoment copying them to: /usr/local/sdk/Include/Armv4 and /usr/local/sdk/Lib/Armv4 The directory: /usr/local/sdk/IncFixed is is supposed to be used by putting it earlier than msft's sdk in the include search path. Use -isystem instead of -I to avoid lots of warnings. The directory: /usr/local/libcdll This directory holds the runtime dll to be copied to the device. Copy /usr/local/libcdll/stripped/libc.dll to \Windows\libc.dll on device. Later I will post some simple demos apps of how to build an application, a dll, linking against the newlib based runtime (default), and how to link only against the msft's runtime for minimal overhead. There is an example in the sources download file for those who can't wait. Get it at: http://developer.berlios.de/projects/cegcc/ Cheers, Pedro Alves