Re: cegcc binaries available
Pedro Alves <[email protected]> Wed, 01 Mar 2006 01:00:21 +0000
| Newsgroups | gmane.comp.windows.ce.freeware |
|---|---|
| Message-ID | <[email protected]> |
StatsNOW wrote: >Any one had luck with these binaries? >I can get the compiler to work as long as I hand tweak >each required include file. If I just let it run, the >compiler's preprocessor fails on the objidl.h file. >I've tried both the EVC3 and EVC4 versions taken >directly from the Microsoft compilers. > >G > > > Upps, I completely forgot those tweaks. I have made them here too, but as I didn't keep the original files, I can't tell were I made the changes. Those are some tweaks that I couln't fix with the IncFixed directory. Could you post them here, or in cegcc's mailing list? I would save me the hassle of reinstalling the SDKs. Cheers, Pedro Alves >--- Pedro Alves <[email protected]> wrote: > > > >>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 >> >> >> >>